Jump to content

Search Feature And Cart Not Clickable All Of A Sudden


Recommended Posts

You seams to have some leftovers from some other menu module block, that goes over search

<div class="menu-block container"> </div>

Check in back office > modules > positions , displayTop hoook, what module is between pop search and mega menu 

and if possible unhook it. Or you can hide that block with css 

.menu-block {
    display: none;
}
Link to comment
Share on other sites

razao thank you. I would have never found or diagnosed properly without your information. I decided to go the modules>positions route, Funny thing is the search and cart were on top of: displayTop hook but I noted the order was reversed on the site. So I put them on the bottom of the list which must have put them on top of the site in the front end. (Hooks must be in a ascending type list instead of decending). In hindsidght, I did remove some megamenu items earlier today so this must have been what caused this issue.

 

Apprecaite the detailed advice it was golden!

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