• Resolved youthmanlbc

    (@youthmanlbc)


    Love this plugin… I have it installed on a different website and it’s working great, but on this one the play and pause icons are not working… thoughts?

    Thanks in advance for your help!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for trying Podcast Player.

    There seems to be some compatibility issue with other plugins installed on your WordPress installations.

    Kindly try following solution,
    1. Go to Dashboard > Appearance > Customize > Additional CSS
    2. Copy and paste following CSS in the appropriate field,

    .icon-pp-play,
    .icon-pp-pause {
    	background-color: transparent !important;
    }
    
    .pod-entry__title a {
    	pointer-events: none !important;
    }

    3. Save OR Update.

    It should solve the issue. Please inform if you need more help on this.

    Thanks,

    Thread Starter youthmanlbc

    (@youthmanlbc)

    Thank you so much – this worked! However on the same page https://bbchelena.org/sermons1 the buttons on the plugin all have the accent color of the theme in the background. I changed the accent color of the theme to white, but that adversely affected the rest of the website. Any way to make the background color of just those button white??? Thank you in advance!

    Plugin Author Veda

    (@vedathemes)

    1. Go to Dashboard > Appearance > Customize > Additional CSS
    2. Copy and paste following CSS in the appropriate field,

    [class*=" icon-"] {
        background-color: transparent !important;
    }

    3. Save OR Update.

    It should solve the issue. Please inform if you need more help on this.

    Thanks

    Thread Starter youthmanlbc

    (@youthmanlbc)

    Awesome – thank you so much! Appreciate the amazing support! Blessings!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Play and Pause Icons not working’ is closed to new replies.