• My hack/fix for the in category list page is:

    
    <script>
    	$('#menu-item-1668').hover(
    		function(){ $(this).addClass('open') },
    		function(){ $(this).removeClass('open') }
    	)
    </script>
    

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author FuturioWP

    (@futuriowp)

    Hi

    I have checked your website in modern browsers. And the menu works correctly in all, except Mozilla.

    There are lot of errors on your website (not generated by the theme). You can open your website in modern browser and hit F12 to open developer console. Fix them all first. Remove all custom codes/scripts, disable all plugins (except Futurio Extra, WooCommerce and Elementor) and check your website again. Your problem doesn’t come from our template.

Viewing 1 replies (of 1 total)
  • The topic ‘Main Menu with sub items does not always display dropdown’ is closed to new replies.