video list youtube title with entities

Posted in: Newspaper
Post count: 21

Dear developers,

we use your theme in an our project.
We want to ask you why into the youtube video element playlist the title of the current video played (td_current_video_play_title_youtube) has errors about the html entities. The entities aren’t encoded.
Instead the list of videos have the entities into the title well done, well encoded.

See the follow image.

http://prnt.sc/qlcw27

Thank you in advance

Post count: 35449

Hi,

I checked this problem and for me the video player is displaying the video title correctly -> https://i.imgur.com/LBTIp82.png -> https://i.imgur.com/XauLkNI.png ,please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.

Let me know the results!
Thank you!

Post count: 21

Ah ok.

Anyway we solved with this code (hiding the green box and the text inside)

.td_video_title_playing{
display: none;
}

.td_video_stop_play_control{
display: none;
}

is right this code?

Thank you

Post count: 35449

Hi,

I’m glad that you manage the problem, also, the code is good.

Thank you!

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