Arreane
Forum Replies Created
-
Thank you for bringing this to our attention. This change will be included on the next release.
Hi,
You can change the font size of your caption using the code below.
.metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption { font-size: 35px !important; }You can change the value according to your preference.
We’re not able to see your site because it needs an authentication. https://bellaluxxboutiquecom.stage.site/
You can try the following code below:
.metaslider { margin-top: 100px !important; margin-bottom:100px !important; }Forum: Plugins
In reply to: [Redux Framework] Redux plugin issueHi,
Please provide us what the error messages are so we can provide you guidance on your issue.
In the meantime, please make sure that the error also occurs when Twenty-Twenty One theme is used because most of the time the issue would be a theme conflict. If this happens, we usually recommend users to contact their theme developers regarding the theme configuration issue and let the theme developers report the errors to us in case there is any.
@ildomandatore I’m afraid helping you on how to add custom CSS code is out of our scope. The only reason I provided you the custom code is because it was very minimal. If you’re having trouble on how to integrate it in your theme, I’m afraid you’d have to contact a developer to help you with that.
We don’t have this error message in our plugin. You can use restrict_to=”home” to display MetaSlider only on the homepage.
[metaslider id="<YOUR_METASLIDER_ID_HERE>" restrict_to="home"]https://www.metaslider.com/i-only-want-to-show-the-slideshow-on-my-homepage-how-can-i-do-that/
Forum: Plugins
In reply to: [Redux Framework] Google font is not display in redux framework typographyHi,
Please try to switch temporarily on a default WordPress theme like Twenty-Twenty One. Then go to Settings > Redux > click Enable Panel Demo – https://share.getcloudapp.com/6quve4dg
This will show you a Sample Options in your WordPress sidebar, You can try and test the typography options. If that works, then it’s most-likely a theme issue.
Hi,
I’ve tested WP Page Permalink together with MetaSlider, and it worked fine on my end. The issue doesn’t seem to be happening on the said plugin.
Here’s a short recording of my experience – https://share.getcloudapp.com/wbu87dpX
In the meantime, if you really think that the WP Page Permalink is what’s causing the conflict. You can try and temporarily disable the plugin while adding the images to your slide. Then, reactivate when you’re done setting up with MetaSlider.
Instead of adding the code below to Appearance > Customize > Additional CSS.
Try installing a plugin that would help you embed your CSS code and paste the code below.
.metaslider.ms-theme-nivo-dark .nivo-directionNav a.nivo-prevNav:before { content: ‘<‘ !important; } .metaslider.ms-theme-nivo-dark .nivo-directionNav a.nivo-nextNav:before { content: ‘>’ !important; }Looks like your CSS code ‘<‘ and ‘>’ gets rendered into a character code. You can try and use a plugin like Simple Custom CSS and JS to add your CSS code.
Hi,
You can try to upload on WordPress’ media page directly by going to Media > Add New.
This is what’s missing on your CSS code. Can you try adding on the first line of your css code and see if the code registers?
.metaslider.ms-theme-nivo-dark .nivo-directionNav a.nivo-prevNav:before {
content: ‘<‘ !important;
}
.metaslider.ms-theme-nivo-dark .nivo-directionNav a.nivo-nextNav:before {
content: ‘>’ !important;
}Looks like you have already set your width, please try to add width: auto on your code and that should fix the right side.
.nivo-caption {
left: -10px;
right: -10px;
width: auto;
}Hi,
Based on the error you provided, looks like you’re using some image optimization plugin. Please try to disable it and see if that would fix your issue.
Hi,
Are you looking on something similar to this request?
https://wordpress.org/support/topic/slider-for-monetization-display-ads-feature/