Arreane
Forum Replies Created
-
Hi,
This is a theme issue and is not related to MetaSlider. You should contact your theme developer regarding this matter.
Hi,
MetaSlider and Classic Editor should work fine. Can you provide more information about the issue? Did you experience something unusual, and were you able to receive any error messages? If so, please add those messages here.
Deactivating your plugin won’t delete your slideshows. They will be available again after activation.
Hi,
Since there are a lot of devices out there, it’s impossible for me to provide you an exact ratio. You can check this article and see all the possible screen resolutions https://www.gsmarena.com/glossary.php3?term=resolution
You can do this by changing the background-image. .metaslider .flexslider .flex-direction-nav li a { background-image: url(<url_here>); }Hi,
We do have multiple layout options for you to choose from on the pro version.
- This reply was modified 4 years, 7 months ago by Arreane.
It’s using an image to display the arrows.
https://oldfreegame.com/wp-content/plugins/ml-slider/assets/sliders/flexslider/bg_direction_nav.pngYou’d have to change the whole image to change the background or you’d have to make your own custom CSS for the arrows
Hi,
You can overwrite the CSS to force the arrows to always show.
Adding the following CSS code below should do the trick.
.metaslider .flexslider .flex-prev { left: 5px !important; opacity: .8 !important; } .metaslider .flexslider .flex-next { right: 5px !important; opacity: .8 !important; }Hi,
Glad you were able to figure things out. I’ll be closing the ticket now.
Thanks
Hi,
There was no update. The current version of MetaSlider is still v3.23.0.
I check your site and it seems to have a jQuery error which is preventing MetaSlider’s JS to work – https://share.getcloudapp.com/xQu6JP5y
Hi,
There was no update. The current version of MetaSlider is still v3.23.0.
I check your site and it seems to have a jQuery error which is preventing MetaSlider’s JS to work – https://share.getcloudapp.com/xQu6JP5y
Hi,
Twenty-Twenty One has a CSS styling preventing MetaSlider to go full width.
You need to overwrite the max-width CSS. You can do that by adding the CSS code below to your site.
.metaslider {
max-width: 100% !important;
}Hi,
I’m glad we’re able to help. I’ll be closing the ticket now.
Cheers,
Hi,
MetaSlider doesn’t have a demo site. We only have a documentation page https://www.metaslider.com/documentation/
Hi,
It’s possible that your theme’s CSS has overwritten the CSS code for the navigation.
You can try to add the following CSS code to you site. This should fix the nav positioning issue.
ul.flex-direction-nav { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }Hi,
If you don’t want a continuous loop, you’d have to change the loop value to “stops on last slide” https://share.getcloudapp.com/NQuYpj69