I built a site (https://www.ashfoxphotography.com/blog/) on a staging server – and then exported the site – and then imported it onto it’s live server – and lost almost all of the featured images.
I’ve tried regenerating the thumbnails – but – that doesn’t seem to bring them back ….
Help.
WP: 5.2.1
Enfold: 4.5.7
Hey peanutgraphic,
Sorry for the late reply, it looks like your custom css is hiding the images:
.slider-fallback-image {
visibility: hidden;
}
it should be removed or changed to:
.slider-fallback-image {
visibility: visible;
}
If you can’t find the custom css, Please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
Mike
Hi,
In Enfold > Performance, I disabled CSS file merging and compression to make sure that uncached css is fetched, however it’s not fetching the code Mike gave.
I just added it in Enfold > General Styling > Quick CSS.
Hope it helps.
Best regards,
Nikko
Hey – Thanks for doing that. It still isn’t working…
https://www.ashfoxphotography.com/blog/page/2/
Is there any way to just set the first image from the post as the featured image? Maybe resetting it that way would work….