Conflict with Photolite theme; dropdowns not working after shrinking to mobile
-
Hello!
I’m encountering an issue trying to integrate Mega Menu into a site using a lightly modified version of the Photolite plugin.
If the plugin is activated, the menu will display properly, with all assorted dropdowns. However, if I shrink the browser window to mobile size, the mobile menu will not pop down (as it would if the Mega Menu plugin is deactivated).
Then, if that same browser window (without refreshing the page) is expanded back to normal size, the dropdowns on the standard menu will fail to function.
I’m working off a child version of the Photolite theme, so hooking into the header.php isn’t an issue. At present, the hook for the menu is as follows:
<div class="nav"> <?php wp_nav_menu( array('theme_location' => 'primary') ); ?> </div><!-- nav --><div class="clear"></div>
Is there anything I can do to the code to insert Mega Menu without calling upon the default menu (which Photolite is obviously hooking into?)
Thanks!
-Kurt
- The topic ‘Conflict with Photolite theme; dropdowns not working after shrinking to mobile’ is closed to new replies.