Video not showing in Portfolio Item

Hi Support Team,

unfortunately my embeddded Youtube Videos aren´t shown in the Portfolio Items anymore.
A few month ago it worked like a charm…

I am using X Theme with the Ethos Stack. Looks like someone had the same issues in this forum but after trying everything that your team recommended, it´s still not working.

Possible Issues with PRO's Portfolio

Your help is really appreciated.

Thank you in advance!

Best, Nadine

Hi Nadine,

It is not showing because of a custom CSS. Please remove this CSS code

.single .entry-featured {
    display: none;
}

If that is intended for post only, please use a more specific selector like this:

.single-post .entry-featured {
    display: none;
}

Wohoo! Works like a charm!

Thank you for that! Looks like somehow I deleted parts of my code…

You’re always welcome @Acidfee82.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.