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

    (@micropat)

    Add a few lines of custom CSS code (using a “custom CSS” plugin or custom CSS feature of your theme):

    /* Don't display floating buttons on all pages */
    .a2a_floating_style {
        display: none;
    }
    /* Display floating buttons on single posts and pages */
    .page .a2a_floating_style,
    .single-post .a2a_floating_style {
        display: block;
    }

    Thread Starter zoopworld

    (@zoopworld)

    Worked for me!

    Thank you ??

    Thread Starter zoopworld

    (@zoopworld)

    Hi,

    I just noticed that the social media buttons present on my homepage are also sharing the page instead of redirecting it to the particular social media platform.

    1. I want the social media buttons on the homepage to redirect the visitor to the social media platform and perform the function of “follow us” and not sharing.

    2. Also I only want facebook, twitter and youtube buttons there (at the moment) and want to remove the whatsapp button.

    How do I do that ?

    Hi. That CSS code above works. But now for floating buttons, both vertical and horizontal buttons display at all times and ignore the rule “only display when screen is larger/smaller than…”
    They therefore both appear on the page at the same time and I can’t find a work-around.
    Any solutions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Buttons on internal pages/posts only not on hompage’ is closed to new replies.