SMThemes Support » FootballNet
11 years ago
chancero
Member
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? |
11 years ago
chancero
Member
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 |