Issues with CVG Ver 1.8
-
Please post in your issues with v1.8 if any.
Regards,
Praveen Rajan
-
I solved the problem myself! Just to share the code
I added
jwplayer("<?php echo 'mediaplayer_gallery_'.$gallery_id; ?>").onComplete(function() { jwplayer("<?php echo 'mediaplayer_gallery_'.$gallery_id; ?>").playlistNext(); });
into the playlist script area, making it look like this
jQuery(document).ready(function(){ jwplayer("<?php echo 'mediaplayer_gallery_'.$gallery_id; ?>").setup({ 'name': "<?php echo 'playerID_Gallery'.$gallery_id;?>", 'flashplayer': "<?php echo $this->plugin_url . "cvg-player/" . $player_swf; ?>", 'id': "<?php echo 'playerID_Gallery'.$gallery_id; ?>", 'playlistfile': "<?php echo $playlist_xml; ?>", 'height': "<?php echo $full_player_height; ?>", 'width': parseInt(<?php echo $full_player_width; ?>), 'playlist.position': "<?php echo $options_player['cvgplayer_playlist']; ?>", 'playlist.size': parseInt(<?php echo $panel_width; ?>), 'autostart': "<?php echo $autoplay; ?>", 'controlbar': "<?php echo $options_player['cvgplayer_controlbar']; ?>", 'volume': "<?php echo $options_player['cvgplayer_volume']; ?>", 'mute': "<?php echo $mute; ?>", 'stretching': "<?php echo $options_player['cvgplayer_stretching']; ?>", 'skin': "<?php echo $this->video_player_url . 'skins/' . $options_player['cvgplayer_skin'] . '-skin/' . $options_player['cvgplayer_skin'] . '.xml' ?>" }); jwplayer("<?php echo 'mediaplayer_gallery_'.$gallery_id; ?>").onComplete(function() { jwplayer("<?php echo 'mediaplayer_gallery_'.$gallery_id; ?>").playlistNext(); }); });
Also want to say thanks for the great plugin, hope you can include this piece of code in your next version
Hi there
The plugin interface seems a very nice one but I still haven’t successfully upload anything yet.
I downloaded the latest version today. I typed in the Youtube IDs and selected the gallery where the videos need to go but when I hit add videos nothing happened?? Seems like I can create gallery but cant upload videos. Does this make any sense to you?
Do I need to do anything to configure the plugin first? Or something has blocked my video upload?
Many thanks
YayuI installed this plugin and it worked great on individual pages of my website but when i entered the shortcode in the header section, it just displays the code as it is. What can be the issue?
I was using Google Chrome browser I think that has cause the issue. Now I’m using the Firefox then it works fine. Firefox shows the different video types as tabs across the top of the add gallery / video page, Chrome lists them down the page and refuses to act when the add video button is pressed.
Maybe the plugin author needs to have a look at this problem.
Great plugin!!!!! Thanks!
@toonatwordpress and others who get warning: “exec() has been disabled for security reasons in wp-content/plugins/cool-video-gallery/lib/core.php on line 1406”
Sometimes you cannot get exec enabled and if you only use Youtube videos it’s not even necessary.
Temporary workaround is to edit the function
ffmpegcommandExists()
to return always false. The correct solution, however, is to check whetherexec
is disabled or not. This might not be so easy in PHP at all but Mr. Rajan could consider it.@ Philippe01
Please try uninstalling the plugin from plugin menu option and then install it once again.
@ yayuchang
It is working fine in Chrome browser of Mac OS. May be some other plugin scripts is causing the issue. Try disabling all other plugins.
I have just installed the plugin, and created a gallery and uploaded a video.
Audio plays, but the video does not.
The uploaded file is a .MOV file of about 25Mb and it can be seen here:
https://decadentducks.com/event-video-gallery/Can you tell me why the video does not play?
@ decadentducks
Videos should be in proper encoded format for JW Player. Refer JW Player documentation for more details on video formats.
I am having a conflict with the fancybox from my theme, and the fancybox from cool video gallery.
Please advise how I can disable the fancybox in cool video gallery. I have version 1.8
I looked in cool-video-gallery.php and line 829-831 are:
‘id’ => $screen_id,
‘title’ => __( ‘Overview’, ‘plugin_domain’ ),
This is obviously the wrong lines to hack. Please help!!
@ jayreezy
Check for function
addPlayerHeader
incool-video-gallery.php
and try commenting out below 2 lines.wp_enqueue_script('jquery.fancybox', $this->plugin_url . 'third_party_lib/fancybox/jquery.fancybox-1.3.4.pack.js', 'jquery'); wp_enqueue_style('jquery.fancybox', $this->plugin_url . 'third_party_lib/fancybox/jquery.fancybox-1.3.4.css', 'jquery');
Dear Praveen,
I am using your plugin im my client’s website
It was working fine till last week.
The videos are not being played from the page but I can play them from admin panel means from the cvg ‘manage gallery’ settings page.I did clean install of the plugin but no use.
I am using CVG 1.8.Awaiting for your reply.
Hi Praveen
I have a problem with CVG Gallery.
I embeded youtube videos to gallery and connect gallery to one of my pages. But on my page I can see preview videos but can not play it. When I push on video – I can see just grey screen. Did I do something wrong? I used [cvg-gallery galleryId=’1′ mode=’showcase’ limit=’50’ /] to add gallery to the page.
Can you help me with it?
Thank youPlease provide your website URL. Also try again after disabling all other plugins.
- The topic ‘Issues with CVG Ver 1.8’ is closed to new replies.