Forums Forums Search & Filter Pro featured image not showing on load

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #49477

    heres the link to my site http://trancemusicevents.com/search-trance/

    the search for uses shortcode which when i hit reset does not display the post featured image anymore?

    Anonymous
    #49478

    it loads fine on seacrh its just when reset is pressed.

    Trevor
    #49510

    Your theme appears to have this css:

    img:not([src]):not([srcset]) {
        visibility: hidden;
    }
    Anonymous
    #49568

    where is that code so i can delte

    Trevor
    #49603

    You may have to override it instead with custom css, like this:

    .search-filter-results .image-section img {visibility: visible !important;}
    
Viewing 5 posts - 1 through 5 (of 5 total)