clubbuilder Posted February 4, 2016 Share Posted February 4, 2016 Don't know what I have done, but up till now my header search bar and cart was clickable. Now the search and cart area of my header area are not clickable. Please see here: http://bonzicity.com/ Dont know why this happened or what would have caused this. Link to comment Share on other sites More sharing options...
razaro Posted February 4, 2016 Share Posted February 4, 2016 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 More sharing options...
clubbuilder Posted February 5, 2016 Author Share Posted February 5, 2016 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 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