-
-
After adding different portfolio items, different image sizes resulted and a mysterious gap appeared between the third and fourth row on the main page. We have tried to remove the images and re-upload them again but still not work. Please help to figure it out.
For more details, please check the link below.
Thanks.
- This topic was modified 8 years, 2 months ago by orderlike.
-
Hello,
What version of theme and visual composer do you have? Have you installed third party plugins? Maybe one of them conflicts.
Send us your credentials to have a closer look to the issue.
Just update you profile user information for that. Read this article for more information.Please don’t open many topics with the same issue, it can be a little confusing even for us. I am closing the other topic, so you can write only on this one.
Best regards!
-
hi~
My profile user information has been updated. Please help solve the following problems
1. Different image sizes resulted (some are square & some rectangle )
2. Mysterious gap appeared between the third and fourth row on the main page
Thanks.
- This reply was modified 8 years, 2 months ago by orderlike.
-
Hello,
1-This is because the images have different dimensions. So they are scaled down in different sizes as well. If you want to change them then please read more in this article: https://support.codeless.co/?ht_kb=ideal-image-size.
2-This too is caused due to the images different dimensions. To avoid it, you only need to set up a minimum height for this type of portfolio. Please add this code into your custom css box (located in General Options > Custom Css box):
.three-cols .portfolio-item { min-height: 535px; }
This is the result: https://pho.to/AJShf
Best regards!
-
hi,
I have re-sized all images with the same dimensions and uploaded them again, however, all the images become squared but we did not set anything.
please help to figure it out.
thanks.
-
Hello,
Which images did you edit the dimensions? What dimensions did you set? I see the original images size’s are 600x600px. You should set the values that keep the image as close to the original but enough to fit the page’s layout.
Please change the image size to the best option for the images sizes you have. Upload them again. Then if the row still has some spacing, just add the custom css i gave you in my last reply. Edit the value to your need.
Or just let us know and i will fix it for you. But first you need to change the images sizes back.
Let us know for anything.Best regards!
-
Hello,
Where exactly did you do the change? I saw in your function.php file that the image dimensions for portfolio with 3 columns, was 600x600px.
Please see screenshot: https://pho.to/AK2oE
It’s these values that you should change. And then re-upload images.
Example:add_image_size( 'port3', 800, 1200, true );
Let us know.Best regards!
-
You must be logged in to reply to this topic.