• Resolved Anonymous User 14649648

    (@anonymized-14649648)


    Hi, I’m wondering how to remove images from listings i.e. on home page, listing pages, search results page, and detail page. I’m already working with a child page and the Editor view, but what php files should I look in? Is there a simple way to do this? Thanks!

    https://ww.wp.xz.cn/plugins/geodirectory/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    sorry for the late reply.

    This would be easier with CSS than editing files.

    This css will hide it from all archives and will hide the slider from the details page too:

    .geodir_flex-container, .geodir-post-img {
        display: none !important;
    }

    You can add it to GeoDirectory >> Design >> Scripts >> Custom css

    Thanks

    Thread Starter Anonymous User 14649648

    (@anonymized-14649648)

    Beautiful, thank you!!! I’ve decided I want the slider on the details page, so I tok out .geodir_flex-container; and, on the other hand, I didn’t want the images on the home page, so I added .geodir_thumbnail. Do you anticipate any adverse affects from this?

    Plugin Author Paolo

    (@paoltaia)

    Hi,

    that should work.

    Thanks

    Thread Starter Anonymous User 14649648

    (@anonymized-14649648)

    Thanks again! This is really a great plugin and your support is much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove images’ is closed to new replies.