Forum Replies Created
Please try now. Unlocked the key from staging server.
You are using an older version of Download Manager. Could you please try installing the latest version? You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Download Manager places a .htaccess file inside /wp-content/uploads/download-manager-files/ dir. Not in /wp-content/uploads/ dir. You can check the server log to know the exact time when this file was created.
Unlocked your key from the old site. Please try now.
This was an issue in 4.7.5 which has been fixed in next version.
Please send temporary wp-admin login info in private reply so I can take a look there.
It looks like some kind of server rule to block users. I can access the https://xams.xiting.ch/login/ url from another browser but get the 502 error where I reset the pass.
Try resetting password after setting ‘None Selected’ in Downloads Settings Frontend Login Page option.
Hi,
You can show package excerpt in all packages table. Sorry, but it is available only in Pro version.
Please check shortcode doc here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/ for more info.
Thanks.
This is our server-side issue due to some API changes. We are working on it.
For now, To update Download Manager please follow these steps,
1 ) Deactivate and delete the old version.
2 ) Download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version via plugin WordPress installer ( Plugins Add New Upload Plugin ).
To update Download Manager please follow these steps,
1 ) Deactivate and delete the old version.
2 ) Download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version via plugin WordPress installer ( Plugins Add New Upload Plugin ).
Where do you face the css issue? Send me the page url, please.
Hi,
It is possible but requires customization. There is no built-in option to implement custom fields in the way you need. If you are interested in custom service please mail to customize@wpdownloadmanager.com to get in touch with customization team.
Thanks.
Please send temporary wp-admin login info in private reply.
Do you want to show the categories using buttons? In that case, find wpdm-pcat css class in /wpdm-archive-page.php file and add btn class in both positions.
Thanks for pointing out the missed patches. Will definitely add these in next release.
This is our server-side issue due to some API changes. We are working on it. For now, please download the updated version from your premium download area ( https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases ) Deactivate and delete the old version before installing the latest version of WPDM.
You can use the following code in your archive or category archive template to get the current category title,
if( is_tax( 'wpdmcategory' ) ){
$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
$title = $term->name;
}
If you remove the 'wpdmcategory' from is_tax() this code will work for any taxonomy.
Yes, that’s it.
You can change the slug all-downloads if you want, from WPDM Basic Settings URL Structure. The option name if Archive Page Slug.
Please check now. It is working.
https://www.evernote.com/l/AUfDd1sMtztGarUG77e7uD9UkQdDWmJhK8cB/image.png
Unlocked all keys. Now you can use these 3 keys in your 3 new sites.
Please add the following text to your robots.txt
User-agent: * Disallow: /*?wpdmtask=get_downloads
That would block any URL with ?wpdmtask=get_downloads from being indexed by a crawler.