vafpress
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi, I went to the url you given, login and register form is shown correctly, are you sure you have been completely logged out? or maybe try clearing the browser cookies?
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi Lorna,
Sorry to say that customizing the fields is currently not possible, we may provide that capability in the future, but can’t promise to do it in the near time though ??
And about your ‘already logged in’ issue, do you have a URL for me to check?
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] FTP, Title, Counter, Hidden LinksHi,
1. The plugin only override EDD download button to every download with price of 0, so it doesn’t have anything to do with the upload method, if you succeed to upload them as EDD download item, then EDD Free Download should works.
2. Under
EDD Settings -> Misc -> Free Download Settings
, you can edit theDownload button text
, with the latest version (0.1.9), you can use%name%
wildcard that will be replaced with the download title.3. Can you please elaborate on what links did you meant?
4. The plugin only add 1 statistic in the backend, that is download count under
All Downloads
listing page, it’s not showed at the front at all, and currently there is no option to hide it in the backend.5. Hmm, I am not familiar with that plugin, from a quick look, I can’t see that it will conflict with this plugin, but you will need to test it yourself.
And you may want to ask some of your questions to EDD support forum (especially question #1, #4), since I think you will get a better answer there.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] No button, just hyperlinked textHello,
The form is created automatically, and all the users will be registered as normal WordPress user on your site, so you can find them under WordPress users menu.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Member Page – how to edit formHi,
1. The registration form is defined at:
file : edd-functions.php function : vp_edd_fd_get_register_fields
And the login form is taken from EDD original login form, so you gonna need to dig on EDD itself.
But I don’t recommend editing the core of plugins, would you like to share with me how do you wish to edit the form?
2. Hmm, do you mean the download single page? or are you using the button via shortcode? for the former case, then you should be able to edit the content under
EDD Downloads Menu -> All Downloads -> Edit the specific download
, and for the later case, edit it in the page where you put your shortcode.Good Luck !
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] No button, just hyperlinked textHi, how the download link showed is depends on what CSS class assigned to it, or you can assign any class you want and make your own styling, and if you want the link to be a blue button just like EDD default purchase button, try this:
-> Go to EDD settings
-> Click Misc tab
-> Under “Free Download Settings”
-> Find “Download button CSS class” textbox setting
-> Put thisedd-submit button blue
and save.You can also change the download button text at the settings, but the text will be static, the plugin doesn’t currently support dynamically showing the download name at the button, good idea though, we may be able to support it in the next update.
But, as for now you can manually type the text that will be shown at the button using EDD – Free Download shortcode:
[download_link id="119" class="edd-submit button blue" text="Adobe ePortfolios"]
or you can emit the class definition if you have done it in the settings:
[download_link id="119" text="Adobe ePortfolios"]
.Thanks!
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Bug or conflict with EDD Amazon S3Hi, please update and see if the issue still persist, please confirm the result to us, thanks!
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] Bug or conflict with EDD Amazon S3Hi, thanks for the report, the problem is I don’t have a copy of Amazon S3 extension, and have never used it before, but I am currently in contact with Pippin, will get back to you after I can found and fix the issue ??
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] No download buttonHi, we contacted you at the mail we found in your contact page, please check that out ??
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] No download buttonHi, sorry we couldn’t figure out what maybe the problem with the existing information, is it possible for us to contact you via skype or email? thanks.
Hi, alright, added you on skype, you’re right, we are unfamiliar with the issue, since we’ve never been working under WPEngine environment, hope we can solve this together, thanks!
Hi, is the download file is an XML file? could you give us the download URL so we can see what’s happening our self? Thanks.
Forum: Plugins
In reply to: [Easy Digital Downloads - Free Download] No download buttonHmm, what method do you use to output the download button? automatically as EDD download post, or via shortcode?
We’ve just updated the code, a bit of testing and the issue should be fixed now, please update the plugin and confirm, thanks ??
Hi, thanks for reporting, we’re going to investigate and try to fix the issue as soon as possible.