karthikeyani
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog Designer - Post and Widget] Shortcode for particular languageI’m using Polylang plugin. I can able to customize by editing \wp-content\plugins\blog-designer-for-post-and-widget\includes\shortcode\wpsp-post.php file.
Search for
‘ignore_sticky_posts’ => true,
and add the following code
‘lang’ => ‘en’,
I have used below code to track event and it is working fine now.
jQuery(document).on('click', 'a', function () { ga('send', 'event', 'Media', 'Viewed', this.href, { 'transport': 'beacon' }); });
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Error in video Playing.To check the issue, share your site link.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Responsive problemShare your site link to check the issue.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Can't add youtube videos version 3Follow the steps mentioned here https://www.apptha.com/forum/viewtopic.php?f=27&t=2837&p=7482#p7482. If you are still facing the same issue, contact the support team at [email protected]
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Video single page MashupI have checked the link and noticed that the player path not displaying in the source code. Refer https://screencast.com/t/v0HQScHC. So that the player not displaying in your site. There must be conflict with other plugin or missing code in the file. So contact the support team at [email protected] to check the player and sidebar issue.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Error in video Playing.I have checked the link and noticed that your actual video displays black screen. Refer https://demo.bkfoundation.co.in/wp-content/uploads/videogallery/23_video398137837.mp4. If your original video working fine, but uploading the same in video gallery plugin is not working, then contact the support team at [email protected] with your original video to check the issue.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Error in video Playing.Share the site link to check the issue.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] "Warning: session_start()…" ErrorTo fix the issue, contact the support team at [email protected]
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Trying to use Wp to Buffer pluginNo it doesn’t have publish_hook.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] video gallery plugin – categoryYes, the category is not associate with the WordPress category. We have separate widget for video search. So you can assign the ‘Video Search’ widget in any of your template position and try searching the video using category name.
Regarding translation, yes you can translate the plugin like translating the WordPress. You can find the language file in the following path \wp-content\plugins\contus-video-gallery\languages.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Vimeo CompatibilityYes, you can use Vimeo videos in this plugin. But for your kind information, Since the API for Vimeo is not like YouTube, Vimeo videos can be played only in their player, and not it video gallery player.
To add vimeo videos, refer page 11 in the following link https://docs.google.com/viewer?url=https://www.apptha.com/downloadable/download/sample/sample_id/5/WordPress%20Video%20Gallery
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] "Warning: session_start()…" ErrorOpen /wp-content/plugins/contus-video-gallery/helper/watch_history.php and add the below code on line 3 and check.
ob_clean(); ob_start();
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] page video-homeHi,
Check the below cases to fix the issue.
1) Are you using any third party plugin (like ultimate member plugin) to restrict the page for logged in user? If so, change the setting and check.
2) When the video gallery plugin installed it will create few pages. But video home page menu will create alias name as ‘videos’ or ‘video-home’. Are you sure you are accessing the video gallery home page? Because by default, the channel, playlist, watch later and watch history pages can be accessed only by the logged in users. If you have accessed any of these pages, it will redirect you to login page. Because these pages are user based function.
If any of the above is not your case, share the link where you are facing the issue.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Can not add Youtube, Dailymotion and Embed VideosHi,
Generate detail button will be enabled only for the YouTube videos and not for Dailymotion and Viddler videos. But thumb and preview images will be generated for all the above mentioned types. The only thing is, YouTube will also fetch title, description and tags, whereas the other two methods will not. So, try adding Dailymotion videos without ‘generate detail’ button.
Regarding ’embed code’ option, this will be enabled only if you have purchased the pro version and entered the license key in WP Admin -> Video Gallery -> Settings page. You can also refer https://docs.google.com/viewer?url=https://www.apptha.com/downloadable/download/sample/sample_id/5/WordPress%20Video%20Gallery (Page no 10) for more detail.