• Hi,

    I’m using Avada theme (https://avada.theme-fusion.com/) and have set up an Off Canvas menu (which is one of the newer additions to Avada). The Off Canvas information is showing the email customiser after the preview.

    Images here for reference:
    https://ibb.co/dfMwKNG
    https://ibb.co/BL39hdr

    I’m unable to test yet to see if this information appears in the received email as I’m waiting for the mailboxes to be set up by our IT department. I’ll follow up as soon as possible.

    Thought you might like to know as I know Avada is a popular premium theme.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, It won’t appear in emails, things loaded through the wp_footer hook can show in the email customizer simply because it’s using cores customizer to build the email previews.

    We may look at adding CSS into the editor to hide this, in the meantime you can ignore it and even use the email sending preview to verify.

    Ben

    Thread Starter ryanchampniss

    (@ryanchampniss)

    Thanks for your reply. Good to know it won’t display in the emails. I’ll test everything today to be sure. FYI, my fix to hide from the customiser:

    .awb-off-canvas-wrap {
    display: none;
    }

    Hope it helps if anyone else is using Avada ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avada Off Canvas displaying in the editor’ is closed to new replies.