Forum Replies Created
http://anleitung.com/ is the current marketplace theme layout as you see in our demo ( https://demo.wpdownloadmanager.com/marketplace/ ), your attire pro access is activated. There are also 15 other layouts, you can try them and use any of them you want.
Also, if you need a new layout that is not available there, please give us a screenshot, we shall include it there with the next update.
This is our marketplace theme demo https://demo.wpdownloadmanager.com/marketplace/, now we are only maintaining attire theme, we are building all layouts on attire, now there are 15 ready to use layout and many theme blocks/sections to design your own custom template, please signup here https://wpattire.com/register/ to get access to extended license ( we are providing free access to Attire unlimited license to All themes pack customers ).
Hi,
Please check your site now. It is ready.
Also, let me know if you need any other assistance.
Hi,
Sorry for all the confusion, I’m setting up your site exactly like our demo.
Hi,
That’s due to your theme structure. There instead of using a direct category URL, you may use a category shortcode on a page.
Docs:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
Or category block ( Gutenberg editor )
After update to the latest version, please clear the site cache.
We are not maintaining Crypton theme anymore. Please use
Hi,
The solution for the same issue is in my previous reply ( #148367 ).
that is a permanent solution :). So, it will not cause any trouble from now on.
Please download the latest version again from our site and update your production, then clear cache and stats from wpdm settings ► privacy tab ( https://share.getcloudapp.com/BluYwrvj )
Hi,
It will work, go to class.Package.php, line #1015, replace $permalink = get_permalink($ID); with $permalink = home_url('/');
Hi,
Download the following file:
https://www.dropbox.com/s/v5muljpri6m5he2/wpdm-start-download.php?dl=1
And replace the existing one inside download-manager folder with it.
Then, add the following code at the end of your active theme’s functions.php:
add_filter('wpdm_downloadable_post_status', function($status, $package){
$status[] = 'draft';
$status[] = 'pending';
return $status;
}, 10, 2);
-
This reply was modified 4 years, 11 months ago by
Shahjada.
Hi,
Sorry for the confusion, please check the shortcode docs. There is a parameter named logo, where you can set a logo URL.
Ex: logo='http://brads15.sg-host.com/wp-content/uploads/2021/02/Smooth42_logo.png'
If you don’t use the logo parameter it takes the site icon ( favicon )
In the case of elementor module, please set logo URL here:

Archive page okay now, date filter will be available from the next update
It looks like it is an issue with your theme, I’ve changed the theme and it worked fine. Memory limit 128M is more than fine, even if there are 1000s files on a single page. We have tested it again now.
Yes, if you want to modify the menus ( add/remove ), you may use:
https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_user_dashboard_menu/
To change template files, please follow:
The template files are in /download-manager/tpls/user-dashboard/ and /download-manager/tpls/wpdm-dashboard.php