[Resolved] Issue while using Simple Share Buttons Plus

Home Forums Support [Resolved] Issue while using Simple Share Buttons Plus

Home Forums Support Issue while using Simple Share Buttons Plus

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #221372
    Tom
    Lead Developer
    Lead Developer

    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?

    #221374
    Jorge

    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.

    #221377
    Jorge

    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!

    #221378
    Ramesh Srinivasan

    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

    #221381
    Jorge

    It definetely has! Sorry for the misunderstanding, I’ll post it too at the Autoptimize support forum right away. Thanks for the advice!

    #221385
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.