• hi , first thanks for this fantastic plugin

    i have strange problem , all thing works well in full post but in shortpost i get a empty area instead player or (video) text !!

    what`s the problem ??

    i try various type of post but no success , also i see these line in my content-video.php :

    <div class=”post-element-content”>
    <div class=”post-video”>
    <?php
    if(intval($video_type) == 0){
    echo do_shortcode(‘[youtube id=”‘.$video_content.'” width=”100%” height=”300″]’);
    }else if(intval($video_type) == 1){
    echo do_shortcode(‘[vimeo id=”‘.$video_content.'” width=”100%” height=”300″]’);
    }else{
    echo $video_content;
    }
    ?>
    </div>

    is this something related to ?

    https://www.ads-software.com/plugins/stream-video-player/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘show (video) text or blank area in short post’ is closed to new replies.