-
AuthorPosts
-
July 21, 2015 at 4:49 pm #336317
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.
July 21, 2015 at 9:03 pm #336466Also noticed when hovering above the categories, the secondary cats dont drop down. please advise.
July 21, 2015 at 11:25 pm #336535Hello 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.
July 22, 2015 at 2:49 pm #337349Resolved. Thank you so much.
July 22, 2015 at 6:27 pm #337502Glad we were able to help.
Cheers!
-
AuthorPosts