• Resolved sonmar

    (@soniamariano)


    Hello,

    AcyMailing is no longer keeping the custom CSS I add when composing the email. I insert the code, send a test, and then go back to editing and the CSS is all gone.

    Anyone with the same problem?

    Many thanks in advance?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jeremyacy

    (@jeremyacy)

    Hello,

    thank you for reporting this, this is a bug when re-opening the campaign in the editor.

    It will be fixed in the next version but in the meantime, you can edit the file wp-content/plugins/acymailing/back/helpers/editor.php and near the line 250, replace this code:

    $id = acym_getVar('int', 'id');

    By this one:

    $id = acym_getVar('int', 'campaignId');
    Thread Starter sonmar

    (@soniamariano)

    Hello,

    Thank you for your quick reply.

    I found 3 instances of the code

    $id = acym_getVar('int', 'id');

    I replaced the one inside the

    private function getWYSIDStylesheet()
        {

    and it worked perfectly!

    Thanks again for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS disappears’ is closed to new replies.