Vinoth Kumar
Forum Replies Created
-
How to Display Videos under respective Category in all video category Plugin?
Kindly try, [allvideogallery profile=1 category=YOUR_CATEGORY_ID]
Forum: Reviews
In reply to: [All Video Gallery Plugin for WordPress] Vulnerable and lackingRegarding Vulnerability,
Actually, we had this issue in our 1.1 version and have solved in 1.2 version. Did you checked it ?
Regarding YouTube thumbnail issue,
Kindly check http://allvideogallery.mrvinoth.com/forum/7-adding-videos/876-youtube?limit=6&start=6#885
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Published checkbox doesn't worksI have double checked and the check-boxes are working fine for me. Could you please let me know in where exactly you have the issue ?
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Adding Gallery to PageKindly check the “Quick Start guide” menu from our plugin page. It should guide you properly. What all you need is to use the appropriate plugin syntax in your Page or Post.
Example : [allvideogallery profile=1 category=1]
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] How to set player on top of pageJust try using ‘do_shortcode’ method of WordPress in the required area.
Example :
echo do_shortcode('[allvideogallery profile=1 video=YOUR_VIDEO_ID]');Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] vimeo gallery within postIt seems the query is for another plugin [prettyPhoto]. Please contact the appropriate developer.
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] category paginationYou no need to do anything special to enable the pagination. It’s automatically added if the plugin syntax you use have more videos than it’s configured to display per page.
For example, lets say you have 10 videos in a “category” and you have configured to display “3 cols” and “2 rows” in your profile form. In such case you will have to use the following syntax which automatically add pagination for the remaining videos.
[allvideogallery profile=YOUR_PROFILE_ID category=CATEGORY_ID]
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Video Category Not clickable?Kindly mail me your ‘WordPress Admin’ & ‘Server FTP’ details to admin@mrvinoth.com. So, I can do this on my own.
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Video Category Not clickable?Was curious why it would show the category name but not have it clickable so users can go back to the category page.
– Will fix this in our upcoming version
Also what commands can I use to display the current post category? For example after clicking a category it does not show the title of the category for the list of videos.
– Kindly enable ‘Show Category Name’ option in the profile form.
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] iPAD CompatibilityKindly check http://allvideogallery.mrvinoth.com/html5-fallback
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Adding video to main pageSimply try using,
echo do_shortcode('[allvideogallery profile=2 sort=latest category=1]');Kindly check “Quick Start guide” of the plugin page for more syntax references.
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] No. of HitsKindly check ‘Removing Hits from the Gallery Thumbnail’ section from http://allvideogallery.mrvinoth.com/forum/5-creating-an-all-video-gallery-profile/424-removing-hits-and-set-up#427
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] All Video Gallery doesn't work1. Click here.
2. You should get a .zip file. Extract it, copy the attached files and replace them accordingly in your /wp-content/plugins/all-video-gallery/videos/ directory.
3. Hope, this solved your issue !!!
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Add a back to gallery linkSorry, It should be like,
$output = '<style type="text/css">' . "\n"; $output .= $profile->player_css . "\n"; $output .= '</style>' . "\n"; $output .= '<a href="'.$_SERVER['HTTP_REFERER'].'">Go back</a>'."\n";Is there any possible that you can mail me your WordPress admin details to admin@mrvinoth.com ? So, I can troubleshoot the issue directly from your server.