Please send ftp info to find the php error.
It’s maybe related to php7, working fine with php5.6
And your WordPress login was incorrect.
Thanks
Your username has space. Can you check if it is correct?
Authentication failed.
Error: Critical error: Could not connect to server
Can you check info?
Hi,
Is there any functionality broken? Can you send me the link of the page?
Thanks
Please send login and ftp access in private to check the issue.
Thanks
Hi,
Please provide your license in private reply to unlock it from old domain.
Thanks
Hi, Yes you modify the registration form by adding filter to your function.php file of theme.
Here you can find details.
Also we are hoping to add this feature on our next version of Advance Custom Fields.
Thanks
Could you send login in private to check the issue?
Thanks
The button works fine in my test environment. There might be a server error. can you send ftp info in private reply?
Are you using the latest version of the plugin?
Thanks
Hi,
You can modify this and put the code [# password #]
in the email to send the email upon registration.
Thanks
I saw your category base and package base was the same?
There is a quate above. “Caution: Use unique word for each url base. Also, don’t create any page or post with the same slug you used for WPDM URL Bases below.”
Please modify it.
So category page will be work here http://195.238.77.215/~kavlingelarcen/laddaners/instruktioner/
And yes, the user can download from that page not going the package details page from this page. Here is the button for direct download.
But if the user can see details page by clicking on the title. You can modify that too from all downloads table template here ../download-manager/tpls/wpdm-all-downloads.php
Thanks
Hi,
Really sorry to hear that you are experiencing this kind of issue.
As you upgrade from the free version all the data should be available in the pro version too. Cause the files only deleted. The database table is not deleted. Now, Did you change anything after deleting the plugin?
You can get the old data backup from your server. There should be at least 1-week backup. You can contact the hosting support.
And can you send the login to your WordPress site and FTP access in private reply?
I will look into the issue with pro version.
Thanks
Hi,
You can list all your download package by using [wpdm_all_packages] shortcode. Details Here.
Thanks.
Can you give the page URL?
As the email form is loaded for every downloads package separately.
And do you want to redirect to the email form from download package link?
So, When the page loads the order is correct as you defined in the shortcode. But when you click on subcategory menu the result page does not short the list by date of the package?
Hi,
Looks like there is a problem with the [file_list_extended] shortcode. will add a patch soon to fix this
Thanks
Try to put it at the end of the file, and keep it separate than any other function.
Thanks
You are welcome. Let me know if you find the defective plugin or any server php error.
Thanks
It’s hard to say what’s actually causing the issue, but it isn’t WordPress. You have a LOT of plugins. and WordPress download manager is not producing the error. Try deactivating themes and plug-ins, a reactivating them one by one until the problem occurs to isolate the plug-in/theme responsible.
Thanks
Then it not possible yet.
we will add this in the future version of category manager add-on ( https://www.wpdownloadmanager.com/download/front-end-category-manager/).
Thanks
Hi, does any functionalities were broken?
Why are using the if?
And the code filter is commented out.
add_filter('wpdm_email_lock_heading','wpdm_custom_email_lock_heading',10,2);
function wpdm_custom_email_lock_heading($lock_heading,$package){
$lock_heading = "My custom title";
return $lock_heading;
}
Try this code only.
Thanks
As you are using siteground then please add following rule to your .htaccess file to fix the issue,
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
If it doesn’t fix it let me know.
Thanks
Why are using the same package multiple time?
The login was not resolved.