• Resolved saman27

    (@saman27)


    hello

    after last update half of my menus are unclickable

    i placed the slider on top so i think its killed my menus in header

    in the index.php

    <?php get_header(); ?>
    <?php get_template_part(‘includes/csd’); ?>
    <?php echo do_shortcode(‘[smartslider3 slider=2]’); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter saman27

    (@saman27)

    no sure why loading icon of silder is there
    but im sure its the reason of this problem
    see screenshot please

    View post on imgur.com

    • This reply was modified 8 years, 1 month ago by saman27.
    Ramona

    (@nextend_ramona)

    Hi @saman27

    Is it possible that the slider was placed in your site’s head tag? You can check it if you right-click on the page and select “View page source” then search for `</head>’ and see if it’s above the slider’s code. (Which you can find quickly by looking for “n2-ss-align”)
    If the slider would be above the `</head>’ please move it below in your theme’s php file.

    The loading icon can be there if there is some kind of JavaScript error (which you can check like this: https://smartslider3.helpscoutdocs.com/article/318-chrome ) or if you would accidentally use the same slider more than once on the same page. (Although the PHP publishing method makes this almost impossible.)

    If your site is live and you are not sure how to check the page source or the JavaScript errors, please share a link with me. You can do this privately by sending an e-mail to [email protected], just please refer to this topic.

    • This reply was modified 8 years, 1 month ago by Ramona.
    Thread Starter saman27

    (@saman27)

    thank you for reply
    i have checked the source page and its blow </head> tag
    and there is no javascript error in my chrome console
    check your email please

    Thread Starter saman27

    (@saman27)

    problem solved via email

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘un clickable menu after update’ is closed to new replies.