Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158938
    Benjamin H
    Participant

    Can you take a look at http://www.teens.lvbaptist.org/2016/09/02/test-message/ . If I go to the main blog page (http://www.teens.lvbaptist.org/lvbc-teen-blog/) You will see that the audio link I put in the audio post settings displays the player, but within the single post there is no player.

    How do I get the post to display the audio player which is showing on the front page. It would be nice if it shows the featured image too.

    Benjamin

    #1159274
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    It’s hidden by this CSS,

    .single .entry-featured {
        display: none !important;
    }

    Please change it into this,

    .single-post article:not(.format-audio) .entry-featured {
        display: none !important;
    }

    Cheers!

    #1161096
    Benjamin H
    Participant

    That worked perfectly! Thank you so much. I believe I was trying to hide the featured image. Is it possible to just hide the featured image on the post page and not the other aspects?

    Thanks!
    Benjamin

    #1161167
    Christopher
    Moderator

    Hi there,

    Please add this :

    .single-post .entry-featured{
    display:none;
    }

    Hope it helps.

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