Arreane
Forum Replies Created
-
Hi,
Please make sure you have network activated MetaSlider or at least it is activated in your sub site where you’re going to use it to.
Once done, you can use embed MetaSlider to your page just like how you would do in a single site set up.
Sorry for the delay. We have been doing some tests and we were able to replicate the issue. This has been escalated to our development team. We’ll update you as soon as we got this fixed. Please keep posted.
Yes, it is possible by adding the font awesome icon through CSS
It’s possible that after your tap, the browser registered it as if it hovers your slide. Please make sure that you uncheck the Hover Pause feature in your slideshow’s Advance Settings – https://share.getcloudapp.com/kpuJbKy8
I’m sorry to hear you’re experiencing this issues. It’s possible that there was a plugin conflict that caused MetaSlider to stop working.
Please try to deactivate all your plugins except for MetaSlider and switch your theme temporarily to Twenty-Twenty One. If this fixes your MetaSlider issue, you can then try to activate all the plugins back one-by-one until you find which of the plugin is causing the conflict.
Hi,
Please try deleting MetaSlider plugin via SFTP. It won’t delete your sliders as you are only deleting the file, not the data from the database.
Once you’ve uploaded back the MetaSlider plugin, your sliders will still show up.
Hi,
The link you provided is redirecting to an access denied page – https://share.getcloudapp.com/7KuQ0Z0K
Hi Kavlito,
I’m sorry to hear you had issues. It’s possible that there was a plugin conflict that would’ve cause the slider to not work.
We would love to help you with your concern.
Hi,
I went ahead and check your site on chrome and it’s not working either. Your site is throwing a jQuery undefined error.
Please make sure that both
Print CSS and Print JS are enabled in your slideshows advance settings box.Also, this issue might be caused by another plugin/theme. So, please try to deactivate all your plugins except for MetaSlider and switch your theme temporarily to Twenty-Twenty One. If this fixes your MetaSlider issue, you can then try to activate all the plugins back one-by-one until you find which of the plugin is causing the conflict.
Hi,
Please make sure that you have the latest version of MetaSlider installed on your website.
Also, this issue might be caused by another plugin/theme. So, please try to deactivate all your plugins except for MetaSlider and switch your theme temporarily to Twenty-Twenty One. If this fixes your MetaSlider issue, you can then try to activate all the plugins back one-by-one until you find which of the plugin is causing the conflict.
Hi,
I checked your site’s CSS code but I couldn’t find the code below.
.metaslider .caption-wrap { position: relative !important; }Please make sure that you have added the CSS code on your site. Also try to purge/clear your cache if you have any optimization plugin installed.
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Our developers confirmed that we did not create a widget for MetaSlider. It’s possible that the MetaSlider widget was created by Elementor. You should try and reach out to Elementor support team.
Can you try adding the following CSS code on your site.
.metaslider .caption-wrap { position: relative !important; }If this doesn’t work, please let me know what device you’re using and the browser you’re using with the issue and I’ll try to replicate it.
That’s awesome! That’s actually looks good.
I would just like to add that you can enclose all your .click event inside just one jQuery.ready handler.
<button id="btn1" class="btn">Link1</button> <button id="btn2" class="btn">Link2</button> <script language="javascript"> jQuery(function($) { $('#btn1').on('click', function() { $('.flexslider').data("flexslider").flexAnimate(0); }); $('#btn2').on('click', function() { $('.flexslider').data("flexslider").flexAnimate(14); }); }); </script>Other than that, everything looks perfect. I will mark the ticket as resolve now.
Have a great day!