• Hi All,

    I have problem with menu tabs on my schools website. I added existing page to my my menu and suddenly none of the menu tabs are working! You can view front page but cant get to any other pages. I am not very advanced in coding and i only really update content on the website. Page that i added was already created i just renamed it and placed it in menu where i wanted.

    This is the website: https://www.barleylane.redbridge.sch.uk/

    I would appreciate any advice.

    Thank you,

    Margaret

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s because of a JavaScript error on your theme. As you’re using a commercial theme I would recommend contacting your theme’s vendors about this issue.

    If you know where to find the following code then remove it:

    
    	$( document ).ready(function(){
       
    	showhide('-1');
     });
    
    Thread Starter malgorzatagraves

    (@malgorzatagraves)

    Errrr ok thank you very much. will look for it.

    Thread Starter malgorzatagraves

    (@malgorzatagraves)

    I have to admit I don’t know who the vendor is. It says: Version:
    By Nettech Development Team but i don’t know who that is. When i google it there is quite few of those. Is the any other way i can sort this out? Does anyone know how to find code shown above? This website has been created by developer that i haven’t got contact with any more.
    Can any developer sort it out for me or would i have to find one that created the website?

    Thank you,

    Margaret

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This isn’t something that we can do for you. As a simple mistake in the code can bring down your site, I would recommend hiring someone to resolve this for you: https://jobs.wordpress.net

    Thread Starter malgorzatagraves

    (@malgorzatagraves)

    Andrew thank you. Have you seen this happen before? Do you know why this could have happen? I haven’t change the code just simply wanted to add tab to the menu. Done that before many times and nothing like that ever happen ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This is an edge case, but the underlying issue happens a lot of the time. People often make mistakes and call jQuery in the wrong manner, which causes all subsequent JavaScript to fail. Your site relies heavily on JavaScript, which includes the navigation menu.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu tabs not working’ is closed to new replies.