forntpage for guests

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 04, 2013 8:39 am
anyway here's another question : even i am not sure someone would care about it

i want to disable Menu appearance on the frontpage ,,i want to create a frontpage without Menu ,,only a an image then when visitors sign in/up ,,something like when the site's set to offline,,,i mean the frontpage,,any tips how to do that ,,,if you dont understand my question,,i'll be glad to clarify it more
Best Regard
User avatar
Expert Boarder

Konrad M
Thu Apr 04, 2013 8:51 am
Hi,
you can try go to template settings. Here in 'Features' section you will find 'Suffix for pages' option. Please add own suffix for example ' mysuffix' for home page menu item ( ID of it is 101 but pleasecheck it in menu items). Then please add to override.css
Code: Select all
.mysuffix #gkMenu {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 04, 2013 10:12 am
thanks for the efforts,,but it doesnt seem to be trying,,i did everything you told me to but nothing changed ,,,any tips,,thanks
User avatar
Expert Boarder

GK User
Thu Apr 04, 2013 10:24 am
i'll work on it thanks ,,i kinda found out how to do it,,,thanks again :) ,,if i ever get stuck in some serious problem in it,,i'll let ya know :)
User avatar
Expert Boarder

GK User
Thu Apr 04, 2013 8:28 pm
it did work then it stopped working,,,i do not know why,,,could you please log in with the infos i already sent you and do it for me,,,thanks :)
User avatar
Expert Boarder

Konrad M
Mon Apr 08, 2013 8:25 am
I think it is related with cache. But I added this code to Custom CSS option in template settings and now is working.
User avatar

GK User
Tue Apr 09, 2013 6:11 pm
hello thanks for the excellent job ,,,,do you think its possible to add another suffix the frontpage the same one that you added a suffix to disable MAINMENU apperance ? i am trying to add a background Image there ,,do you think its possible ,,could you please show me how ? thanks in advance :)
User avatar
Expert Boarder

Konrad M
Thu Apr 11, 2013 9:31 am
You can use same suffix for it. If you would like add background to body just please add to custom CSS
Code: Select all
body.frontpage > #bg {
    background: url("../images/your_bg.jpg") top center no-repeat;
}

and remember upload your bg image to images folder inside template folder.
User avatar

GK User
Fri Apr 12, 2013 10:27 am
thank yo so much its working perfectly now,,, :)

Best Regard
User avatar
Expert Boarder


cron