• Resolved phildonaldson

    (@phildonaldson)


    Hi,

    I’m using the Genesis 404 Page plugin and there are no controls in the editor that shows the AddToAny suppression option. Since it seems strange to have sharing buttons on a 404 error page, how do I disable AddToAny if a page is_404()?

    Please advise. Thanks.

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

    (@micropat)

    Hi Phil,

    The genesis-404-page plugin could probably be updated to support toggles in the editor. Right now you can hide AddToAny with Additional CSS code:

    body.error404 .a2a_floating_style,
    body.error404 .addtoany_share_save_container { display: none; }

    Add that CSS code to your “Additional CSS” box in Settings > AddToAny.

    Thread Starter phildonaldson

    (@phildonaldson)

    Thanks, @micropat. Will give it a try.

    I would like to see the Genesis 404 plugin updated, but not holding my breath. 🙂

    All the best to you.

    Thread Starter phildonaldson

    (@phildonaldson)

    Code placed. Works perfectly.

    Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Suppressing AddToAny When is_404()’ is closed to new replies.