Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bunty

    (@bhargavbhandari90)

    Thank you for reporting this. I will check this.

    mugdev

    (@mugdev)

    Has anything been done about the share button not showing?

    arixcode

    (@arixcode)

    add this CSS code to your site:




    [data-bp-tooltip]:after {
    pointer-events: none;
    opacity: 1;

    }
    arixcode

    (@arixcode)

    i found out that the issue is with the CSS code:

    you only need to set opacity to be 1; if it is 0 it will not show the button you are looking for

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.