Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #336317

    gnazar123
    Participant

    Hey there,

    After fixing some issues with the navbar recently, the navbar header no longer follows down the page.

    Check it out on yourmusicfix.com.

    Thanks in advance.

    #336466

    gnazar123
    Participant

    Also noticed when hovering above the categories, the secondary cats dont drop down. please advise.

    #336535

    Lely
    Moderator

    Hello There,

    Thanks for posting in.
    Upon checking your page, you have a javascript error on you console.
    Uncaught ReferenceError: $ is not defined
    http://www.yourmusicfix.com/:914 Uncaught TypeError: $ is not a function
    ajaxify.js?ver=4.2.2:256 Uncaught TypeError: jQuery(…).ajaxify is not a function
    (index):930 Uncaught TypeError: windowObj.scrollBottom is not a function
    Zz9LoJypdWo.js:60 Uncaught Error: <![EX[[“Tried to get element with id of \”%s\” but it is not present on the page.”,”null”]]]>

    Please check this custom javascript code:
    $("no-ajaxy").addClass("attachment");
    Update above code to this:

    jQuery(document).ready(function($) {
      $("no-ajaxy").addClass("attachment");
    });

    And also this:

    alert("asda");
    alert($("#main").contents());

    Update to this:

    jQuery(document).ready(function($) {
     alert("asda");
    alert($("#main").contents());
    });

    Let us know how this goes.

    #337349

    gnazar123
    Participant

    Resolved. Thank you so much.

    #337502

    Nabeel A
    Moderator

    Glad we were able to help.

    Cheers!