Arreane
Forum Replies Created
-
duplicate issue https://wordpress.org/support/topic/borders-27/
hmm.. It looks like the code I provided is conflicting with the effect that you used.
Please try to remove the initial css I provided for the NivoSlider and use this instead.
div.metaslider .theme-default .nivoSlider { border: solid 2px #8C8C8C; border-radius: 25px; overflow: hidden; }You can try the following code below:
.metaslider .theme-default .nivoSlider img { border-radius: 50px; border: solid 5px #000; }Sorry for the confusion.
The code I provided to you was specifically for FlexSlider option. Apparently, each slider has different classes, which means each slider will need different set of custom CSS code.
If you could provide a link again where your Coin Slider is embedded so I can send you an updated CSS.
I tested Nivo Slider on my local server and was able to run it without a problem.
Please provide more information on what’s not working with Nivo Slider. If you see any error messages, please post it here.
You can increase/decrease the border size by changing the 5px value in the example.
You can also change the hex code value
#000000to your preferred color#metaslider_2311.flexslider .slides li { overflow: hidden; border-radius: 50px; border: solid 5px #000000; }Adding the following CSS code should do the trick.
#metaslider_2311.flexslider .slides li { overflow: hidden; border-radius: 50px; }Hi,
I could provide you a custom CSS for that if you could provide a link where your MetaSlider is embedded.
Hi,
This has already been added in the feature request list.
One of the factors a request gets prioritize is by votes. The more users request for a feature, the higher the chance it gets implemented.
Unfortunately, I can’t give you a definite timeline on when this could be implemented.
Sorry for the confusion. I’m referring to the actual WordPress settings. Please see screenshot – https://share.getcloudapp.com/4gulkx2G
Hi,
You can try and re-save the permalink. You can do this by going to
settings > permalinksthen hit save without making any changes.Hi,
I will certainly do as soon as I get response back from the development team.
Please keep posted.
Hi,
Thank you for giving suggestions on MetaSlider Gallery feature. We really value customer feedback.
I will forward your message to our development team and let them know about your suggestion.
However, I cannot guarantee that this feature will be included in the future update as there are a lot of factors our team needs to consider. What I can tell you is that we will surely take your suggestions in to consideration.
Have a great day!
Glad we were able to help. I’ll be closing the ticket now.
Have a great day!
Hi,
The error clearly shows that one of your plugin/theme is throwing a Javascript error preventing you from saving.
I went ahead and checked your site, and saw an undefined error from your timetable plugin.
Please try to deactivate all your plugins again except for MetaSlider, then switch your theme to Twenty Twenty-One temporarily. then, try to save from your MetaSlider. If this works, then try to activate your plugins one-by-one and run the save process again until you find which of the plugin/theme is causing the issue