Skip to content Skip to main navigation Skip to footer

Share buttons in every question

Welcome to QSM Support Forum. Forums QSM Pro Support Share buttons in every question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1588
    Álvaro FernándezÁlvaro Fernández
    Participant

    Hi,

    I’ve tried my first quizz: https://bit.ly/35xWVhp. As you can see, share buttons appear in every question, but they’re supposed to appear just at the end of the post. It looks annoying. I’m doing all I can imagine to avoid it, but I can not find a solution. Any suggestions? Thanks in advance.

    #1594
    Kriti SharmaKriti Sharma
    Keymaster

    Hi,

    Welcome to QSM Pro Support forum.

    This is happening because of the Simple share buttons adder plugin.

    Please paste the following CSS code in the theme’s customizer. To do this, Go to Appearance -> Customize -> Additional CSS and then paste the following code:

    #post-2373 .ssba-classic-2 {
      display: none;
    }

    But, it will disable the icons only for this post with post id: post-2373. You need the check the post/page id for every other post/page and then replace it with ‘post-2373’

    Hope this helps.

    Regards,
    Kriti

    #1595
    Álvaro FernándezÁlvaro Fernández
    Participant

    Hi Kriti,

    Thanks for your help. So, I see there’s a conflict between those two plugins and they can’t ‘live together’. I suppose I’ll look for another share plugin.

    Regards,

    Alvaro

    #1599
    Kriti SharmaKriti Sharma
    Keymaster

    Yes, you can try using another share plugin.

    Regards,
    Kriti

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