vafpress
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Blank page when trying to downloadHi Eschnack, sorry for the inconvenience, we did the test, but only to the latest version of EDD, not the latest version of WP, thanks for the report!
Hi Freemind, we will test the plugin in with the latest version of WP and EDD, will get back to you soon, thanks!
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] DocumentationHi, since this is an extension of EDD (Easy Digital Downloads) Plugin, the settings is located inside EDD menu:
Downloads -> Settings -> Misc Tab -> Free Download Settings Section
Thanks!
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Download Limit IssuesHi guys! we’re really sorry for being ‘away’, somehow we are not getting any email notification at all!
marvmckay66 posted to our support.vafpress.com forum but didn’t replied after we asked a question, and no we won’t do such thing deliaraz ??
We will go trough every issues and try to sort everything now, sorry again guys.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Add more fields – HELPHi, unfortunately this is currently not possible to be done with the plugin, it will require the skills to code in WordPress.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] DocumentationHi David,
The plugin basically is just install and use, if you have any difficulties please post a question here and we would love to help you ??
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi jibbius, thanks for the code!
Hi marvmckay66, download limit shouldn’t be ignored with the currently updated version (0.2.0), please give it a try and confirm if it’s working, thanks for the report and sorry for the wait.
Hi, sorry for the trouble, we will look into this and get back to you! Thanks.
Hi, sorry for the inconvenience, we stated that the plugin is an extension of Easy Digital Downloads in the front page.
As for the pages you mentioned, those are pages created automatically by Easy Digital Downloads, so those are outside the control of this plugin.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Download Count Front EndHi Themebeans,
This is how we do it:
global $edd_logs; $single_count = $edd_logs->get_log_count(66, 'file_download'); $total_count = $edd_logs->get_log_count('*', 'file_download');
We only use the downloads count for single item in our plugin, the site wide downloads count seems to be working but from my test, it always shows +1 count than the actual total downloads count.
If you want to be sure, please ask at the official EDD support forum, ??
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi Lorna,
Sorry for the late response, you do have a good point, so what’s needed are:
1. A way to customize the positioning of the login and register form, or even better to customize their fields, so admin can choose what fields to show.
2. Put a heading for registration form.
Thanks for the suggestion, we will try to find our self the time to do this, and we will keep you updated ??
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi,
You just simply need to log out from your WordPress site, and access the member page ??
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi,
Ohh, yeah that’s it, you’re logged in to the WordPress site, then the membership form won’t be shown, since EDD is using the native users/membership mechanism of WordPress.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Missing Register PHP CodeHi Sophie,
You’re right, the login form used in our plugin is directly taken from EDD login form, but the registration form is different, we define our own registration form.
You can find the file under EDD Free Download directory:
file : edd-functions.php function : vp_edd_fd_get_register_fields
Good Luck!