wkassem Posted November 12, 2019 Share Posted November 12, 2019 Hello, i am using custom theme inside prestashop 1.6.1.3 i am using sticky superfish top menu. In the home page, the menu works normally but in other pages the sub menu keep hidden inside the parent (Visible but no place to be shown) Home page: https://dorschhome.dk/ works Category page: https://dorschhome.dk/en/63-pans Not working Please Help Link to comment Share on other sites More sharing options...
PCQUATRO Posted November 12, 2019 Share Posted November 12, 2019 3 hours ago, wkassem said: Hello, i am using custom theme inside prestashop 1.6.1.3 i am using sticky superfish top menu. In the home page, the menu works normally but in other pages the sub menu keep hidden inside the parent (Visible but no place to be shown) Home page: https://dorschhome.dk/ works Category page: https://dorschhome.dk/en/63-pans Not working Please Help Usually you should be able to ask the developer for help on those matters, that´s a benefit of paying for the themes, anyway it looks like the problem is related to the position of the menu, if you set it to position: relative; (as it is on the theme) it does not work, but if you set it to position: fixed; it stars working... That styling is dynamic, it changes as you scroll down and make the menu stick to the top, you have to find the code that does that and fix it... Best Regards Link to comment Share on other sites More sharing options...
wkassem Posted November 13, 2019 Author Share Posted November 13, 2019 Dear PCQUATRO, thank you for your reply. i modified the code and i removed the sticky mode. now i have <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> (position relative) and <ul class="submenu-container clearfix first-in-line-xs yesborderbox"> (position absolute) but child ul still hidden behind his parent. https://dorschhome.dk/en/63-pans (Not working) Note that the menu on the home page is working properly: https://dorschhome.dk Link to comment Share on other sites More sharing options...
wkassem Posted November 13, 2019 Author Share Posted November 13, 2019 Hello, Problem solved. the top parent div had a style (overflow:hidden), once removed the menu worked fine. Thanks Link to comment Share on other sites More sharing options...
PCQUATRO Posted November 13, 2019 Share Posted November 13, 2019 22 minutes ago, wkassem said: Hello, Problem solved. the top parent div had a style (overflow:hidden), once removed the menu worked fine. Thanks Nice Best regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now