Archived topic
Issue while using Simple Share Buttons Plus
20 replies · Started by Jorge on August 25, 2016
The shadow is being added by your slider plugin.
You can remove it with this:
.theme-default .nivoSliderWeptile {
-webkit-box-shadow: 0 0 0 0 transparent;
-moz-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
As for the options, I gathered from your previous post that everything was working except for the shadow issue?
Thanks, Ramesh! I went through the Plugin support forum (and beyond), but couldn't find anything related. I therefore asked, but no response was given :( https://simplesharebuttons.com/forums/topic/both-set-one-and-two-shown-out-of-place/
Nonetheless, I'll update my query as this gets solved out for whom may be interested.
And that made everything work wonderfully! Added !important, for something was stopping it from making it.
.theme-default .nivoSliderWeptile {
-webkit-box-shadow: 0 0 0 0 transparent !important;
-moz-box-shadow: 0 0 0 0 transparent !important;
box-shadow: 0 0 0 0 transparent !important;
}
Once again, thanks so much, Tom!
Hi Jorge,
I actually meant Autoptimize Plugin support in case that's causing the JavaScript issue. And I see Tom has replied back just now. Hope you get this straightened out.
Best Regards
It definetely has! Sorry for the misunderstanding, I'll post it too at the Autoptimize support forum right away. Thanks for the advice!
Glad I could help!
I just made some changes to menu plus that should hopefully make it play a little nicer with Autoptimize/caching plugins in the future as well :)