mkscripts
Forum Replies Created
-
You’re welcome and thanks for letting us know!
Kind regards,
Team Download After EmailHi,
Several sources of CSS can apply to the checkboxes (our plugin, other plugins, your theme, browser). You can inspect the element in your browser and see which CSS is applied. Here are some examples to adjust the CSS of our plugin.
Adjust only the color of the (checked) checkbox:
.dae-shortcode-download-wrapper .dae-shortcode-register-form input[type="checkbox"]:checked::before { color: #000000 !important; }Use the browser appearance (the appearance of the checkbox can differ per browser):
.dae-shortcode-download-wrapper .dae-shortcode-register-form input[type="checkbox"] { -webkit-appearance: checkbox !important; -moz-appearance: checkbox !important; appearance: checkbox !important; } .dae-shortcode-download-wrapper .dae-shortcode-register-form input[type="checkbox"]:checked::before { content: none !important; }For other CSS on the two mentioned selectors you can apply the same method (use values ββwith !important added).
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
Nice to hear you like our plugin, thank you.
Is the element with class “dae-shortcode-register-message” also not present before clicking the Send Link button? Do you use a page builder to place the shortcode on a page? Or are you using a plugin that could affect the HTML of the shortcode? You could disable one plugin at a time to see if this fixes your problem.
You could also check for JavaScript errors when you inspect the elements in your browser.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Do not accept gmailHi,
Yes there is a filter available to achieve this. You can find more information on this topic here:
https://ww.wp.xz.cn/support/topic/is-there-a-way-to-add-other-condition/
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
You can independently enable the checkboxes in our plugin to suit your needs. In case the required checkbox is enabled, the form will only be submitted when it is checked. The optional checkbox is, as the name implies, optional and is not necessary for a successful submission. (The email form field is mandatory.)
For questions regarding the premium features of Download After Email Plus, please submit a ticket via our website (as this support forum only deals with questions about the free version).
Kind regards,
Team Download After EmailHi,
Most of the time, a global email message will suffice for all download files. A filter is available to make more specific adjustments to the email, such as HTML / CSS changes or file-dependent content. You can find this filter here.
This filter is not a premium feature and is available in the free version, located in: /wp-content/plugins/download-after-email/includes/shortcodes.php
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
This error message also occurs if no download file has been selected. To solve this, go to the edit download page and select a download file and save your download again (Admin Menu > Downloads > Edit Download).
We provide support through our website and you can also take advantage of this support forum, where many questions have already been answered. Documentation / FAQ will be available in the future.
Since this ticket was also submitted and resolved through our website, we will mark this ticket as resolved.
Kind regards,
Team Download After EmailHi,
Nice to hear you like our plugin, thank you π
This is probably an external cause, as our plugin’s CSS only affects elements of the download form wrapper. How do you add the shortcode to your page? If you are using a page builder it is recommended that you check their documentation on how to add a shortcode. If not, could you send us the URL so we can help you more efficiently (or contact us via the premium support section)?
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] change button textYou can change the button text on the following page: Admin Menu > Downloads > New/Edit Download. These settings are stored in your database in the postmeta table.
Kind regards,
Team Download After EmailYes that’s correct and what file types (mime types) the WordPress media library accepts can be managed with the mentioned filter. You can find examples of how to use this filter from the link above.
Kind regards,
Team Download After EmailHi,
It is not supported to select an image as download file (to avoid conflicts with the media library). Furthermore, there are no restrictions on file types, except that the WordPress media library does not allow uploading all file types by default (like XML).
There is a filter available to add mime types (like “application/xml” and “text/xml”):
https://developer.ww.wp.xz.cn/reference/hooks/upload_mimes/
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
You might want to track clicks on the download link in the email instead of download form submissions. You can edit this download link by using a filter available for customizing the email content (including the download link) to add your own code in which you can replace the placeholder {download_link} with your custom download link.
You can find more information on this topic here:
https://ww.wp.xz.cn/support/topic/analytics-and-tracking/
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailThis problem is addressed here. Feel free to join.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Edits Don’t saveHi,
Are you using the meta box “Duplicate” to duplicate your settings (on the edit download page)? In this case your settings will be imported from another download during saving.
If not, are you experiencing the same problem if you create a new download?
Kind regards
Team Download After EmailHi Pedro,
Thanks for letting us know. We will get this fixed with the upcoming update (probably within a few days).
Kind regards,
Team Download After Email