• Hello,

    I’ve read the forum and have notice there are other people with the same issue but no answer adressed, being the related topics already closed. So, I’m opening a new one, hoping to have a different outcome.

    From a while now (since I’ve updated the plugin but I’m not sure to witch version), the descriptions of the videos just stop showing, even thought I have them ON in the pluggin settings. Tried also to force them ON in the shorcode directly, not working either.

    This happens no matter the Video Layout Template I use.

    Hope you can help me work this around or corect it if it is a bug in the plugin code.

    Thankyou very much

    Maria

Viewing 3 replies - 1 through 3 (of 3 total)
  • The same problem here!

    Same issue here, did you guys managed to sort this out?

    Found a workaround for this.

    In your template .php file replace

    <div class="yotu-video-description"><?php wp_kses_post( $_desc );?></div>

    with

    <div class="yotu-video-description"><?php echo yotuwp_video_description($video);?></div>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video Description not shown’ is closed to new replies.