• Resolved Colin

    (@wpcol)


    Hi,

    The business image is showing and saved in the back end, but it doesn’t appear on the site. I’ve tried 3 different browsers.

    Regards,
    Colin.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    Does the image show in the Preview? It may have something to do with the Lazy Loading plugin you are using. See if you can set it to ignore this class..

    .sprev-google-left-src

    Thread Starter Colin

    (@wpcol)

    Hi, thanks for your help with this.
    Yes, the image shows in the preview. I don’t have a lazy Loading plugin? I’ve also checked with my server and Lazy Load isn’t activated there.

    Regards,

    Colin.

    Plugin Author jgwhite33

    (@jgwhite33)

    The lazy loading could be built in to your theme. Regardless, try adding the following CSS to the custom CSS for the review template.

    .sprev-google-left-src {
    min-width: 50px !important;
    min-height: 50px !important;
    display: block;
    }

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