Avada Theme – and Dropdown MEnu
-
Hello,
The plugin do not working with Avada Theme (Agency Demo) and the dropdown menu of whmcs, I have added you code
jQuery(document).ready(function() { jQuery('li.dropdown').mouseover(function() { jQuery(this).find('ul.dropdown-menu').show(); }); jQuery('li.dropdown').mouseout(function() { jQuery(this).find('ul.dropdown-menu').hide(); }); jQuery('button.dropdown-toggle').mouseover(function() { jQuery(this).parent().find('ul.dropdown-menu').toggle(); }); });
Any ideas?
- The topic ‘Avada Theme – and Dropdown MEnu’ is closed to new replies.