Viewing 5 reply threads
You must be logged in to reply to this topic.
I am having a challenge with getting my featured image at a full size. When I insert it in place of the default image, it is only half the size. I only see half of my image. I want a product that looks similar to the basic with sidebar, but I’m only getting half of the image. Please help.
Hello,
You must upload images with the same aspect ratio as the products in demo theme.
Ex. Image size for single product 528x678px.
Best regards!
Hello,
1- I can’t see any content on your site.
The images have that size because the layout is with 3 columns.
I thought you wanted to change the image size for products (woocommerce).
If you are talking about the portfolio images, it’s the same logic, the images are cropped, you must ad them with the same aspect ratio as the feature image. Also you can change the images size at functions.php.
add_image_size( 'port3', 600, 600, true ); add_image_size( 'port3_grayscale', 627, 470, true ); add_image_size( 'port2', 460, 275, true ); add_image_size( 'port2_grayscale', 940, 470, true ); add_image_size( 'port4', 600, 600, true );
After doing that, you must recreate the thumbnails or re-upload the images.
2- To make the header transparent, please check the transparency option in Header Options > Background screenshot. That way the background image will be the same as in demo.
Best regards!
Hello,
Please send us your wp credentials in a private reply. So we can give a closer look.
Best regards!
You must be logged in to reply to this topic.