• Resolved davidgimenezq

    (@davidgimenezq)


    Directorist is not compatible with plugin “WP Better emails”, all email templates change, including woocommerce, but those of directorist remain unformatted.
    Directorist no es compatible con el complemento “WP Better emails”, todas las plantillas de correo electrónico cambian, incluido woocommerce, pero las del directorista no tienen formato.

Viewing 6 replies - 1 through 6 (of 6 total)
  • aazztech

    (@aazztech)

    Currently, we have no plan for adding support for “WP Better emails” plugin, but we’ve noted down it and will consider adding it in future updates.

    Thread Starter davidgimenezq

    (@davidgimenezq)

    Thank you.
    Is there any way to eliminate the email subject from the email body?

    aazztech

    (@aazztech)

    You can edit the email template from “Directory Settings >> Email Templates”

    Screenshot

    • This reply was modified 5 years ago by aazztech.
    Thread Starter davidgimenezq

    (@davidgimenezq)

    Hello Aazztech, I refer to the purple email header that appears just above the message body.
    As much as you edit the template with html tables, the email header still appears with the subject of the email.

    aazztech

    (@aazztech)

    Hi,
    Please install the beta version and place the following code into your child theme’s functions.php file.

    add_filter('atbdp_email_header', function () {
        return;
    });
    Thread Starter davidgimenezq

    (@davidgimenezq)

    Thank you!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not compatible with email templates’ is closed to new replies.