Video Post Problem with social icon

Posted in: Newspaper
Post count: 10

Hello,
I have a problem on articles with video, if active “BOTTOM ARTICLE LIKE” in the theme the editor inserts a video at the end of the article that overlaps with the share buttons. As you can see inside any article for example in this Article. It seems to me a problem of the theme how can I solve?

Thank you

Post count: 35449

Hi,

This can be a plugin conflict, you can try to deactivate all non theme plugins, clear all cache and look again.

Also you can try to hide that video, if you want to do that you need to add the below custom css in Newspaper>theme panel>Custom code>Custom css
.td-post-sharing-classic{
display:none;
}

Thank you.

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