Shape 5

Joomla Templates => Business Pro - Club => : jgalvao August 31, 2016, 07:19:02 PM



: s5_flex_menu categories list
: jgalvao August 31, 2016, 07:19:02 PM
Hi,

I have made the module Categories List as a module in a menu, on position s5_menu_1.

What happens is that the drop down menus stops working.

I have tested with other modules andthey seem to work fine.

Do you have any ideia why this happens?

Thanks.


: Re: s5_flex_menu categories list
: mikek September 01, 2016, 06:35:14 AM
Hello,

Please post a url to where this occurs. It might be an issue with the module itself.


: Re: s5_flex_menu categories list
: jgalvao September 01, 2016, 10:44:24 AM
Hello,

Please post a url to where this occurs. It might be an issue with the module itself.

http://www.ite.pt

to see it happen you have to select "Loja" and then click in "Categorias" or

go there directly http://www.ite.pt/index.php/loja/categorias


: Re: s5_flex_menu categories list
: mikek September 02, 2016, 07:30:49 AM
Hello,

This is a javascript related issue, not an issue with the module. There are javascript issues on that page. The first I see is that this call should not be there:

<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/i18n/jquery-ui-i18n.min.js" type="text/javascript"></script>

Jquery is a core part of Joomla and should never be called by an outside source. It is intended to be called from the core of Joomla to avoid conflict. Whatever script is calling this is not doing this properly and breaking Joomla standards. This causes problems for other Jquery elements on the page and breaks them. Whatever extension is calling that on that page, it will need to be removed or the developer code it properly.