Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25314
    Erny
    Guest

    Hi, I used your premium service to get a block type that worked for me. I have created what I want with it for my “about” page of my website. The thing is now- is that I can see the image when I am editing or building the page but when I publish the page and go to view my site – the image is missing from the “About” page.

    Please Advise.

    #25317
    Jesse Owens
    Keymaster

    Hi Erny-
    I took a look at the website you sent over privately, and checked out the About page.

    One thing that jumped out at me is that all your images are being served from the shortpixel.ai CDN. Can you try disabling the Shortpixel plugin and see if the image shows up without using the CDN?

    #25320
    Jesse Owens
    Keymaster

    Hi Erny-
    I took a closer look at this and I think I spotted the problem. I was wrong about the cause being your image CDN.

    One of the containers in the block is forcing a white background on top of the image, due to CSS from the GeneratePress theme. Here’s how to solve this.

    Navigate to Appearance > Customize > Additional CSS and use the following CSS code:

    .one-container .container { background-color: transparent !important; }

    This should resolve the issue for you, but please let us know if you have any more questions.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘no image on website’ is closed to new replies.