Title: friendly1013's Replies | WordPress.org

---

# friendly1013

  [  ](https://wordpress.org/support/users/friendly1013/)

 *   [Profile](https://wordpress.org/support/users/friendly1013/)
 *   [Topics Started](https://wordpress.org/support/users/friendly1013/topics/)
 *   [Replies Created](https://wordpress.org/support/users/friendly1013/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/friendly1013/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/friendly1013/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/friendly1013/engagements/)
 *   [Favorites](https://wordpress.org/support/users/friendly1013/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Modality] Parent Page Navigation Not Working](https://wordpress.org/support/topic/parent-page-navigation-not-working/)
 *  [friendly1013](https://wordpress.org/support/users/friendly1013/)
 * (@friendly1013)
 * [10 years ago](https://wordpress.org/support/topic/parent-page-navigation-not-working/#post-6497297)
 * [@ausrine](https://wordpress.org/support/users/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)