This plugin is no longer supported, but it was working great for me until the gallery filter broke. Turned out to be a simple fix that I’ll share in case anybody else is having this issue.
The query around line 142 of easy-video.php is where the problem was. I removed these lines:
if ($gallery) $query = '&egallery='.$gallery;
$the_query = new WP_Query('posts_per_page='.$num.'&post_type=evideo&paged='.$page.$query);
And replaced them with the current way of doing a query by taxonomy:
$args = array(
'post_type' => 'evideo',
'posts_per_page' => $num,
'paged' => $page,
'tax_query' => array(
array(
'taxonomy' => 'egallery',
'field' => 'slug',
'terms' => $gallery
),
),
);
$the_query = new WP_Query( $args );
All fixed!
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>This plugin was really cool until the wordpress 4.4 update. Now, the displayed gallery is always the last one created. The number of pages is wrong. ?? I hope it will be corrected very soon ??
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>I have used this plugin. I have used the youtube videos. When I click on the thumbnails below, the videos dont play. Only after I refresh the page, the video loads. Can you please help me sort this issue, as it is very urgent. I am using WordPress 4.4 Beta 2
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>Easy Video Gallery Responsive HTML5
in the post there shorcode icon not apppear
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>My video gallery used to work, but this week it stopped working. Now the videos aren’t visible in the gallery. It only shows the titles with no video.
Please help!
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>I am creating a video library of youtube videos. After adding the videos and inserting the shortcode into a page, the videos run fine on the computer but do not work at all on the mobile ipad or iphone eventhough there display you cannot run them.
Please help
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>This plugin looks pretty. Any chance though for adding Dailymotion support as well?
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>Hello,
I am testing out your plugin and noticed that when I add a YouTube link, the video thumbnail shows. However, if I use a Vimeo link, there is no thumbnail although the video will play.
https://www.ads-software.com/plugins/easy-video-gallery-responsive-html5/
]]>