Okay
  Public Ticket #205432
Social Buttons Problem
Closed

Comments

  • Petrovski started the conversation

    When i enter the Social Buttons shortcode, the counter next to the social buttons wont load at all, while the heart button stays in Active state. See attached image for details. Once I remove the shortcode, the social buttons at the top right corner work once again as expected. I tried to exclude the heart icon, but the result was same. So I assume its basically some conflict by having two social buttons.

  •  8,470
    Tahir replied

    Hey Perrovski!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body .nectar-love span {
        opacity: 1 !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Petrovski replied

    That does the trick only for the heart icon, but i still dont get the counters for the other icons.

  •  8,470
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    body .nectar-love span, body .nectar-sharing span.count  {
        opacity: 1 !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Petrovski replied

    That one:

    body .nectar-love span, body .nectar-sharing span.count  {
        opacity: 1 !important;
    }

    Didn't change anything, I still have the same problem, the numbers for the rest of the sharing options wont show :(


  •  8,470
    Tahir replied

    Hey Again!

    Can you provide a url so i can check why the css is not working on your url. 

    Thanks


    ThemeNectar Support Team 

  •  8,470
    Tahir replied

    Replace with below css :

    body .nectar-love span, body .nectar-sharing span.count  {
        opacity: 1 !important;
        display:inline-block !important;
    }
    

    Cheers


    ThemeNectar Support Team