-
AuthorPosts
-
February 22, 2016 at 9:50 am #806932
Hey guys-
the error is showing at the bottom of the page. please help jQuery(function($) { $(“li.menu-item-905 > a”).removeAttr(“href”); }February 22, 2016 at 11:08 am #807064Hi There,
Please find and remove that code under functions.php file locates in child theme.
If it doesn’t help, please provide us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link login to your site
– WordPress Admin username / Password
– FTP AccountDon’t forget to select Set as a private reply. This ensures your information is only visible to our staff.
Thanks.
February 22, 2016 at 11:37 am #807124This reply has been marked as private.February 22, 2016 at 8:35 pm #807782Hi There,
Thanks for the credentials. Please remove the code below from your Custom JavaScript.
jQuery(function($) { $("li.menu-item-905 > a").removeAttr("href"); }
It does not play nicely with the other JavaScript on your customizer.
You can add this on custom css instead.
li#menu-item-905 {cursor: pointer;} li#menu-item-905 > a {pointer-events: none;}
This CSS has the same effect as your JavaScript, it will void the link from your “Services” menu item.
Hope it helps, Cheers!
-
AuthorPosts