• Resolved uk_big_beww

    (@uk_big_beww)


    Hi,

    Awesome plugin ! Really !!

    I just have one problem.

    I’m using in my loop:

    <?php if (has_post_video()) the_post_video('medium-thumb') ?>
    <?php elseif (has_post_thumbnail()) the_post_thumbnail('medium-thumb') ?>

    has im using an ajax load more post. The video display fine – but only as it was setup as: “Replace featured image automatically.”

    However, I need to have it working as “Open video overlay when featured image is clicked”. How can Achieve this ?

    Second problem related to this, ( In another part of my website, it’s setting correctly in Open video overlay when featured image is clicked. so its good, but the featured image is having the 2 big black markup on top and bottom of the video in the thumbnail generated. . . an way to have them cut off ?

    Thank you for all your help, and good continuation !

    https://wordpress.org/plugins/featured-video-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alex

    (@ahoereth)

    The plugin does not know when new videos are loaded through ajax. I will provide a API way to re-initialize the plugin’s Javascript functionality (like overlays) manually using Javascript of you own in the next version.

    Regarding the black bars: Sorry, can’t do anything about them. The plugin asks YouTube for a video thumbnail and takes whatever it gets. You can manually edit the thumbnail in the WordPress media editor.

    Plugin Author Alex

    (@ahoereth)

    Fix commited. As soon as the next version is released you can make use of the initFeaturedVideoPlus() JS function. You will need to make a call to it everytime more posts are loaded in order to initalize their behavior correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Open video overlay when featured image is clicked in loop’ is closed to new replies.