• Resolved daniellelewis

    (@daniellelewis)


    Hello,
    All of a sudden my top level menu items wont open to a page.I cant’t click on them. I can only access the items in the drop down list below. My website (http://www.zoocheck.com) is really new but for the first couple of weeks this was not a problem. The page is accessible if I enter the url manually. Help!

    Thanks in advance!

    Ps. the menu will randomly work properly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    as you can see that’s not the only thing which isn’t working on your website. Slider isn’t working either.
    You have a conflicting plugin issue which is breaking the theme’s javascript.
    In order to find the culprit you should disable your plugins and then enable them one by one.

    Hope this helps.

    Thread Starter daniellelewis

    (@daniellelewis)

    Thanks! It was the “Huge IT Video Gallery” plug-in. Any recos for a plugin that will allow me to display youtube videos in an organized way?

    Mmm nope,
    but you can try using that plugin and adding this to your child-theme functions.php :

    add_action( 'wp_print_scripts', 'dequeue_videogallery_jquery', 100 );
    function dequeue_videogallery_jquery() {
       wp_dequeue_script( 'videogallery_jquery' );
    }

    to dequeue their registered jquery but still using the one shipped in wordpress itself.
    It should not break huge it video gallery, for sure it doesn’t break the theme js 😀

    Thank you for your discussion. I just deactivated the CCSlider WP plug-in that had been installed prior to the Customizr theme and it was the culprit in preventing the slider from working! I hope this might help you too!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top level Menu won't open link’ is closed to new replies.