Menu Links lead only to "Home"

GK User
Thu Jun 11, 2015 1:52 pm
Hi there,

we're having an issue here with the menu on the right side of the small Logo. If you klick "Restaurant", you will be taken back to the "Home" page, even though an article should appear.

The URL to the site (still in early stadium) is: http://web276.340.hostserv.eu/ristorante-piazza.ch/j3x/site/

Any help?

Thx a lot!
User avatar
Fresh Boarder

GK User
Thu Jun 11, 2015 4:15 pm
Hello,

Please remember that if you are using a module published on the mainbody module position it overrides your component output so all pages which have no own menu item will lead to homepage where the component output is impossible.

Solution - please create menu items for your category pages and other subpages of your website.
User avatar
Administrator

GK User
Tue Jun 16, 2015 10:59 am
dziudek wrote:Solution - please create menu items for your category pages and other subpages of your website.


I'm not quite sure there what you mean. Should I create a category for each article? I already have a manu item for each single article.

Please explain clearly what I can do to get rid of this bug. Sorry for me being so slow-witted ...

Thanks!
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2015 1:10 pm
Every category used in your articles should have own menu item - then the items will be displayed on the separate pages - please also make sure that your module on the mainbody module position is assigned only to the homepage menu item.
User avatar
Administrator

GK User
Thu Jun 25, 2015 1:32 pm
Hey there, thanks for your quick responses.

I'm afraid I couldn't manage it yet. I did exactly what you said, but it's not getting better.

Let me explain why I think it's something different:

The first item on the "Main Menu Left" is called "Home" and redirects me correctly to the home page. Now what the the "Main Menu Right" does is exactly the same - the first item, in this case called "Philosophie", is redirecting me to the home page (http://web276.340.hostserv.eu/ristorant ... ot_005.jpg). When I move the item "Restaurant" to the very left of the "Main Menu Right", this one will lead you me to the home page - but not always. It behaves completely arbitrarily (http://web276.340.hostserv.eu/ristorant ... ot_006.jpg)!

But it is always the very left item of the menu, which will lead me to the home page - why???

This issue is getting kind of annoying here. Please help!

Thank you
User avatar
Fresh Boarder

GK User
Sun Jun 28, 2015 8:19 pm
You should notice that there is no hover effect on the first menu item of the right menu - it means that logo block overrides the menu items. Please apply the following CSS patch:

Code: Select all
#gkLogoSmall {
  width: 80px!important;
}
#gkLogoSmall img {
  max-width: 100%!important;
}
User avatar
Administrator

GK User
Tue Jun 30, 2015 5:18 pm
Thank you so much, this did the trick!

Sorry for me being so blind! ;-) Have a wonderful day!
User avatar
Fresh Boarder


cron