Ad rotate and uber menu javascript issues
-
Adrotate messed up Ubermenu and the menu on android.
Sevensparks answered:All of these issues are due to a javascript error on your site (which is not related to UberMenu).
Uncaught TypeError: Object [object Object] has no method ‘jshowoff’
Looks like it has something to do with “AdRotate”<!– AdRotate JS –>
<script type=”text/javascript”>
jQuery(document).ready(function(){
jQuery(‘#g-1’).jshowoff({ links: false, controls: false, effect: ‘fade’, changeSpeed: 300, speed: 6000, hoverPause: false });
});
</script>
<!– /AdRotate JS –>Once you resolve the javascript error on your site, UberMenu will be able to be sticky and expand/contract the responsive toggle – both of these functions rely on javascript and when another piece of code on your site throws an error, it prevents them from functioning.
And yes, after deactivating Adrotate Ubermenu worked fine again.
Just a notice
- The topic ‘Ad rotate and uber menu javascript issues’ is closed to new replies.