Shape 5

Joomla Free Templates => Design Control - Free => : gvaneijk March 06, 2014, 07:51:37 AM



: Parent menu doesn't show child items
: gvaneijk March 06, 2014, 07:51:37 AM
I have a weird bug with the S5 menu.

I have a menu item with 2 child items, this works fine on all pages except for 1 page.

That page shows a category blog view. The weird thing is, that I have another page with a category blog view for another category and on that it works fine.

You can test it here:
http://dev.uitzendbureauvanhetjaar.nl

The page where it doesn't show up is:
http://dev.uitzendbureauvanhetjaar.nl/nieuws/persberichten

Any help would be greatly appreciated.





: Re: Parent menu doesn't show child items
: mikek March 06, 2014, 08:44:55 AM
Hello,

You have a javascript error on that page that is causing the problem:

TypeError: jQuery(...).tooltip is not a function
   

jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});


That is not a call from the template, but either from Joomla itself or a third party conflict. I would start by disabling any third party extensions you have enabled.