Jump to content

wkassem

Recommended Posts

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

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...

menufixed.thumb.JPG.0e5b3b8296091cc958067c9ded884a24.JPG

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...