Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor ShareThis

    (@sharethis)

    Hello @mmihelic,

    We apologize for any inconvenience that this may have caused, unfortunately, we do not have an ETA for these issues yet.


    About the issue with the inverted colors, you may add the code below as a temporary fix. You can add it in the same way you have added the code for the duplicated buttons:


    .ssbp-btn:hover svg{
    display:block !important;
    }

    Kind regards,

    — ShareThis Technical Support team

    • This reply was modified 1 year, 9 months ago by ShareThis.
    Thread Starter mmihelic

    (@mmihelic)

    Thank you for the workaround. It does not seem to work with the duplicates fix.

    If I add both fixes then the duplicates are gone, but hovering still produces an empty button as shown in the previous post’s screenshot.

    .ssbp-list p {display:none}
    .ssbp-btn:hover svg{
    display:block !important;
    }

    If I only add the fix for inverted colours, then hovering works as expected, but I still get duplicates.

    Plugin Contributor ShareThis

    (@sharethis)

    Hello @mmihelic,

    No problem! I’m sorry I forgot to include a selector a + p that is more specific in which p element to hide.

    Can you please try this code instead?

    .ssbp-list a + p {display:none}
    .ssbp-btn:hover svg{
    display:block !important;
    }

    Apologies again for this.

    • This reply was modified 1 year, 9 months ago by ShareThis.
    Thread Starter mmihelic

    (@mmihelic)

    Yes, this seems to work. Thank you.

    In the end I added the CSS code to simple-share-buttons-adder/css/ssba.css

    • This reply was modified 1 year, 9 months ago by mmihelic.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons are duplicated on posts’ is closed to new replies.