Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358005
    patrickg
    Participant

    What would the code be to make sure the images show up on a search results page like on the Feed page?

    https://www.bourbonbanter.com/?s=old+ripy#.WJYiB7YrJR5

    #1358291
    Rad
    Moderator

    Hi there,

    They are hidden because of this CSS,

    body:not(.blog) .x-main .entry-featured {
        display: none!important;
    }

    Change it to this

    body:not(.blog):not(.search-results ) .x-main .entry-featured {
        display: none!important;
    }

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1311799 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>