This topic has 26 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hello,
We are experiencing some thumbnail size inconsistency on our site. Some thumbnails are much larger than the rest, making product listings look weird. You can check http://dobiart.fr/nouveautes/ for example.
Is there anything we can do to solve this?
Hello,
Please try to change the height of images in Theme Options > Products Page Layout > Product Images Height.
Regards,
Eva Kemp.
It’s currently set to 700, what should we change it to?
Also, should we enable “image cropping” ?
Try to set another value 300 or 400 or 500 and enable “image cropping”. If it doesn’t help use this code in custom.css file:
img.hide-image {
height: 300px;
}
How to create custom.css you can watch at this link: http://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1
Regards,
Eva Kemp.
Are the settings in Theme Options related to the settings of Woocommerce settings? Should they be set to the same values?
You can changes the values in Woocommerce settings as well.
Also you need regenerate thumbnails after the changes. You can use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Eva Kemp.
Thanks, that’s exactly what i am doing atm – regenerating the thumbnails. 🙂
I’ll report back once it’s done.
You’re welcome.
Ok. Looking forward to your reply.
Regards,
Eva Kemp.
This doesn’t seem to work. It’s most notable with the Tampon Altered Type Alphabet – Stampendous product on the page i first linked.
Please note, this page is not a shop page per-se, it’s a page generated with the [recent_products per_page="60" columns="4" orderby="date" order="desc"] shortcode
In this case please use this code in custom.css file:
img.hide-image {
height: 300px;
}
How to create custom.css you can watch at this link: http://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1
Regards,
Eva Kemp.
Thanks a lot, that seems to have fixed the problem!
On a side note, could you give me the code for modifying the main-nav submenu (dropdowns) background colour? By watching the tutorial video i got inspired to modify a bit the default look of our site… 🙂
Hello,
You can change background color in custom.css file using this code:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
background-color: blue;
}
Just change the color value to yours.
Regards,
Eva Kemp.
Thanks a lot for the help with the thumbnails and the remaining info!
I really like your support team, you guys/girls are very fast and precise with your answers, good job!
Sorry to bother again, just something i was playing with but can’t figure it out… I tried to make the dropdown menus transparent with the code:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
opacity: 0.6;
background-color: #F5EBEB;
}
but it won’t work. What am i doing wrong? I see that the “floating menu” (not sure how it’s called, the one that appears when you scroll down) is transparent, so i thought i could make the main menu’s dropdowns transparent too…
Oh and, could you tell me the code for the floating menu backgroudd too please?
Hello,
Please try to add the following code into the custom.css:
.main-nav .menu > li .nav-sublist-dropdown {
background-color: rgba(245, 235, 235, 0.6) !important;
}
Regards,
Jack Richardson
Also could you please explain what do you mean: “code for the floating menu backgroudd”?
Regards,
Jack Richardson
Hello,
Do you mean fixed header background color? If so here is the code for its background:
.fixed-header { background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95); }
Regards,
Eva Kemp.
I was talking about that header/menu that only appears when the page is scrolled lower and we can’t see the main nav
Thanks a lot, all this worked fine. Great 😀
You’re welcome.
Regards,
Eva Kemp.
Hello,
sorry to dig this up – after closer inspection to the image distortion fix we’ve applied, we now have all of the images in our catalogs of the same size, but some are looking quite distorted, i suppose it’s a height-width ratio problem. Could it be because we’ve only set the max height value in the fix?
Hello,
Please provide us with the link where the issue persists and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
http://dobiart.fr/categorie-produit/tamponsencres/encres/ page 2 and 3, for example
I’ve added this code into custom.css as well:
.products-grid .product .product-name {
height: 80px;
}
Please check your page now.
Regards,
Eva Kemp.
Hey, thanks a lot for the fix, it looks much better now! 🙂
You’re welcome.
Have a nice day!
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up