• Resolved kiranvaidya

    (@kiranvaidya)


    I am using this awesome plugin, but I want a separate list for Icons shown on the standard display (default to below the post) and a separate list of just 3-4 social media plugins on the floating bar.

    Also can I have a separate list when my blog is viewed in mob device. Eg: I want Whatsapp icon only when viewed in mob.

    Please do assist.

    Thanks in advance.

    – Kiran

    https://www.ads-software.com/plugins/add-to-any/

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

    (@micropat)

    Using custom CSS code, you can hide WhatsApp (etc.) on mobile.

    Right now, that kind of CSS method is the best way to have separate icons.

    Thread Starter kiranvaidya

    (@kiranvaidya)

    First of all thanks for the prompt answer. I got answer to the second part of my question , however the first part remains unanswered and that was more important to me.

    How can I have different icon list for Floating list and the standard icons when viewed on the same platform (Windows with chrome or firefox)

    Plugin Author micropat

    (@micropat)

    Also with custom CSS, remove services from the floating bar like so:

    .a2a_floating_style .a2a_button_google_plus,
    .a2a_floating_style .a2a_button_pinterest,
    .a2a_floating_style .a2a_button_whatsapp {
        display: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I have different icon list for Floating list and the standard icons’ is closed to new replies.