wpvideogallery
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic YouTube Gallery] automatic shortcode from titleApologies. This is not possible using our current plugin version ??
Forum: Plugins
In reply to: [All-in-One Video Gallery] Reply SystemKindly refer to https://plugins360.com/all-in-one-video-gallery/front-end-user-submission/
Hope this helped you!
Please write us here https://plugins360.com/support/ for further questions related to our PRO version.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Reply System“All-in-One Video Gallery” uses the built-in commenting system from WordPress.
You simply need to disable the “Enable threaded (nested) comments _ levels deep” option from the “WordPress Admin Dashboard => Settings => Discussion” settings. Kindly check https://www.ads-software.com/documentation/article/comments-in-wordpress/#comment-display for more details.
Hope this helped you!
Forum: Reviews
In reply to: [All-in-One Video Gallery] Good plugin.Thanks for your feedback.
If possible, kindly let us know what hiding controls you expect. Your information would be helpful for us to plan out future versions accordingly.
Have a nice day!
Forum: Plugins
In reply to: [All-in-One Video Gallery] Single video gallery thumb short code.Sure, this is possible. Kindly try using the following shortcode,
[aiovg_videos include="YOUR_VIDEO_ID"]
Note: You must replace “YOUR_VIDEO_ID” from the shortcode above with the actual Video ID that you can get from your “WordPress Admin Panel => Video Gallery => All Videos” menu.
Forum: Plugins
In reply to: [All-in-One Video Gallery] No Results FoundThanks. We received your support ticket and that helped us to find the reason for the issue and apply a fix ??
Reason for the issue:
I see that you have made the “Permalink Slugs” settings field empty under the “Video Gallery => Settings => SEO (tab) => Custom Permalink Slugs (submenu)” from your WordPress Admin Dashboard.
Technically, this field should NOT be empty and should have a value.? So, I added a slug value there and that solved the issue. Note, you can change this slug value to whatever you like but it should not be empty.
The slug value added in the above settings is used in our plugin’s single video page URLs.
Hope this helped you!
Please feel free to contact us for further questions.
Forum: Plugins
In reply to: [All-in-One Video Gallery] No Results FoundStrange. Probably a misconfiguration issue.
Our last version introduced a new setting that is related to permalink rules. I’m afraid the setting is not updated on your website for some reason.
Kindly follow the solution below.
- Activate the plugin again.
- Go to the “Video Gallery => Settings => Advanced (tab)” from your WordPress admin dashboard.
- Find the option named “Auto Flush Rewrite Rules” and simply enable that.
- Save the changes and check again.
Hope this solved your issue!
If still the issue remains, kindly submit a ticket here https://plugins360.com/support/
Forum: Plugins
In reply to: [All-in-One Video Gallery] RandomAah. Sorry, this is a Bug from our last version ??
Generally, we will be very careful when making new releases. But, sorry that we are humans too and this happened out of our control. I promise that we will be more careful when making new releases in the future.
Solution:
Edit open the following file,
/wp-content/plugins/all-in-one-video-gallery/public/videos.php
Find the lines below (#316 – #317),
'orderby' => (int) $related_videos_settings['orderby'], 'order' => (int) $related_videos_settings['order'],
Replace them as follows,
'orderby' => sanitize_text_field( $related_videos_settings['orderby'] ), 'order' => sanitize_text_field( $related_videos_settings['order'] ),
Save the changes and check now.
Hope this solved your issue!
- This reply was modified 7 months ago by wpvideogallery.
- This reply was modified 7 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Random- Kindly go to the “Video Gallery => Settings => General (tab) => Single Video Page (submenu)” from your WordPress Admin Dashboard.
- Scroll down to the “Related Videos” section.
- Select “Random” from the “Order By” option.
- Save the changes and check now.
Hope this solved your issue!
Please let me know if still the issue remains.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Dailymotion videosThere seems to be an issue with the Dailymotion Player API itself.
As a quick solution.
Kindly go to the “Video Gallery => Settings” menu from your WordPress Admin Dashboard, find the “Use Native Controls” settings, check the “Dailymotion” option, save the changes, and check now.
This should enable the native Dailymotion player.
Our next version would upgrade to the latest Dailymotion Player API. But, I’m afraid they have introduced some new restrictions on the API ??
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video countKindly check line #: 4033 in our latest POT file here https://plugins.trac.www.ads-software.com/changeset/3072329/all-in-one-video-gallery/trunk/languages/all-in-one-video-gallery.pot
You can see the string “%d videos found” has been included. But, I see this is missing in the WordPress translations project. I doubt the WordPress translations project requires the use of https://developer.www.ads-software.com/reference/functions/_n/ for the singular and plural forms of the numbers. I promise that our next version will do this. Kindly be patient.
- This reply was modified 7 months, 1 week ago by wpvideogallery.
The URLs in your screenshot “/wp-admin/admin-ajax.php?action=aiovg_update_views_count” do not belong to the video page and they are loaded when the plugin tries to update the views count.
So, you can safely ignore the errors – as “/wp-admin/admin-ajax.php?action=aiovg_update_views_count” is not a location that you will want the Google bot to visit.
I will recommend updating your robots.txt file so that “/wp-admin/admin-ajax.php?action=aiovg_update_views_count” access to bots is disallowed.
Disallow: /wp-admin/admin-ajax.php?action=aiovg_update_views_count*
Also, this doesn’t affect the standard video pages from indexing in your Google search results. Please let me know if you have any problem with this.
- This reply was modified 7 months, 1 week ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video countKindly double-check the file https://plugins.trac.www.ads-software.com/changeset/3072329/all-in-one-video-gallery/trunk/public/templates/videos-template-classic.php. We have added both the “%d video found” and the “%d videos found” translation strings.
I believe you are still using the old POT file. Kindly refer to the “Sync to the latest version” section in our “Translate to your Language” tutorial page here https://plugins360.com/all-in-one-video-gallery/translate-to-your-language/
Hope this solved your issue!
Forum: Plugins
In reply to: [Automatic YouTube Gallery] Fallback Message Hidden, When Not Live-StreamingThanks, we received your support ticket and we replied to that immediately. But, we didn’t receive any reply from you.
I’m afraid that you have not received our reply. So, we sent the same reply again today using our alternate email address. Kindly check and reply to that.
- This reply was modified 8 months, 1 week ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video titlesKindly try adding the following CSS code under the “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard,
.aiovg a { color: inherit; } .aiovg-social a { color: #fff; }
Hope this solved your issue!
- This reply was modified 8 months, 2 weeks ago by wpvideogallery.