jquery - Zurb Foundation Mobile Menu Does Not Work with Wordpress -
i tried lot, can't figure out, why wordpress not let menu work. in static version works fine. implemented in wordpress, reason, files loaded not executed. without error message.
i uploaded local theme , static version here:
wordpresstest <-- not working dynamic wordpress version
wordpresstest2 <-- working static version
i read somewhere, wordpress, loads jquery in noconflict mode, , should modify foundation.js in way, compatible wordpress. have no idea, right now.
add js
jquery(".has-dropdown").hover(function(){ jquery(".top-bar-section .dropdown").css("display","block"); });
Comments
Post a Comment