Hi guys.
I have four blog layout problems:
1. I’m using the blog list layout with small image on the left and for some reason its looking weird and not filling the square. It also isn’t showing the date
2. Once I click on the post, I have the same weird image layout and also I don’t want the image to be clickable and to open up in a pop up. I thought there was a setting for this in the enfold options but I don’t see it anymore.
3. I have another single post that isn’t displaying the image at all.
If you have any questions let me know. Thanks guys!!
Hi jenki!
1. Use this code in Quick CSS:
.small-preview img, .big-preview img {
height: 100%;
}
2. Use this code, so it won’t be clickable anymore:
.single-post .single-small.with-slider .small-preview {
pointer-events: none;
}
3. Image is showing fine for me:
Please try to clear your browser cache.
Best regards,
Andy
Thanks!
Seems to work. I always forget to clean cache after “large” changes. For some reason some changes stick for a long time even if I set my webserver to expire cache after 24 hours.