plugins360
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One Video Gallery] thumbnail from webmSorry, I wasn’t able to locate our plugin on the website URL you provided. However, kindly refer to this tutorial https://plugins360.com/all-in-one-video-gallery/auto-thumbnail-generator/ to auto-generate thumbnail images for WebM videos if you are using our plugin.
The custom field name is “mp4”.
Additionally, you must set the following hidden fields in your form,
type = default featured = 0 views = 0
Additional Note:
Our premium version has built-in support for the front-end video submission feature. Please check https://plugins360.com/all-in-one-video-gallery/front-end-user-submission/
Hope this helped you!
Forum: Plugins
In reply to: [All-in-One Video Gallery] show private videos1. Open /wp-content/plugins/all-in-one-video-gallery/public/videos.php file.
2. Find the line,
'post_status' => 'publish',
3. Simply comment the line as below,
//'post_status' => 'publish',
4. Save the changes and try now.
Hope, this solved your issue!
- This reply was modified 5 years, 4 months ago by plugins360.
Forum: Plugins
In reply to: [All-in-One Video Gallery] RandomAah. This is a BUG. Our next version will have this solved. Please be patient.
Forum: Plugins
In reply to: [All-in-One Video Gallery] AIOVG – Video Gallery WidgetThanks for sharing the link. As I guessed, this is a CSS conflict. Kindly try adding the following CSS code in the “Advanced CSS” option of your theme’s “Customizer” menu,
.aiovg-widget-videos .aiovg-videos { clear: both; }
Forum: Plugins
In reply to: [All-in-One Video Gallery] AIOVG – Video Gallery WidgetI guess there is a CSS conflict with your theme. Kindly share me your site link to check this directly. If you have problem sharing the link publicly, you can submit a ticket in our website here https://plugins360.com/support/
I confirm the player is working fine in your link and it has the Vimeo native player controls. Are you expecting our custom player controls? Then, go to our plugin’s settings page, locate the “Use Native Controls” option and uncheck “Vimeo” from there. Now, you should see our custom player controls and also the Vimeo player controls. You can disable the Vimeo player controls from your Vimeo account. Note, you must have a Vimeo PRO account to disable their player controls.
Hope, this solved your issue!
Additional Note:
I see you’re using the “WP Super Cache” plugin. Kindly edit our “Player Embed” page from your WordPress admin panel and disable the cache plugin on this page.
You seem to have modified our page settings which should have caused this issue.
1. Go to Video Gallery / Settings / Advanced from your WordPress Admin Panel.
2. Scroll down to the “Page Settings” section.
3. Configure the pages accordingly.
For example, select the “Video Category” page in the “Single Category Page” dropdown and “Player Embed” page in the “Payer Page” dropdown.
4. Save the changes and try now.Hope, this solved your issue!
I had double checked after reading your post and I confirm that the Vimeo URL doesn’t change for us here. So, please make sure you’ve selected the video source type as “Vimeo”.
If still the issue remains,
1. Open /wp-content/plugins/all-in-one-video-gallery/admin/videos.php
2. Find the line below (#258),
$vimeo = aiovg_get_vimeo_url_oembed( $_POST['vimeo'] );
3. Change it as,
$vimeo = $_POST['vimeo'];
4. Save the changes and try again.Let me know if this solved your issue!
Forum: Plugins
In reply to: [All-in-One Video Gallery] Inconsistent Urls/user-videos/ – Index Page
The /user-videos/ page is not the index page and this is one of the pages inserted by the plugin dynamically in your website when you install our plugin the first time. Totally 4 pages are inserted by the plugin (FREE version).
1. Video Category (/video-category/)
2. Search Videos (/search-videos/)
3. User Videos (/user-videos/)
4. Player Embed (/player-embed/)Likewise, 2 more pages are added by our PRO version. All these pages are required for the internal logic of the plugin and they should not be used as a menu item of of your website except the “Video Category” page.
You can change all these page slugs as you need under the “Pages” menu of your “WordPress Admin Panel”.
/video/ – Index Page
For the index page, we would recommend creating a separate page with the SLUG /video/. Kindly follow the documentation here https://plugins360.com/all-in-one-video-gallery/displaying-video-gallery/
/video/category/ – Category Page
Simply change the slug of the plugin’s video category page as “category” and make it as a child page of the /video/ page created in the previous step.
/video/page – Video Url
Sorry, you cannot have same slug for the index page and the single video page. Because, our single video page is a custom post type page. But, you can change the SLUG “aiovg_videos”. Go to our plugin’s “Advanced” settings tab, find the “Permalink Slugs” option and change it as “videos”. Save the changes and check now.
Hope, this helped you!
Forum: Plugins
In reply to: [All-in-One Video Gallery] POT fileI have double checked and confirm that the POT file is up to date. Please let me know which strings are missing for you.
Forum: Plugins
In reply to: [WP Video Enhanced] Not responsiveSorry, our current version doesn’t scale logo image based on the viewport size. As an immediate solution, kindly try using smaller image for the LOGO (less than 150px wide).
Forum: Plugins
In reply to: [WP Video Enhanced] How to setup Live StreamingSorry for the delay. Please check “Playing Live Streams” section in https://plugins360.com/wp-video-enhanced/documentation/
Forum: Plugins
In reply to: [All-in-One Video Gallery] No controls are displayed at allPossibly a conflict with the “Autoptimize” plugin .
Solution:
1. Go to AUTOPTIMIZE settings page.
2. Find the option “Exclude scripts from Autoptimize:”
3. Exclude the following JS file by adding in the field,
mediaelement-and-player.min.js
4.Save the changes, clear you site cache and try now.Hope, this solved your issue!
In case the issue remains, kindly submit a ticket in our website here https://plugins360.com/support/
Forum: Plugins
In reply to: [All-in-One Video Gallery] Written on each video, please help me.Please get me your site link in where I can check this directly.
The writing (code) you’ve attached doesn’t belong to our plugin. So, this is a conflict coming from some other plugin in your website. Kindly try disabling your plugins one by one to find which causes this conflict. If you’re able to identify the conflicting plugin, please check if the plugin has any setting to disable this or report the plugin author about this.