Forum Replies Created
-
AuthorPosts
-
BlenderboxMember
I forgot the link with the plugin default property page with ajax pagination that doesn't work.
Thanks!
September 16, 2014 at 3:40 am in reply to: woocommerce product image sizes not correct with Beautiful child theme #124626BlenderboxMemberYour thumbnail sizes are fine, 250 the product image, and 150 the related products images, you can see that on the image attributes with browser element inspector.
If you want the related products images smaller, you have to change the size of the
- element because the images have 100% width.
For example:
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
width: 25%;
}add this on your child theme style.css file.
BlenderboxMemberIt worked! Thanks a lot!!
BlenderboxMemberOk, now I see I can't post more than 2 links, I didn't know what was happening.
So the links to the two tests:
And the plugin properties page is in Porperties link on the main menu.
By the way, I just get an answer from the plugin forum and they says that I'm getting this error: 'You don't have permission to access /cms/wp-admin/admin-ajax.php on this server.' but they don't give me any solution. I don't understand how I can get that error only with genesis, and not with Twenty Fourteen theme.
Any idea?Thanks!
BlenderboxMemberBlenderboxMemberThank you lauriemrauch!
I couldn't see the problem even though I've use the jQuery function many times before.
- element because the images have 100% width.
-
AuthorPosts