Best way to hide main menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 23, 2012 9:48 pm
Reply with quote
Report this post
Hi.

Is it possible to not have a menu within the main menu position as there is no option for 'none' inside the menu tab in the template manager. I'm looking to have my menu just within the top-nav position.

Also where do you remove the 'Template Design © Joomla Templates GavickPro. All rights reserved' code please?

Thanks.
User avatar
Senior Boarder

teitbite
Wed Oct 24, 2012 1:20 am
Reply with quote
Report this post
Hi

Copyrights can be changed in template settings. If You want to remobe it use this code in css:

Code: Select all
.gkCopyrights {
    display: none;
}


Also for a menu, You can hide it with this code:

Code: Select all
#gkMainMenu {
    display: none;
}
User avatar
Moderator

GK User
Fri Sep 20, 2013 10:59 am
Reply with quote
Report this post
NEW MENU ITEMS CREATE WHITE SCREEN

i just installed the game news quick start without installing any other components.

each new menu item created just gives an unstyled white page with no content... here is an example link:
http://ahrlac.com/2013/index.php/test-menu

what is this and how do I fix it. i've done many installations before but never seen this.

the server is also running various other Joomla sites. it even does this on my MAMP local server.

thanks.
User avatar
Fresh Boarder

teitbite
Sat Sep 21, 2013 2:21 am
Reply with quote
Report this post
Hi

Please send me an access to joomla panel. I'll activate showing errors to see what can be wrong and sill check server settings.
User avatar
Moderator

teitbite
Sun Sep 22, 2013 2:27 pm
Reply with quote
Report this post
Hi

I've made couple of tests but cn tell that everything is configured properly, so I believe the problem is with some broken file. I've also installed quickstart on my localhost and there is no such problem.

Please try reinstall whole quickstart or just /components/com_content and in template /html/com_content I think there is a broken file somewhere in this folders.
User avatar
Moderator

GK User
Sun Sep 22, 2013 9:41 pm
Reply with quote
Report this post
hi teitbite

I've followed your advice and downloaded the quickstart package again and did re-install. It worked perfectly after the 4th attempt.

Not sure what went wrong with the download or extract process but it is working now.

thank you for your help.

Corne
User avatar
Fresh Boarder

teitbite
Wed Sep 25, 2013 11:26 pm
Reply with quote
Report this post
Hi

Now I'm starting to think it was something cache related. Anyway I'm glad its working now :)
User avatar
Moderator


cron