• Resolved JoelCantero7

    (@joelcantero7)


    Hi!
    I have this podcast website [ redundant link removed ] and I would like to add in every post loop item the PowerPress player of every podcast episode. Can it be possible?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Shawn

    (@shawnogordo)

    I have asked the Blubrry dev team to look at your question. A response will be posted here as soon as possible.

    Thread Starter JoelCantero7

    (@joelcantero7)

    Thank you very much! Waiting for the response ??

    Plugin Author Angelo Mandato

    (@amandato)

    Hello @joelcantero7,

    Can you clarify what you mean by loops, or did you mean the main wordpress loop?

    As far as “the loop”, this is what WordPress refers to the loop of multiple posts to display on a page, PowerPress supports this. Your theme when going through the loop needs to call the get_excerpt() or get_content() functions. First look at your site I suspect your theme does not call either of them, instead they get the post->content and trim it to how they desire. If this is the case, you will need to edit your theme to either use get_excerpt() or add function call to insert the player in your theme, documented here: https://create.blubrry.com/resources/powerpress/powerpress-and-your-theme/

    Thanks,
    Angelo

    Thread Starter JoelCantero7

    (@joelcantero7)

    Thank you very much! Now I have my PowerPress player in every loop item. Thanks to a genesis_entry_content hook,I added the the_powerpress_content() function and looks like this:

    https://eramagazine.demoswp.com/7-minutos-al-dia/

    Now I realized another problem about MediaPlayer.js audio player. I have realized that the first second the navigator displays MediaElement.js but then it changes to the old and ugly one.

    I will post it in another one, because the previous problem is solved right now ??

    • This reply was modified 6 years, 1 month ago by JoelCantero7.
    • This reply was modified 6 years, 1 month ago by JoelCantero7.
    Plugin Author Angelo Mandato

    (@amandato)

    Awesome! I just replied to that thread, your theme is messing with the CSS, which may bet hat way by design, the theme developer may not have intended players to appear in those views.

    Thanks,
    Angelo

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add PowerPress player to every loop item in category archive.’ is closed to new replies.