Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums WordPress Themes Elvyre – Retina Ready WordPress Theme One of my video post is showing the video twice?/ Reply To: One of my video post is showing the video twice?/

#1752
Robert Kavgić
Participant

Hello,

The iframe video is displayed as the part of the content and is inserted at the begining of the post so it is included in post excerpt shown on blog page.

A quick fix would be to add this custom CSS to “Elvyre Options -> Appearance – Custom CSS” box:

body.blog .post-body iframe {
    display: none;
}

The second video won’t be displayed anymore.

Robert

Robert