wpvideogallery
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One Video Gallery] Featured imageHow do you add the YouTube videos? Do you use the “Iframe Embed Code” source type? If yes, kindly add the YouTube videos using the “YouTube” source type option. If you already use the “YouTube” source type, go to Video Gallery => Settings => Player Settings from your WordPress Admin Panel, locate the “Use Native Controls” option, uncheck “YouTube” from the list and save the changes. This should use the image added using the “Image” field of the video form.
Hope, this solved your issue!
Forum: Plugins
In reply to: [All-in-One Video Gallery] Featured imageSorry, I don’t see our plugin on your home page. But, I see a “VIDEO” menu in where the images are showing fine. Does this mean you have found the solution on your own? If not, please share me a screenshot of the issue (or) let me know where exactly I can see the issue.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video Gallery not showing in sidebarSorry, we don’t recommend allowing contributors to submit videos from your site back-end. Kindly use our Front-end User Submission feature.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video Gallery not showing in sidebarVideo gallery link? Is that a menu item or do you speak about our widgets? Sorry, I’ve trouble understanding your question.
I see a “Videos” section in the bottom of your link and it works fine for us here. Similarly, the “Videos” menu in your website also working for us here. Do you mean the particular link itself is not showing or the page that comes after clicking the link is not working? Please share me a screenshot on the issue. So, I can better understand the issue.
If the issue comes after clicking the link, simply edit open the page (with issue) from back-end and check if it uses the shortcode [aiovg_user_videos]. If yes, simply replace it with [aiovg_videos]. Save the changes and try now.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Remove blog from urlKindly try adding the following code in your theme’s functions.php file,
function aiovg_remove_blog_from_url( $args, $post_type ) { if ( 'aiovg_videos' == $post_type ) { $args['rewrite']['with_front'] = false; } return $args; } add_filter( 'register_post_type_args', 'aiovg_remove_blog_from_url', 10, 2 );Hope, this solved your issue!
- This reply was modified 6 years, 7 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Default SubtitlesThanks for your feedback π
Kindly try adding the following CSS code at the bottom of your theme’s functions.php file,
function aiovg_custom_subtitle_styles() { ?> <style type="text/css"> .mejs__captions-text, .mejs__captions-text * { font-size: 18px; } </style> <?php } add_action( 'aiovg_player_head', 'aiovg_custom_subtitle_styles' );Hope, this solved your issue!
- This reply was modified 6 years, 7 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Default SubtitlesForum: Plugins
In reply to: [All-in-One Video Gallery] Social network fetching imgYes, the last update support YOAST og:image tags. Please check and let me know if you have problem with this.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Social network previous imgSince the “Auto Publish” functionality was handled by “WP2Social” plugin, you should contact that plugin author on this.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Player Controls they are not displayedYour site is in offline mode. So, I’m not able to check your link. Please submit a ticket in our website here https://plugins360.com/support/ with the proper credentials. So, I can check what goes wrong.
Forum: Plugins
In reply to: [All-in-One Video Gallery] It possiblt to sort the categories by 2 options?Sorry, you need to custom develop the feature.
The files you should edit are,
1. /wp-content/plugins/all-in-one-video-gallery/public/templates/search-form-template-horizontal.php 2. /wp-content/plugins/all-in-one-video-gallery/public/templates/search-form-template-vertical.phpBut, instead of editing the core plugin files directly, we would recommend writing an override. Kindly check https://plugins360.com/all-in-one-video-gallery/child-themes-and-templates/ to write an override.
Note: Our categories belong to the custom taxonomy “aiovg_categories”.
- This reply was modified 6 years, 7 months ago by wpvideogallery.
- This reply was modified 6 years, 7 months ago by wpvideogallery.
- This reply was modified 6 years, 7 months ago by wpvideogallery.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Most recent cideoSorry, there is not any direct method to achieve this.
As an alternate solution, just edit those special videos from back-end and mark them as featured. Then, use the shortcode below in your POST/PAGE where you want to show these videos as a gallery,
[aiovg_videos featured="1"]This will just show the videos marked as featured.
Hope, this helped you!
Forum: Plugins
In reply to: [All-in-One Video Gallery] Problem with Add Image buttonI had double-checked after reading your report and I confirm this is not a common issue and works fine for us with the standard WordPress installation. I believe this is a conflict. Kindly try disabling the other third-party plugins you use one by one to find which causes this issue.
If still the issue remains, kindly submit a ticket on our website here https://plugins360.com/support/
Forum: Plugins
In reply to: [All-in-One Video Gallery] VΓdeo not playingProbably a conflict with the cache plugin (WP Fastest Cache) you use.
1. Go to your WordPress Admin Panel => Pages menu.
2. Find the page with the title “Player Embed”.
3. Edit the page, locate the setting to disable the cache on this page and disable it.Hope, this solved your issue!
If still, this doesn’t work, kindly submit a ticket on our website here https://plugins360.com/support/
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video category does not appear in menu settingsSimply, create a new page with the shortcode below and add it as a menu item.
Shortcode: [aiovg_videos category=”YOUR_CATEGORY_ID”]
Note, you must replace “YOUR_CATEGORY_ID” with your video category ID.
Please refer https://plugins360.com/all-in-one-video-gallery/displaying-video-gallery-using-shortcode/ for more shortcode attributes.
If your website uses Gutenberg, kindly refer https://plugins360.com/all-in-one-video-gallery/displaying-video-gallery-using-gutenberg/
- This reply was modified 6 years, 8 months ago by wpvideogallery.
- This reply was modified 6 years, 8 months ago by wpvideogallery.
- This reply was modified 6 years, 8 months ago by wpvideogallery.