Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1217862

    Hi
    I’m developing this new website. I created a one page with several sections linking from the main menu links.
    If I link to go directly to the TESTIMONIALS (found under the ABOUT menu item) I get there but if I click on any of the main menu items, a video in the previous section DIY JEWELLERY CORNER, play. Even if click on the Logo, a video plays.
    Can you help me figure out what I may have configured wrong for that section to now work properly like all of the others.

    You will need access credentials to view the site, which I’ve include below.

    Thanks
    Lyse

    #1218089

    Hey tremblayly,
    Thanks for the link and login, the reason for this was because when the page is scrolled down to #large-testimonials the videos from the above section are behind the header and the video overlays have a high z-index, please try this css to make the header z-index higher.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_main,#header {
        z-index: 1001 !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1218112

    Hi Mike,
    Wonderful! It now works.
    Lyse

    #1218166

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with sections/main menu links’ is closed to new replies.