• Resolved Hanu

    (@hanucodes)


    Hi,

    Why are your css styles all marked !important? how do we change that?

    How to change the message sent in the email that is fired from plugin?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Hanu

    (@hanucodes)

    Also the option to send multiple emails per user is not working.

    Plugin Author mkscripts

    (@mkscripts)

    Hi,

    We use !important values ​​because otherwise they will be overwritten by themes too often. Other ways were inadequate. We don’t see any negative effects from this, as all !important values ​​can still be overwritten by using selectors that are strong enough.

    There is an option available to disable the CSS (Admin Menu > Downloads > New/Edit). To remove a stylesheet (../download.css) you can use the function wp_dequeue_style().

    You can change the email message on this page: WP Admin > Downloads > Messages.

    If sending multiple emails is not working, you might want to check your email configuration, or check the sending process with a plugin for email testing.

    If you have any more questions, feel free to ask. We are glad to help you.

    Kind regards,
    Team Download After Email

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

The topic ‘Styles and email message’ is closed to new replies.