Alisa Wong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Olsen Light] Image Compare not WorkingHi Fotis
You’re a wizard, it works. Thank you!
Forum: Themes and Templates
In reply to: [Olsen Light] How to add images to related posts sectionHi Fotis
This works! Is there a way for both width and height of the images to be consistent? It’s okay if any excess part of the image is cut-off, since they’re not all the same aspect ratio.
Forum: Themes and Templates
In reply to: [Olsen Light] How to add images to related posts sectionHi Fotis
I have featured images, but previously used this code to hide them. How should I make them appear only in the Related Posts section, but stay hidden everywhere else?
.single-post .entry-featured, .blog #content .entry-featured, .archive #content .entry-featured { display:none ; }
I would also like to hide the date in related posts, but show it everywhere else on the site. Is that possible?
Thanks for your help!
Forum: Themes and Templates
In reply to: [Olsen Light] How to add images to related posts sectionTo add on, how can we fix the issue of the comment box overlapping into the footer? Sorry, just noticed this and can’t seem to edit the topic to add on after some time has passed ??
Image here.
Forum: Themes and Templates
In reply to: [Olsen Light] Carousel Missing in Microsoft EdgeHi again Fotis
You’re right! Issue resolved after disabling lazy loading on Jetpack. Am using SG Optimizer for lazy loading instead, seems to work now.
Thanks!
Forum: Fixing WordPress
In reply to: Jetpack Image Resizing Not WorkingHi Jan & Tim
Thanks for your responses. I was finally able to work around the problem by keeping the Jetpack function disabled and using custom CSS.
For anyone else looking for a solution for Olsen Light or themes with a similar structure,
1) The carousel is based on the Featured Image of each post. In post editor, upload an additional version of the post image in slider dimensions to Featured Image.
2) Disable Featured Image showing up in posts via Custom CSS.
.single-post .entry-featured, .blog #content .entry-featured, .archive #content .entry-featured { display: none; }
Now, there will be 2 images for featured posts – 1 featured and 1 in the post body. The CSS ensures viewers only see the image inserted in the post body. This solution is based on the Olsen Light theme.
Sharing final results here as site has moved to a new domain: alisawong.com
Cheers!
Forum: Themes and Templates
In reply to: [Olsen Light] Change Social Sharing IconsHi Fotis
Made some adjustments as per your guide on alisawong.com. Would update the original post with the revised domain, but can’t seem to do that anymore haha.
Thanks for the speedy response, you’ve been a great help!