Forum Replies Created

Viewing 1 replies (of 1 total)
  • friendly1013

    (@friendly1013)

    @ausrine

    Thank you so much for this! I was having a problem with the dropdown submenus – but the issue disappeared once I scrolled down, and then back up. if transparency is enabled, appearing behind the image slider and other elements.

    I did some investigating and saw that the main header container was assigned the class .stuckMenu, but .stuckMenu did not appear in the theme’s style sheet.

    So I saw something interesting – the theme adds an inline style to the #header_holder <div> as soon as you scroll down, and it stays there once you scroll back up to the top.

    So here is what it looks like before you scroll down:

    <div id=”header-holder” class=”stuckMenu”>

    — Yet stuckMenu is undefined!

    but after you scroll down and scroll back up to the top:

    <div id=”header-holder” class=”stuckMenu” style=”position: relative; top: 0px;”>

    So I was searching in the code for where that change happens, but after reading this, I can’t believe I didn’t just try defining .stuckMenu like this…

    THANKS A MILLION!

Viewing 1 replies (of 1 total)