wpvideogallery
Forum Replies Created
-
Sure, we will update you here when this is available.
Sorry, our current version doesn’t support multiple channels in a single gallery. But, this is already in our TODO lists. So, we will have this in the future. Please be patient.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Videos have no sound?I’m testing the first video “Into the wild: Sembawang Hot Spring Park” in your link and I see there is no audio in the video itself. Only the first frame has a bell like sound.
But, I can guess the issue. Due to the recent browser restrictions, when you load the video page directly, the audio is disabled by default to keep the video autoplay work. So, you may need to manually unmute the audio from the player controls.
Kindly try disabling the “autoplay” feature.
Autoplay and Browser Policies
Chrome: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Firefox: https://blog.mozilla.org/firefox/block-autoplay/Forum: Plugins
In reply to: [All-in-One Video Gallery] Display Category TitleThe [aiovg_category] shortcode is designed to work only on the single category page that is added by our plugin during the installation. Are you editing the same page content and adding the shortcode inside a text module?
Sorry, we have no clue about the issue. Kindly submit a ticket here https://plugins360.com/support/ along with this forum link and your site category page URL. So, we can further investigate this issue.
- This reply was modified 4 years, 8 months ago by wpvideogallery.
Forum: Plugins
In reply to: [Automatic YouTube Gallery] Automatically Load and Start Playing VideoThis is how the plugin works by default, Kindly check our demo here https://demo.plugins360.com/automatic-youtube-gallery/
I believe this is a conflict with the lazyload plugin you use on your website. So, kindly try disabling the “lazyload” option on the Iframe elements. Please, let me know if still the issue remains.
- This reply was modified 4 years, 9 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Suscriber access?Our plugin requires “edit_aiovg_videos” and “delete_aiovg_videos” capabilities to submit videos. We add these capabilities by default for the WordPress core user roles. The solution is to remove these capabilities from the “subscriber” user role.
Solution:
1. Install “Members” (https://www.ads-software.com/plugins/members/) plugin by MemberPress
2. Go to Users => Role from your WordPress admin panel
3. Edit the “Subscriber” role
4. Search for the capabilities “edit_aiovg_videos”, “delete_aiovg_videos” and uncheck in the “Grant” check-box.
5. Save the changes. That’s it.
Hope, this solved your issue!
- This reply was modified 4 years, 9 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Player Embed says “Failed to load resource…”Do you use any caching plugin?
Our video player is an Iframe that uses the “Player Embed” page in your WordPress Admin Panel => Pages menu as the Iframe source. Simply try excluding this page or this page SLUG from your caching plugin’s settings.
The page slug should be /player-embed/*
In case the issue remains, kindly submit a ticket here https://plugins360.com/support/. So, our developers can do this for you.
Forum: Plugins
In reply to: [All-in-One Video Gallery] TikTok VideosSorry, our current version only support Iframe embed codes. But, TikTok doesn’t provide Iframe based embed code. Our next version will support all type of embed codes including TikTok. Please be patient.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Removing meta tagsAah. Sorry, our next version will not add meta tags if Yoast already adds them.
As an immediate solution,
1. Open /wp-content/plugins/all-in-one-video-gallery/includes/init.php
2. Find the line (#210),
$this->loader->add_action( 'wp_head', $public, 'og_metatags' );
3. Comment the line as below,
//$this->loader->add_action( 'wp_head', $public, 'og_metatags' );
4. Save the changes and try now.Hope, this solved your issue!
- This reply was modified 4 years, 9 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] js problem with cachingKindly try adding the following path in the “Exclude JavaScript Files” text field in the “File Optimization” tab of the WP Rocket plugin.
/wp-content/plugins/all-in-one-video-gallery/public/assets/player/videojs/video.min.js
Hope, this solved your issue!
In case the issue remains, kindly submit a ticket here https://plugins360.com/support/
Forum: Plugins
In reply to: [All-in-One Video Gallery] screwed something up, help!During activation, our plugin adds few pages dynamically in your website those are required for the internal functionality of the plugin. It shows, you have deleted the core pages added by our plugin. So, our plugin configuration should have changed.
Solution 1:
I guess you should have already tried the following fix. If yes, Please try the next solution.
Go to our plugin dashboard and see if there is any tab named “Issues Found”. If yes, simply click on the tab and apply the fix. This will add those pages back and configure to our plugin.
Solution 2:
– Under your “WordPress Admin Panel => Pages” menu, create a new page with the shortcode [aiovg_category].
– Then, go to “Video Gallery => Settings => Advanced” menu, locate the “Single Category Page” setting, select the page you have created in the previous step, save the changes and try now.
Hope, this solved your issue!
- This reply was modified 4 years, 9 months ago by wpvideogallery.
The “show category” option in our settings page is to actually show/hide the category name under each thumbnails. So, if you don’t want to show category name under the thumbnails, simply disable it. The category name shows normally at the top of the single category page and there is no setting to hide it. I’m sure this is a theme conflict and we wait wait for your ticket.
But the category name does not appear (it used to appear, in black, before I added the CSS code that changed the text to white).
Sorry, it was my mistake. In my previous reply, I had mistakenly said to check the “Video Excerpt” option. Actually, you need to check the “Category Name” option from the same settings page. In case the issue remains, you should have disabled it from the shortcode attribute. Kindly make sure the “[aiovg_videos]” shortcode you use doesn’t contain show_category=”0″.
Video excerpt was already checked. Those work fine. It’s the category header at the top of each category page that is not working.
Probably a conflict with your theme. It’s hard to get you a fix for such issues without checking it directly. Kindly submit a ticket here https://plugins360.com/users/
Q1. This works great except the Show Category Name shortcode no longer works (it used to appear as black text that I could see if I selected the text, now it is not there at all)
Go to “Video Gallery => Settings => Display => Videos Layout” from your “WordPress Admin Panel”, locate the “Show / Hide” setting, check the “Video Excerpt” option, save the changes and check now.
Q2. The category description appears on the category page (although it is still in black text)
Kindly try adding the following CSS code,
#post-717 .entry-content p { color: #ccc; }
Hope, this solved your issue!
- This reply was modified 4 years, 9 months ago by wpvideogallery.
Kindly try adding the following CSS code in the “Additional CSS” option of your theme’s “Customizer” menu,
.aiovg .aiovg-user, .aiovg .aiovg-category, .aiovg .aiovg-description, .aiovg .aiovg-excerpt, .aiovg .aiovg-views, .aiovg .aiovg-count { color: #ccc; font-size: 1rem; }
Hope, this solved your issue!