• Resolved wekhter

    (@wekhter)


    I know there are filters listed in the FAQ to programmatically remove the buttons from CPTs/categories, but why are there no built-in checkboxes to remove the share buttons from certain post types, like there are with the normal buttons?

    Also, although I’m able to remove the buttons for CPTs, I’m having trouble removing them for archives (CPT or otherwise). Neither is_archive() or is_post_type_archive() is working. Is there a different way to remove the buttons on archives?

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    It’s on the roadmap. Currently, the best way to remove Floating buttons from pages is using some custom CSS, for example:

    body.archive .a2a_floating_style { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Page/post display rules for floating buttons’ is closed to new replies.