Shape 5

Joomla Free Templates => Design Control - Free => : kcdadmin December 03, 2016, 12:42:37 AM



: Drop Down Menus Disappear In Home Page
: kcdadmin December 03, 2016, 12:42:37 AM
Hello All,

I have been looking for information but cannot find any solution. I am using Design Control and recently I have noticed that my Main Menu sometimes will display drop downs and other times it will not. I go to my homepage and sometimes I will see this:
(http://mainmenudrop.jpg)

As you can see, the drop down arrows disappear and then the sub menus are not available. If I click on the Home button sometimes the menus will work. The menu is also set so that when you scroll down it will be attached to the top so that it is always accessible. When the drop down menus disappear the menu does not stick to the top.

When I click on any menu item and go to that page the drop down menus work and the menu behaves properly.

Would anyone please be able to help me figure out what the issue may be? I have played around with menu settings and nothing has come close to resolving the issue.


: Re: Drop Down Menus Disappear In Home Page
: mikek December 05, 2016, 08:12:03 AM
Hello,

Please post a url.


: Re: Drop Down Menus Disappear In Home Page
: kcdadmin December 05, 2016, 11:17:18 PM
Hello,

Please post a url.

The site is kingcrabdesigns.com (http://kingcrabdesigns.com)


: Re: Drop Down Menus Disappear In Home Page
: mikek December 06, 2016, 08:12:26 PM
Hello,

This is due to a third party script you have installed. Something on your site is calling jquery externally:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>

<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script>

Jquery should never be called externally, it should only be called from the core of Joomla and all extensions should be designed to share those core files. Whatever extension is calling this is conflicting with the core Joomla js file, which causes the menu to break.

You would need to disable all third party extensions to determine which one is causing the problem. I would highly suggest a different extension that is coded to Joomla standards.


: Re: Drop Down Menus Disappear In Home Page
: kcdadmin December 08, 2016, 05:54:23 PM
Thank you for the help and quick response!