Hello! How are you? First of all: thank you very much for your work! It works really well. But I would like that when the videos are seen on the home page, only the one that is in focus is played with sound, because if not, when entering, all the videos are heard at the same time. How could I do this? In case it is not possible, then I would like all the videos to be played without sound on the home page, but with sound within the notes. Could you help me? Thank you very much!
]]>Hi,
I’m using this plugin and it is a good one. Thank you very much for implementing it.
However it seems that it is not updated, because I can see this message:
“Details:?It was last updated 7 years 4 months ago and tested up to WordPress 4.7.28. It may have compatibility problems with the current version of WordPress or unknown security issues.?“
Is the plugin still mantained?
Thank you very much
Claudio
]]>Hello
I’m not able to find or maybe this is not an option how to set the generated featured image so the video is not played and instead clicking will take the user to the post page.
]]>Bit of an odd one. the plugin does work, and im happy with it, but sometimes it does not add the responsive overlay wrapper in responsive mode. I am not clear on the cuase, I tried this with a few different videos at different resolutions. same result. I am wondering if it is wordpress lazyload causing this?
]]>I needed a persistent play button, and was able to use @writegnj ‘s answer from 2015 to get most of the way there. Thank you @writegnj
I added an onResize in addition to the code from that previous answer. So the complete additional code added before the closing })(jQuery); looks like this:
// Add width, height values and play class to video div
var fvplw = $('.fvp-dynamic').width();
var fvplh = $('.fvp-dynamic').height();
$('.fvp-actionicon').css({'width': fvplw, 'height': fvplh});
$('.fvp-actionicon').addClass('play');
});
// Rewrite height and width on resize
$(window).on('resize',function() {
var fvplw = $('.fvp-dynamic').width();
var fvplh = $('.fvp-dynamic').height();
$('.fvp-actionicon').css({'width': fvplw, 'height': fvplh});
}).trigger('resize');
The version of the plugin that I was using a frontend.min.js file, so I minified the contents of frontend.js after making the edits, and copied that over to the minified version.
You can also make changes directly to the plugin’s frontend.css file to change the icon and color used in the overlay. The two rules that I modified were:
.fvp-overlay .fvp-actionicon,
.fvp-dynamic .fvp-actionicon {
// your custom css
}
and
.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
// your custom css
}
I hope that saves someone else some time.
]]>Recently started using VideoPress hosting and are replacing Youtube videos. VideoPress is a CDN that allows videos to be managed from the WP Media Library.
We’ve tried three methods of displaying our VideoPress videos via Featured Video Plus, but only get this error: Could not resolve the inserted value to a video… If you tried to insert a raw embed code, you might need to enable it in the media settings.
I looked at media settings, but didn’t see anything obvious to enable VideoPress.
The three methods we’ve tried are VideoPress shortcode, html embed code, and selecting the video directly from the media library.
]]>Good morning.
I have a wordpress site with Divi builder.
I would like to display a featured video instead of featured images. I followed the advice given on the Divi WebSite: https://www.elegantthemes.com/blog/tips-tricks/how-to-add-featured-videos-to-your-wordpress-posts-and-pages.
But it doesn’t work for me.
I send you the page where I did put the featured video.
https://agence-digitaline.fr/?p=4792
The featured video is the same one that is included in the page (without your plugin).
I put it in the page because I publish this article tomorrow and I needed to present this video. Too bad it’s not on the front page.
With your plugin, the only thing I see is the featured image that is generated by your plugin. No player in sight ??
And this is the link of the video: https://youtu.be/Hui6t-BdUxc
]]>The featured image for all of my blogs is enormous. I can’t change the size of it. How do I change the size of the featured image for my blog pages.
]]>I’m using this plugin with GEO MyWP to place the featured YouTube videos instead of the featured image in GEOMyWP box when I click on a marker on the map BUT often the video seems to be not available from YouTube even if it’s correctly visible on YT; if I refresh the page the video magically appears so I think it could be that the video isn’t shown due to a kind of “YouTube timeout”. Could it be? I try to resolve placing the variable “?autoplay=1” next to the url but to obtain data immediately without having to wait for the website to “download” data from YT. It seems to work but I don’t have the certainty that this will always work without stop.
Does anybody can say if it is a good solution or the reason why this happens?
Thanks everybody
]]>Looking in the media library the thumb created today is 480 x 360
Previous thumbs saved as 1280×720
This causes a display issue
Any thoughts?
]]>Hello together…. is there a chance to get run the FVP plugin with the new WP version? Got a lot of failure if I use it…. I love this Plugin and it would be great still to use it.
Regards Ralph
]]>Hello!
I was able to successfully display the featured video as a thumbnail while viewing the grid of posts. However, when I click on the post link to view the full post the featured image displays the image as a link to the video. I was hoping that this plugin would display the video on the individual post as well. Is this possible? Am I missing something or should I activate some plugin setting in order for the video to display on the individual post page? I hope to hear back from you soon. Thank you for your time.
]]>Hi all,
I’m looking for a way to use WebM files for the featured image (ideally with a static backup for unsupported browsers).
Featured Videos Plus used to do this but it’s no longer supported with my WP ver / theme. Does anyone have an alternative recommendation?
Thanks
]]>pls Help thx
I got this e-mail today, can you pls help?
Frist i updated all and cleared the chash, donst help?
Thank you!
If you are looking for help with this problem, you may be asked for some of the following information:
WordPress-Version 5.8.3
Aktuelles Theme: Fukasawa (Version 2.0.5)
Aktuelles Plugin: Featured Video Plus (Version 2.3.3)
PHP-Version 8.0.15
Details
==============
Ein Fehler vom Typ E_ERROR wurde in der Zeile 46 der Datei /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-content/plugins/featured-video-plus/php/class-help.php verursacht. Fehlermeldung: Uncaught ValueError: Unknown format specifier “W” in /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-content/plugins/featured-video-plus/php/class-help.php:46
Stack trace:
#0 /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-content/plugins/featured-video-plus/php/class-help.php(46): sprintf()
#1 /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-includes/class-wp-hook.php(303): FVP_Help->post()
#2 /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
#3 /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-includes/plugin.php(470): WP_Hook->do_action()
#4 /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-admin/admin.php(374): do_action()
#5 /mnt/web319/a1/94/5580994/htdocs/wp-cms-2020/wp-admin/post.php(12): require_once(‘…’)
#6 {main}
thrown
I cant able to upload mp4 videos directly. its showing only play option the video is not playing
]]>Hi. I need to show video instead of featured image with the playing button and function. But there is a problem as I can’t see the play button and function. Only the image of video which is captured. Please help me to fix the issue.
]]>Hello,
I am embedding my vimeo videos in my website “www.virtualprop.in”
The desktop version is completely working. However, I am facing certain issues on the mobile version. The problem is tap to unmute feature is not working properly.
There are 3 sections in my website. Search page results, Featured Videos and Property Page. Autoplay feature is enabled on all the section so by default the audio is being muted everywhere. However, tap to unmute function is working on featured videos section on home page and search page. It’s not working on any property page. Its some times not working on featured section also.
What might be the issue. My developer says everything is perfect on my end. Can you please check my site on mobile. Both on Android and Iphone. (Main problem is tap to unmute is working only partially)
Search Page; Url
https://virtualprop.in/search-results/?status%5B%5D=flats-for-sale&location%5B%5D=properties-for-sale-in-vijayawada
Property Page Url: https://virtualprop.in/property/4bhk-for-sale-in-veterinary-colony/
]]>My site is transferred from one hostingfirm to another. Since then there are no videos shown on the site, no matter what I do. I closed all plugins, but that either solved the case. Do you have any idea what has gone wrong?
]]>I have my backend server without internet connection. In front of backend there is a production server with Varnish to cache content. The client recieve page without FVP iframe.
Anybody knows if internet connection to backend is important?
EWWW Image Optimizer plugin is in conflict with Featured Video Plus plugin. You can solve this problem together. Themes: OceanWP, PHP: 7.3
hello
i’m using bodyboss, and have problems lately with my avatars, according to bodyboss support :
I was able to check and you are using Feature Videos Plugin which is not integrated with BuddyBoss. The Feature Videos Plugin is using the default WordPress profile picture and not the one from BuddyBoss Theme. We don’t have an option in our settings to change the profile picture image for Feature videos pages. This will require custom work since it will extend the feature and functionality of our product.
You may contact the Developer of Feature Videos Plugin to see if they can use the BuddyBoss Theme profile picture image instead of the Default from WordPress.`
would be great if you could help me with this
cheers
jax
Hello!
How can I remove the changing of RSS feed also?
I can prevent RSS feed thumbnail image replacing if I thick out some options like “when inside the main query of each page OR”, but need those options for my main category listings!
Could you please create another option there for RSS feed also please?
Or any other code copy paste to functions php would also be cool to solve this!
Super thanks!
]]>Hi Alexander, hope you’re fine and well.
Well the above-mentioned link is one of my sites that is open to External Requests atm (Still building) but as my network’s privacy policy, my team would rather have our network closed aka Block External Requests.
Now, why isn’t Featured Video Plus working whenever I ‘close’ the site? Is there user data, PI, PII ‘mining’ going on? If so, is there a work-around these so I can still implement my network’s privacy policies?
I luv your plug-in and hope I can still continue to use it with an appropriate solution. Hoping for you immediate reply.
Arianne
]]>The video embedded on my website is deliberately 1744-by-1080 pixels in its native size, narrower in proportion than standard 1920-by-1080 (16:9) videos. I embedded it into my website in the usual way: by pasting the YouTube URL into the Featured Video field in the admin area of my website.
Notice how on the YouTube version, the video is displayed in its intended proportions, with no pillar-boxing or letter-boxing. But on my website, the page initially loads with a poster frame that displays at 1689-by-1255 pixels (on my screen). This is much taller than the video’s intrinsic proportions, and the poster image has its left and right sides cropped off. When I click to play the video, it plays smaller within the container, with letter-box bars above and below the video.
Regular 16:9 videos on my website (such as this one) play edge-to-edge, as expected.
Is there a way I can make the video play at its intrinsic proportions, with no letter-boxing above and below?
]]>Hi guys,
I have a few questions.
First, how do I make this not appear on the home page, I have a text-based post grid on my homepage and it displays video once using this plugin
Second – Once in the single blog post video isn’t clickable just an image.
Third – Then in my blog section /blog/ where the lists of my posts are video displays @ 1905×1072 full-width huge video
Thanks in advance!!!
]]>hi it’s possible to insert a shortcode from which the plugin must display the video instead of a url address?
]]>Hi,
I can see it looks like this plugin is no longer supported but I’m hoping someone could still help please!
I’ve installed it on my site and it does still work for me on the standard WordPress posts page, however it doesn’t work in my Elementor Pro Posts Widget I have. The Posts Widget just shows a still picture of the video rather than being able to play the video itself. Does anyone know how to make this work please?
Thanks
]]>Since WordPress 5.6 the featured video is not always visible on single posts.
Sometimes the video is shown but after some refreshing the video disappears.
Disabled all my plugins and tried different themes without any results.
Anyone else with the same problem?
]]>Wonderful plugin. Im attempting to customize but am stuck. does anyone have a suggestion? the overlay display is perfect but id like to trigger the overlay a bit differently.
this is a link to the project page: https://ourlight.online/test4/
is there a way to make a button in my theme single.php that triggers the overlayTrigger event and disables the hover/play icon?
i think this is the functionality i want to trigger with the button
/**
* Show the overlay on-click.
*/
function overlayTrigger(event) {
event.preventDefault();
var $self = $(event.currentTarget);
var id = parseInt($self.attr('data-id'), 10);
$self.openDOMWindow({
eventType : null,
windowPadding : 0,
borderSize : 0,
windowBGColor : 'transparent',
overlayOpacity: fvpdata.opacity * 100,
width : '100%',
height: '100%'
});
// Check if the result is already cached
if (! videoCache[id]) {
$.post(fvpdata.ajaxurl, {
'action' : 'fvp_get_embed',
'fvp_nonce' : fvpdata.nonce,
'id' : id
}, function(response) {
if (response.success) {
// cache the result to not reload when opened again
videoCache[id] = response.data;
$('#DOMWindow').html(response.data);
sizeLocal();
$(window).trigger('scroll');
}
});
} else {
// From cache
$('#DOMWindow').html( videoCache[id] );
sizeLocal();
$(window).trigger('scroll');
}
}
]]>
Posting this fix here in case anyone else has this issue. The problem is a misplaced on blog-grid.php.
Lines 4-5 on blog-grid.php reads:
“>
<?php the_post_thumbnail(‘bard-grid-thumbnail’); ?>
It should be:
“>
<?php the_post_thumbnail(‘bard-grid-thumbnail’); ?>
Only three hours to find that error, but so glad I found it.
*********************
The plugin seems to have partially stopped working on my Bard theme.
On the Blog page (the main front page) I get a still image of the video, but when I click on it instead of playing the video it brings me to the blog post (where the video does play).
Oddly enough, the videos do play when shown suggested posts below the blog post.
Does anyone know a fix for this issue?
Thanks.
]]>