Site logo

Archived topic

Issue while using Simple Share Buttons Plus

20 replies · Started by Jorge on August 25, 2016

Viewing posts 16–21 of 21

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?

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 :)

This archived topic is closed to new replies.