Arreane
Forum Replies Created
-
Yes, both FlexSlider and R. Slider also worked fine on my end and the problem only happened on both Nivo and Coin sliders.
The issue has already been queued. I’ll update you as soon as I get a respond from the development team.
Hi,
Yes, I have received an issue with site migration but it was because the user didn’t migrate the site correctly.
Most issues were because the site url was not updated or the images were not imported.
Can you try disabling all the other plugins except for MetaSlider temporarily, then try to change the size and save again.
In case the issue exists when only MetaSlider and the Twenty Twenty One theme are active, then you can try to turn on WordPress’ debug mode and see if there are any errors that occur during saving.
Hi,
The link you provided throws a 404 Page not found error – https://share.getcloudapp.com/L1uBXJkw
I also checked your site’s source, and it doesn’t seem to look like a WordPress site.
You can change the width and height here https://share.getcloudapp.com/Z4uKAYOl
Changing the image size would trigger the cropping for the images. This would be a possible fix for your issue.
Let me know how it goes.
Forum: Plugins
In reply to: [Redux Framework] Proton & ReduxHi,
This issue should be fix with the latest version of Redux.
Sorry for the inconvenience.
Hi,
Thank you very much for these detailed steps. I tested both Nivo and Coin slider’s slide preview on my end and was able to experience some issues. I’ve reported the issue to the development team so that they check it.
Please keep watching this ticket and I will notify you once I get any updates.
Thanks.
Hi,
Can you provide a link where the issue happened. I’d like to give you a more specific solution.
Looking forward to hearing from you.
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,
You can try changing the sizes temporarily and see if that could fix the cropping issue. You can try to switch back to the correct sizes after the fix.
Forum: Plugins
In reply to: [Redux Framework] Compatibility issuesHi,
Please provide more information about the issue.
What error message do you see, and what steps did you take before the error occured.
Hi,
You can try to add the following CSS code
@media screen and (max-width:480px) {
.metaslider {
display: none;
}
}Hi,
It looks like one of your plugin/theme is throwing a script error which is preventing MetaSlider to load.
You can try to temporarily disable all your plugins except MetaSlider and activate them one by one until you can see which of the plugin is causing the issue.
One of the causes of a jQuery migrate error is that one of your plugin is out of date and is using the old version of jQuery. To fix this, make sure that all your plugins are up-to-date and are still maintained by the plugin developer.
Let us know how it goes.
Cheers,
ArreaneHi,
Please make sure that you have the latest version of MetaSlider installed on your website.
In the meantime, you can check and see if there are errors in your dev tools. You can do that by following the steps below:Chrome #Chrome
- Open the DevTools
Navigate to More Tools > Developer Tools from Chrome menu, and click Console tab. - Identify the Error
The error console will open. If you don’t see any errors try reloading the page. The error may be generated when the page loads.
The console will provide you with the error type, the location of the error and the line number. You can then copy and paste the error here.
- This reply was modified 4 years, 10 months ago by Arreane.
Hi,
I’m afraid you might need basic PHP skills in order to implement the customization properly.
You can try to run
var_dump()orprint_r()functions to check the slide id’s value. For example:var_dump($slide);die;rand(0,2)is a PHP function that returns a random value. In this case ranging from 0 to 2
0 -> is the index of the array’s first element.
2 -> is the index of the array’s last element. If you have 10 image in the array, then the value in the rand() function should be 9.'metaslider_random_images', 10, 3)<- you don’t need to make changes on this part since this line is just used to call the WordPress hookHope this makes sense. Let us know if you need anything else.
Forum: Plugins
In reply to: [Redux Framework] After Redux update site is not loadingHi,
The error is not related to Redux. When you try disabling Redux, are you able to access this URL? https://vistellar.com/wp-content/plugins/rselements/assets/js/slick.min.js?ver=201513434
- Open the DevTools