Tagged: x
-
AuthorPosts
-
September 2, 2016 at 3:52 pm #1158938
Benjamin HParticipantCan 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
September 2, 2016 at 9:00 pm #1159274
RadModeratorHi 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!
September 4, 2016 at 10:41 pm #1161096
Benjamin HParticipantThat 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!
BenjaminSeptember 5, 2016 at 12:06 am #1161167
ChristopherModeratorHi there,
Please add this :
.single-post .entry-featured{ display:none; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158938 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
