Menu drop down no longer works after disabling tabletmobile mode

Latest Reply from chancero at 2013-03-15 15:12:08 Solution
I followed the instructions located here:

http://smthemes.com/support/topic/howtodisablemobileandtabletmodes/

and it works so long as the page is originally loaded at a resolution higher than 1024 and then is resized lower. However, if you load the page at a resolution lower than 1024, everything looks correct except that the menu drop down items, no longer drop down. Any ideas?
Found the culprit, it is also in the library.php file:

if ( jQuery(document).width() > 1023 ) jQuery(function(){

You need to drop the 1023 to a much lower number so that the menu script still runs when loaded at a smaller resolution

Leave a reply

Add codeAdd image