Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1105871

    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

    #1106241

    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

    #1106555
    This reply has been marked as private.
    #1106595

    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

    #1106742

    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….

    #1106859

    Hi,
    I checked again and your images are now showing, Please clear your browser cache and check.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.