• Hello,

    i would like to know how to disable image-blank area if there was no image upload from publisher,
    only want to show if user upload it.

    thank you

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

    (@gwin)

    Do you mean to hide the gray area when the image was not uploaded? If so then this is not possible as this would break the [adverts_list] layout, you need to have there an empty image placeholder.

    Thread Starter pageinsights

    (@pageinsights)

    Can this code be updated- to show images that were uploaded with ads and where there was no image hide gray area?

    adverts-list .advert-img {
        display: none !important;
    }
    .adverts-list .advert-post-title,
    .adverts-list .advert-published {
        margin-left: 0 !important
    }
    Plugin Author Greg Winiarski

    (@gwin)

    I am afraid not, the CSS cannot ‘detect’ if the image for an Ad was uploaded or not.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Photo advert if there was no image upload’ is closed to new replies.