• Hi there,

    When I want to add an image in a post or page, it shows up just fine, even on the preview page/post. But when I click on the published page, it doesn’t show any image.

    I already tried downgrading my wordpress version and deactivated some plugins that have to do with images.

    I hope someone can help me with this issue.

    Kinds regards,

    Erik Hans

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Erik,

    I hope you are well today and thank you for your question.

    I have tested it on my test site and it’s working fine for me using latest version of Sparkling theme.

    Could you please share me the page URL from your site where it’s not displaying correctly so that i can troubleshoot it?

    Kind Regards,
    Movin

    Thread Starter zwans15

    (@zwans15)

    Hi Movin,

    I’m doing fine, thank you. Hope you are doing fine too.

    https://www.sharpsciencesolutions.com/about-erik/

    There should be images above the texts; Young Erik, Fat Erik and Current Erik

    Kind regards,

    Erik

    Hi Erik,

    I visited your shared page and found the images are not displaying on it due to the incorrect markup added in the page content.

    You can try resolving this issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    .entry-content img {
        width: auto;
        height: auto;
    }

    Best Regards,
    Movin

    Thread Starter zwans15

    (@zwans15)

    Wowwww, thanks man! It worked, awesome!!
    Appreciate the help!

    Kind regards,

    Erik

    You are most welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image not on published page’ is closed to new replies.