ok now. BTW, if you want to skip user sign up in check step, you can enable guest checkout from premium package settings.
ok, checking
ok now.
if you download now again, you should be able to download v4.2, however there are no big difference between them.
We attached v4.2 with all pro packaged already, please give me your order ID in a private reply.
Use filter hook wdm_before_fetch_template
( http://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ ) to modify variable rather then edit plugin code.
Downloads are working fine now, problem was your server was not supporting apache_setenv
function. I also tested adding a new file, which is working fine
@caedristi, how can it be. I need to check it in your installation, if possible please give me temporary admin login info here in a private reply
Here use like this
[wpdm_package id=ID template="link-template-button"]
Don’t worry :), it will not cause any issue, however I’ve activated it there for you.
if you kept all files in /uploads/download-manager-files/
dir, there shouldn’t be any problem after moving site. But if you used server file browser, after moved files may need to reattach as paths are changed. However, give me a temporary wp-amdin login info, I will check if I could find a easy solution.
please give me temporary wp-admin login info here in a private reply.
here is another similar situation and solution http://www.wpdownloadmanager.com/support/topic/link-template-shortcode-generating-error-after-4-2-update/
please give me temporary wp-admin login info again in a private reply.
the error may occur for 2 reason, either your link/page template code is wrong or your theme messing up inline js code. however you can adjust it by replacing return $data.$nojspopup;
with return $data;
in wpdm-functions.php
line #541
Sorry, not such option, anyhow we have plan to add the option with the future update of the add-on.
Current version is v4.2,
1. Download v4.2 from here http://www.wpdownloadmanager.com/purchases/
2. deactivate & delete v4.1.7
3. Install and activate v4.2
FYI. deleting old version will not delete your data.
Unlocked.
SQL Dump should work fine except file paths are changed in new location.
ok, done, working good with safari now. I’ll add the adjustment with the next update of the plugin.
Now Login info is not working, ERROR: Incorrect username or password.
sure, please give me you license key in a private reply to unlock.
it is not for update, the issue is happening because your link template code is not correct, you used like <a href="[downloadl_link]">
, but [download_link]
tag generates full html code for download link, there you need to user [downlaod_url]
tag, like <a href="[downloadl_url]">
Now it says wrong password.
may you please give me a temporary wp-admin login info to try it in your installation.