Incompatibility tag div compose x amazon polly plugin

Posted in: Newspaper
Post count: 22

Hi There,

Recently, i installed amazon polly plugin (By Amazon AWS for WordPress), when i configurated the plugin for show me the audio player before or after post, simply the newspaper theme it duplicated the audio player by amazon polly.

The image printscreen: https://prntscr.com/1usuamx

Only works if i desactive the tag div composer.

Could you help me?

Regards

Post count: 27744

Hello,

Unfortunately, this plugin Amazon Polly is not tested with our theme, but I can help you only with a custom code CSS to hide the duplicate audio player, for this I searched your website but I saw you don’t have set the audio player in the post => https://i.imgur.com/Nca5Thh.png, so if you want to hide the audio player with CSS please set the audio player.

Thank you!

Post count: 22

Hi Anamaria,

Thanks for the answer, the correct url is: https://homolog.financeone.com.br/como-evitar-consumo-excessivo/ (Our Staging mode)

Take a look the audio player, if i to hide with css, both it will not show us. We need to play the audio with only one audio player

Is there another solution? What do you think?

Regards.

Post count: 27744

Hello,

Please use this custom code css => https://i.imgur.com/edmSCsI.png

#amazon-polly-audio-table{
display: none;
}
.tdb_single_content #amazon-polly-audio-table{
display: table;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 22

Hi Anamaria,

It was works very well.

Thanks a lot!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.