• Resolved elnoor

    (@elnoor)


    Hi Greg,

    In my website, when i post new ad and go to preview page, images are not being displayed. After final submit, it is fine, but just in preview page image slider appears but images don’t show up, even though i can see the images within the code.
    Screen ShotScreen shot
    My website

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, it looks like some incompatibility with your theme, try adding the code below in wp-admin / Appeareance / Customize / Additional CSS panel it should fix this.

    
    .post-content .rslides img {
        margin-bottom: auto !important;
    }
    
    Thread Starter elnoor

    (@elnoor)

    worked well, thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not displayed on ad preview page’ is closed to new replies.