shinnokdrako Posted November 23, 2013 Share Posted November 23, 2013 (edited) Hello all, I have 2 problems: 1) I'm getting problems with the images when i click on one of my categories. When i click on them, i get the page with all the categories and the small images of the products. I'd like to make them bigger, but i can't do it through BO. In BO --> Preferencies --> Images i set home_default 100px X 100px, then i save, i do the regenerate images thing and... nothing happens, they stay 80X80. I tried the others too (medium, large, etc) but nothing worked, i hope i didn't touch anything in some CSS or so... 2)I see those images with all the browsers, besides IE. Instead of an image, i see an empty space next to the description. What happened there? ;( Thanks again to whoever answers me ;( Edited November 24, 2013 by shinnokdrako (see edit history) Link to comment Share on other sites More sharing options...
shinnokdrako Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) Anyone knows how to solve my problems please? ;( Edited November 24, 2013 by shinnokdrako (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 1) it looks like these images have got CSS styles defined there, it changes sizes of pictures there 2) CSS styles case. please share url to your store, it will be much easier to say something more, for now it is almost impossible. Link to comment Share on other sites More sharing options...
shinnokdrako Posted November 24, 2013 Author Share Posted November 24, 2013 (edited) Hi Vekia, i think i understood what's wrong but i don't know how to find the file to modify, i don't remember where it is. This is the missing part: img[Attributes Style] { width: 90px; height: 90px; } I compared my shop with a new one and i saw that in mine this part of the code is missing. The bad part is that i don't remember the file where it was. About the URL, my shop isn't online yet, still in local. EDIT: the code i put up here appears when i have attributes (width and height) here: <img src="http://www.mysite.net/argoil/44-home_default/product.jpg" alt="" width="" height=""> This line is from the site, as you can see it doesn't get those "alt", "witdh" and "height". I don't know what i modified to change thayt thing ;( Edited November 24, 2013 by shinnokdrako (see edit history) Link to comment Share on other sites More sharing options...
shinnokdrako Posted November 24, 2013 Author Share Posted November 24, 2013 Nevermind, i managed to fix it, i made the stupid mistake of renaming "home_default", and it got crazy. I put solved, thanks for the answers 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