southrnbelle Posted March 4, 2016 Share Posted March 4, 2016 please help, i am completely stumped why my product blocks move on mouseover. i would like the hover with the wishlist link to just lay over the product block below and now make that block move.my page is here with the moving blocks: https://store.greenthumbsgalore.com/50-daylilies Link to comment Share on other sites More sharing options...
southrnbelle Posted March 5, 2016 Author Share Posted March 5, 2016 anyone? surely there is a fix for this. Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 7, 2016 Share Posted March 7, 2016 It is a problem with height of product element. You should contact your theme developer for fix. Link to comment Share on other sites More sharing options...
southrnbelle Posted March 7, 2016 Author Share Posted March 7, 2016 i am using the default theme. hoe do i fix this? Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 8, 2016 Share Posted March 8, 2016 Yes, you are right this is default theme. It is not standard but modified. Someone that made these modifications changed something in CSS or JS and it is not working as default theme. There is no easy way to solve this. The best you can do is to get standard default theme and compare the code with the theme you have. For professional developer to find the problem might take ~4h, if you do it by yourself it can take a day or two. Unless you are the one who did modification then you should know what did you change and find solution easy. Link to comment Share on other sites More sharing options...
southrnbelle Posted March 9, 2016 Author Share Posted March 9, 2016 i guess i will just live with it, i have looked through the css files line by line and i can not figure out what may have gooten changed to cause this behaviour Link to comment Share on other sites More sharing options...
Simonas Invertus Posted March 9, 2016 Share Posted March 9, 2016 Did you check javascript? It might be that you theme does not load some scripts. Link to comment Share on other sites More sharing options...
southrnbelle Posted March 9, 2016 Author Share Posted March 9, 2016 OMG - i found it. just in case anyone else has this problem. product-list.tpl in theme folder. line 28 was{assign var='nbItemsPerLine' value=5}changed to{assign var='nbItemsPerLine' value=3} fixed it. 1 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