plugins360
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One Video Gallery] the video is not playingI see our script breaks at the line where your custom GDPR Privacy Consent message is added. Try replacing your custom GDPR message with our default content and check again.
Forum: Reviews
In reply to: [All-in-One Video Gallery] 手机点击视频,页面会跳到底部,怎么解决?Probably a conflict. Please provide us your site link to check this. You can also submit a ticket on our website.
Also, I doubt this is a fake review. Sorry, If I’m wrong. I request the WordPress team to make sure this is from a true person.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Category Shortcode not working[aiovg_videos category=”13″] should work. Please submit a ticket in our website with your site link to further investigate the issue.
- This reply was modified 6 years, 6 months ago by plugins360.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Related VideosSorry, there is not any option to limit the related videos display. Added to our TODO list. We will have an option for this in future.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Category Shortcode not workingI can confirm the category shortcode works fine in our latest version. Please check our DEMO here https://demo.plugins360.com/single-category/
Kindly get me your site link where this didn’t work for you and get me the shortcode you’ve used. So, I can get a clue on the issue.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Max files sizeSure, you just need to tweak your server settings a little. Kindly follow https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
I understood you’re speaking about the category links. You must be getting those links in blue color and I think your website doesn’t use this color anywhere.
The reason is, All-in-One Video Gallery uses the trimmed down version of Bootstrap 3 for the layout & design. So, this text color is added by the Bootstrap CSS we use. If your theme uses Bootstrap, then you can just disable the Bootstrap library added by our plugin from the settings. So, it uses your theme’s stylesheet and better fit your theme. If your theme doesn’t use Bootstrap, then simply edit & use the following CSS code in the “Advanced CSS” option of your theme’s customizer panel,
.aiovg a { color: YOUR COLOR_VALUE !important; }
Note: Our next version will have more optimized version of Bootstrap CSS. So, it better fit your theme. There is also a plan to drop Bootstrap and use our own CSS styles. More updates to come on this in future.
An Additional Note:
All-in-One Video Gallery is developer friendly. So, if you’re a WordPress developer, you can completely customize the All-in-One Video Gallery templates. Kindly check https://plugins360.com/all-in-one-video-gallery/child-themes-and-templates/
- This reply was modified 6 years, 7 months ago by plugins360.
- This reply was modified 6 years, 7 months ago by plugins360.
Forum: Plugins
In reply to: [WP Video Enhanced] class name conflictThanks for using our plugin.
“WP Video Enhanced” features work only when WordPress’ default MediaElementJS library is used to render the player. Your class name setting “videos” stop the Video Shortcode from using the MediaElementjs library. The solution is to use the $attr like,
$attr = array( ‘src’ => $video, ‘class’ => ‘videos wp-video-shortcode’,
Forum: Reviews
In reply to: [WP Video Enhanced] Nice plugin! It brings live events to WordPressThanks for your feedback:)
Yes, more features on the way…
Forum: Plugins
In reply to: [All-in-One Video Gallery] DISABLE downloads of videos while they are playingOur next version 1.5.2 (June) is coming up with a custom context menu option. This should solve the problem of you. Kindly be patient.