Hey there,
The post carousels on one of my client’s site are suddenly not showing any images. Every post has a featured image, and these carousels had worked perfectly for over a year.
Other info that may help troubleshoot:
• The widget’s preview shows images even though the widget itself does not.
• It was working just a few weeks ago.
• Other than adding a new post, nothing has been updated or changed on the website in that time (no plugins, not the theme, not the homepage itself, etc…)
• There is no broken code in the new post or anything that could be causing a glitch in the feed (that I know of).
Has anyone else experienced this? I’m hoping someone has a suggestion.
One of the feeds is on the home page:
And the other is on their “Visit the House” page:
Hi, thanks for reaching out. Have you resolved the problem?
Interestingly, yes! I did it with CSS:
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item
.sow-carousel-thumbnail a { min-height: 182px; width: 272px; }
.sow-carousel-wrapper ul.sow-carousel-items h3 { width: 272px;
white-space: normal; }
Thanks for the feedback. If you ever want to circle back and troubleshoot the primary issue, please, let us know.