Arreane
Forum Replies Created
-
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 went ahead and checked your site. It seems to be showing 3 carousel sliders on your site. Here’s a screenshot of my experience – https://share.getcloudapp.com/2Nuvex0l
Hi Gal,
MetaSlider does support ALT text. Make sure that there is value in your Alt field. If it doesn’t, you can uncheck the “Use the image alt text” and enter the Alt text value manually. https://share.getcloudapp.com/jkumj70Y
The arrows and the dots are intended to not be crawlable as this are actual links, and are only use for animation purposes.
Hi Robert,
Thank you for pointing this out. I’ll be escalating your concern regarding the warning message to our development team.
Please be informed that a warning message won’t affect any JS operations from the Gutenberg editor. With that being said, I agree with you that the warning message should be resolved.
Hi,
1. Yes, MetaSlider will work with Enfold theme.
2. MetaSlider has a setting to add a link on each slide items but the link will be added directly on the image, and not a button.We do, however, have a Layer Slide type on the pro version which allows you to add extra elements like button links to your slide.
Hi Eluchel,
MetaSlider doesn’t have any QTags in our code. The error seems to be coming from one of your other plugins. The console error is most-likely what’s preventing MetaSlider’s JS from running.
Can you try deactivating all your plugins except for MetaSlider and see if that fixes your issue? If it does, you can try to activate all your plugins back one-by-one until you find what’s causing the error.
Hi Bruce,
I can see that your shortcode is added using an html widget. Can you try moving over your shortcode to a shortcode widget?
If you check your site’s shortcode, there’s still no MetaSlider plugin that’s running or active. This is the reason why your shortcode is not registering, and is just diplaying as text.
You can also try deactivating all your plugins except MetaSlider and switch your theme temporarily to Twenty-Twenty One. Then check your site if it generates the slider. If it does, you can try to reactivate all your plugins one-by-one until you find which is causing the issue.
Setting the status as resolve since there’s no response from the user.
Setting the ticket as resolve since there’s no response from the user.
Hi,
If you check your screenshots, both of this clearly has different dimensions
https://drive.google.com/file/d/1Vi54ZdeiMMmJf7-I_VrY7PVTFud6g3x9/view
https://drive.google.com/file/d/1PoXkBBqxvVc6I90tj7nqRQry8Afvr2G-/viewIf you enabled smart crop, both of these images will have the same sizes.
You can add the code snippet I provided in your theme’s functions.php file.
I went ahead and checked your site. I don’t see the MetaSlider plugin running.
Please make sure that you have activated MetaSlider.
Hi,
This is actually a limitation of the third-party JS slider that MetaSider is using. FlexSlider currently doesn’t allow the carousel to loop infinitely. But I can definitely understand why this would be a handy feature for you and other users.
This has already been added as a feature request.
To explain how we handle feature requests:
Feature requests go straight into a strategy board where they will be reviewed by the management team. We take certain factors into account when deciding which features to build and which to remain pending. This includes:
-How many people have requested the feature
-How many people will benefit from the feature
-The cost: benefit ratio (is it a lot of work for little end-user reward, or the opposite?)
-Our current workload (where does the feature request sit in terms of priority with other requested features and bug fixes).
-Rest assured that we try to deliver as many updates and new features as possible, but it’s simply not possible to build everything. We promise that every feature request is logged, will be subject to review, and we will endeavor to improve our software as best we can over time.I hope this helps. Thank you for understanding, and please let me know if you have anything else we can help you with.
Hi Ben,
This happens when the images on your slide has different heights. The slideshow will use the height of your largest image.
You can fix this by making sure that all your images have the same sizes. This can be done by using the smart crop in the advance settings of your slideshow.
However, if you want to have a slider with responsive height according to the current active slide. You can add the following filter to your functions.php
function metaslider_flex_params($options, $slider_id, $settings) { $options['smoothHeight'] = 'true'; return $options; } add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_params', 10, 3);You should be able to create a carousel using the free version of the plugin.
Here’s a short recording on how to build a carousel slideshow https://share.getcloudapp.com/JruxP4AQ