mandsconsulting
Forum Replies Created
-
A fix has just been pushed. This was an issue with trying to work around PHP constants that are not defined in older versions of PHP.
A fix has just been pushed. This was an issue with trying to work around PHP constants that are not defined in older versions of PHP.
Forum: Plugins
In reply to: [Email Before Download] Inline Link not showingIt looks like you calling jQuery (datepicker) in your header before loading the jQuery library, and that’s breaking the whole page.
You’ll need to move the scripts using jQuery to below the call to the jQuery library.Forum: Plugins
In reply to: [Email Before Download] This Plugin now KILLS tabs on Avada ThemeI have made some changes that will remove some errant html from the form that I think is causing the issue. I have just pushed the update.
Forum: Plugins
In reply to: [Email Before Download] Break AVADA themeI’ve made some changes to remove some errant html tags from the forms that I hope will solve your issue. I will be pushing this update now.
Forum: Plugins
In reply to: [Email Before Download] PHP warnings appearing in apache error logThis should be fixed in the next release.
Forum: Plugins
In reply to: [Email Before Download] Was working now nothing displaysYes, we are changing some dependencies so special characters can be displayed properly. I’m sorry for the inconvenience. I thought php-mbstring was a default module.
I will see if I can find a solution that doesn’t require non default modules.
Thank you.
- This reply was modified 8 years, 5 months ago by mandsconsulting.
This should be resolved in the new release.
If you are referring to the email you, the admin, get. EBD uses whatever the WordPress admin email address is.
Forum: Plugins
In reply to: [Email Before Download] Display of File Names in Multiple URL TemplateThis was carry over from the original version of EBD. It is on the TODO list.
Forum: Plugins
In reply to: [Email Before Download] Collect email addressesThe email addresses are available in your submission logs.
Forum: Plugins
In reply to: [Email Before Download] Link expirationThe problem with this solution is that it takes away functionality of Download Monitor. The plugin hooks into DM and checks for the uid, but incase a user is using DM separate from EBD, I can’t disable DM completely. removing the uid check would certainly work in your case, and an option to disable DM default download may be something I can add in a future release.
Forum: Plugins
In reply to: [Email Before Download] utf-8 problem file titleYes, this is a problem we are trying to work out. It should be fixed in the next update which should be sometime today.
Forum: Plugins
In reply to: [Email Before Download] Fatal error on form pageI can’t speak for the other package, but we changed over to this function to avoid injecting meta tags into the document. There are some browsers that don’t know how to handle errant meta tags. I am currently looking for a better way to handle this issue. I’m glad you figured out how to fix the error.
Forum: Plugins
In reply to: [Email Before Download] EBD Settings Page not Savingis it all your EBD settings or just specific ones?
EBD follows the WordPress codex for creating and processing the options page. [https://codex.wordpress.org/Creating_Options_Pages]