Arreane
Forum Replies Created
-
Hi,
Please make sure you have the latest copy of MetaSlider.
I’ve made a short recording on how to use MetaGallery – https://share.getcloudapp.com/DOuBe0gE
Let us know if you need anything else.
Kind regards,
ArreaneHi,
MetaSlider block sometimes has issues with page builders. An alternative would be to use the MetaSlider shortcode in adding to your page/post.
Hi,
MetaSlider has been tested and should be able to handle hundred images.
MetaSlider also has a list of available hooks that you can use in making customizations https://www.metaslider.com/metaslider_capability/
Hi,
I went ahead and checked the link you provided and it looks like you’ve also changed it to a different slider.
Forum: Plugins
In reply to: [Redux Framework] Error with ReduxRedux Version 4.2.10 has been officially deployed. Please try to update your plugin and see if this fixes your issue.
Thanks!
Forum: Plugins
In reply to: [Redux Framework] Fatal ErrorRedux Version 4.2.10 has been officially deployed. If you should experience further issues, please post a new ticket as I may not see replies to old ones.
Thanks!
Forum: Plugins
In reply to: [Redux Framework] There has been a critical error on this website.Redux Version 4.2.10 has been officially deployed. If you should experience further issues, please post a new ticket as I may not see replies to old ones.
Thanks!
Hi,
Apparently YouTube has updated their API which no longer accepts the playlist parameter and fails when it’s there. We have updated our code to work with the YouTube’s latest API update.
Updating MetaSlider to its latest version should fix the YouTube issue.
Cheers,
ArreaneHi,
I went ahead and checked your site but I wasn’t able to find any embedded MetaSlider Slideshow on the link you provided.
Can you share me the link where the actual MetaSlider is embedded so I can take a closer look about your issue.
Kind regards,
ArreaneHi,
Can you provide a link to your site where MetaSlider is embedded so I can give you a more specific solution.
Forum: Plugins
In reply to: [Redux Framework] Widgets page errorThis is a known issue that we will have a fix for, hopefully by the end of the week. Hopefully.
In the interim, you have two options.
1) Upgrade to Redux 4.2 via our GitHub repository (the version that will be released after some more internal testing) here: https://github.com/reduxframework/redux-framework
2) Install and activate a plugin from the wp.org repository called “Classic Widgets,” which will revert the widgets screen to the old version. That is a stop-gap suggestion until we can get this new release finished up and the issue solved.
If you go with the first option and discover something wrong, please use the GitHub issue tracker to report it until the final release.
Thanks!
Hi,
Glad to hear it’s working now. Let me know if you have any other issues.
By the way, if you’re enjoying MetaSlider, please leave us a 5-star review. These reviews really help us out and let others find our plugin more easily.
If you don’t think we deserve the 5 stars please let us know how we can improve, too.https://wordpress.org/support/plugin/ml-slider/reviews/?rate=5#new-post
Thanks
Hi,
I made a custom CSS to reduce the size of the box significantly. Please copy and paste the code to your site. You can change the value to your preference.
.caption-wrap .caption h1 {
font-size: 18px;
margin-bottom: 10px;
}
.caption-wrap .caption table {
margin-bottom: 0;
}
.caption-wrap .caption table td {
padding: 5px;
max-width: 254px;
}Cheers,
ArreaneHi,
The Cookie nonce error is what’s preventing you from saving the caption you entered manually. This is usually resolve by logging out of your WordPress admin, and logging back in again.
If the above solution doesn’t fix the issue. It’s possible that it’s a memory error problem. I suggest to contact your hosting provider and ask to increase your site’s memory allocation.
Also, this issue might be caused by another plugin/theme. So, please check if this issue happens when only MetaSlider and the Twenty-Twenty One theme are active.
Hi,
Looks like one of your CSS code overwrites the position of the arrows. You can fix this by adding the following CSS code to your site:
.flex-direction-nav a {
position: absolute !important;
}