Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Wayne,

    Unfortunately you have too many JavaScript errors for me to list here or even to begin suggesting solutions for.

    Please look at your Console in the browser and you can see these (I’ve counted 14 just on the home page) – I’ve listed them all below:

    TypeError: $ is undefined	
    
    $.fn.fitVids = function( options ) {
    
    jquery....r=4.2.4 (line 17, col 1)
    ReferenceError: jQuery is not defined	
    
    jQuery(document).ready(function() { jQuery(document).fitVids(); });
    
    respons...r=4.2.4 (line 1)
    ReferenceError: jQuery is not defined	
    
    ...wrapper_1').replaceWith('<' + 'div id=\'gforms_confirmation_message_1\' class=\'...
    
    www.you...ers.com (line 327)
    ReferenceError: jQuery is not defined	
    
    ...var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_...
    
    www.you...ers.com (line 327, col 475)
    ReferenceError: jQuery is not defined	
    
    <script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinn...
    
    www.you...ers.com (line 327, col 1)
    ReferenceError: jQuery is not defined	
    
    ...n_message_2').html();if(!confirmation_content){confirmation_content = contents;}...
    
    www.you...ers.com (line 527)
    ReferenceError: jQuery is not defined	
    
    ...var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_...
    
    www.you...ers.com (line 527, col 475)
    ReferenceError: jQuery is not defined	
    
    <script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinn...
    
    www.you...ers.com (line 527, col 1)
    ReferenceError: jQuery is not defined	
    
    </div><script>var $RMjQuery = jQuery.noConflict();$RMjQuery( document ).ready( f...
    
    www.you...ers.com (line 775, col 8)
    ReferenceError: jQuery is not defined	
    
    })(jQuery);
    
    jquery....r=4.2.4 (line 115)
    ReferenceError: jQuery is not defined	
    
    })(jQuery);
    
    jquery....r=4.2.4 (line 257)
    ReferenceError: jQuery is not defined	
    
    (function($,k,m,i,d){var e=$(i),g="waypoint.reached",b=function(o,n){o.element.t...
    
    pin-boa...r=4.2.4 (line 25, col 1)
    ReferenceError: jQuery is not defined
    
    jQuery(document).ready(function(){
    
    block-d...r=4.2.4 (line 1)
    ReferenceError: jQuery is not defined	
    
    })(jQuery);

    Good luck with all of that, unfortunately its way beyond the support of my plugin!

    All the best

    Thread Starter cwaynesmiley

    (@cwaynesmiley)

    Thanks for the heads up, I’ll try and resolve those first. The weird thing is that I coded this in HTML and CSS using a custom theme in WP, so I didn’t actually write any of the JS, so it must have been generated by the theme or a different plugin. I’ll look into those issues and get back to you.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey Wayne,

    It’s probably coming from plugins and themes you’ve installed.

    I would try disabling plugins one by one and see if it fixes it or removes any of the issues at least.

    It also seems that you may not even have jquery included on your site as I just looked in the header and it’s not there.

    Can you make sure your functions file or header etc. aren’t filtering this out as it is required for most plugins.

    Let me know how you get on!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu only working on certain pages’ is closed to new replies.