plugins360
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video not playing in detail pageThe YouTube Video URL you’ve configured is invalid https://www.youtube.com/watch?v=JS9anVQ
Please click at the URL and you should see the “Video unavailable” message.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Large videos not playing with slider gallery1. Kindly open the following files,
/wp-content/plugins/aiovg-slider/aiovg-slider.php /wp-content/plugins/aiovg-slider/class-aiovg-widget-slider.php
2. Find the line,
wp_enqueue_style( AIOVG_PLUGIN_SLUG );
3. Replace it as,
wp_enqueue_style( AIOVG_PLUGIN_SLUG . '-public' );
4. Save the changes and try now.
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] Use playlists in categoriesSorry, our current version doesn’t support YouTube Playlist URLs. But, this is already in our roadmap. We will have this very soon. Kindly be patient.
Sorry, it was not due to Yoast SEO. We have released an update (1.5.9) that fixes this issue.
Do you have Yoast SEO Plugin installed and active? If yes, please try disabling it. We just identified the issue and still investigating this. Will update here as soon we get a fix.
Forum: Plugins
In reply to: [All-in-One Video Gallery] View Counter Not workingHow do you add your YouTube videos? Do you use the “Iframe Embed Code” option or the “YouTube” type?
We added a new option in this version (1.5.7) to enable native player controls on YouTube, Vimeo, Dailymotion & Facebook videos. I just noticed the views counter doesn’t work when native controls are enabled. But, this option is disabled for YouTube by default. So, you shouldn’t have any issues with YouTube videos if you have not changed your settings recently. Kindly get me your site link in where I can check this directly. There is a quick version coming out this weekend. I promise to have this issue solved in this release.
1. Login to your “WordPress Admin Panel”.
2. Go to “Video Gallery => Settings”, select the “Advanced” settings tab.
3. Find the “Video Detail Page” option and replace the SLUG value in this field.Notes:
1. The SLUG value entered in this field must be unique. There should not be any PAGE / POST with the same SLUG added here.
2. Flush your rewrite rules after changing the SLUG value here. To do this, Go to your “WordPress Admin Panel => Settings => Permalinks”. When you are at the permalinks page, simply Hit “Save” and this will flush the rewrite rules.Forum: Plugins
In reply to: [All-in-One Video Gallery] Lazy load on video listingSorry, those shortcodes you use for lazyload must belong to a third party plugin and I don’t think they work for our plugin shortcodes. Please contact that plugin author on this. Our plugin uses the Custom Post Type “aiovg_videos”. If the plugin supports Custom Post Types, then you can ask them the code for configuring Custom Post Types.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Player controls invisible, but still thereI understood you want to add Vimeo videos with their native player controls. Then, simply use our “Iframe Embedcode” type and add the Vimeo embedcode itself. I see you already doing this ??
Forum: Reviews
In reply to: [All-in-One Video Gallery] OkayThanks for considering my request. You can customize the thumbnail view as you like. You simply need to write a template override. Please check https://plugins360.com/all-in-one-video-gallery/child-themes-and-templates/
- This reply was modified 5 years, 10 months ago by plugins360.
Forum: Reviews
In reply to: [All-in-One Video Gallery] OkayMy sincere apologies for any inconvenience caused. You’ve misunderstood us and we are a reputed plugin development company and we don’t have any intention to broke our user websites. We always give high priority for our users security while programming the plugin.
Since you said the slugs are screwed, I can guess what could have caused the problem. We have the following code in our plugin’s deactivation hook,
delete_option( 'rewrite_rules' );
We have this to code to remove our custom rewrite rules while deactivating the plugin. The plugin is well tested with this code and we didn’t see any issues while deactivating the plugin in our server here. Also, we have this from the first version of the plugin and we didn’t receive any such complaint so far. But, we will reconsider this now.
If this has caused the issue, you can simply fix the issue by flushing your rewrite rules. Kindly follow the steps below to do this,
- Login to your WordPress admin
- Go to Settings => Permalinks
- Simply click “Save Changes”
Let me know if this solved your issue!
Please, if possible kindly change your spoiler review for our plugin.
- This reply was modified 5 years, 10 months ago by plugins360.
- This reply was modified 5 years, 10 months ago by plugins360.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Disable thumb on video playerI just found this thread.
Kindly try adding fullscreen attributes in the iframe.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Change play icon?Yes, another solution would be to write a CSS override. We recommend adding your CSS override in the “Advanced CSS” option of your theme customizer.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Disable thumb on video playerYes, I see the controls. Kindly check my screenshot https://prnt.sc/m8vg0s
This is really strange. You’re simply adding a Vimeo embed code and I’ve no clue why you don’t see the controls.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Disable thumb on video playerTested the link https://www.fundacioncb.es/video/franco-anatomia-de-un-dictador-de-enrique-moradiellos/
When using Vimeo embed src in an iframe, you’re simply adding the Vimeo video player. I can get the player controls working fine in both my iPad and Android mobile. Sorry, I don’t have iPhone. Kindly test with some other devices.