Forum Replies Created
please give me temporary wp-admin login info and ftp access the wp-content dir to check your issue in details.
You can do that using this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/
sorry, no such option but it is a good idea and I shall add option like that soon.
🙂
If anyone else want to know, you need to remove [download_link] from link/page template, doc: http://www.wpdownloadmanager.com/doc/templates/
I’ve tested it for “Administrator” account with download limit 1 and looks like it is working fine for me, I download a package, after that all other package showing message like this:
Somehow the Plugin Organizer plugin blocking the archive page plugin execution when it is trying to get an url ( …your-site/site/?wpdmtask=get_downloads&pg=251&category=0 ) with ajax for download list. Plugin Organizer dev team need to check the issue.
Thanks, I shall add those with the next update of the add-on.
Ok, no problem, we will add the feature soon.
May you please give me the pdf you are trying with to check stamping at button.
Sorry for the confusion. It is ok now.
Following code is changed in wpdm-extended-short-code.php:
Replaced:
$params['tax_query'] = array(
array(
'taxonomy' ► 'wpdmcategory',
'field' ► 'term_id',
'terms' ► $scat,
'include_children' ► false
)
);
With:
if($scat==''){
$params['tax_query'] = array(
array(
'taxonomy' ► 'wpdmcategory',
'field' ► 'term_id',
'terms' ► get_terms( 'wpdmcategory', array( 'fields' ► 'ids' ) ),
'operator' ► 'NOT IN',
)
);
} else {
$params['tax_query'] = array(
array(
'taxonomy' ► 'wpdmcategory',
'field' ► 'term_id',
'terms' ► $scat,
'include_children' ► false
)
);
}
It is strange, subpages are not showing properly even when wpdm is disabled, probably it is something with your theme, did you change anything is theme recently? it is not related with wpdm pro.

[wpdm_tree] is actually working fine. Please check now.
Actually skip lock option is only implemented for integrated locks ( password, fb like, g+, tweet… ) with core plugin, but we shall add external lock ( add-on ) support for skip lock option soon.
Please set Font Offset / Line Height = 1 , then {br} will work
you can do category part using WordPress SEO plugin https://wordpress.org/plugins/wordpress-seo/
We can add-on stamping feature will multi-file package, but it will add huge extra load to your server, first stamp all attached pdf, then create zip file in every download.
And nothing to do with stamp position actually, it is totally depend on your applied settings and the pdf.
Looks like it will require some customization. However, even though files are stored in same dir, you can use tree view like this http://demo.wpdownloadmanager.com/wpdmpro/tree-view/ to show the categorized downloads .
I see there are lots of plugins installed in your site, I tested disabling other plugins and category page worked fine, you can find the conflicting one by disabling one after another 🙂
I need to check the setup in your installation, please give me a temporary wp-admin login info in a private reply.
please use [thumb_gallery_200x200] , the tag will show 200×200 thumbs of attached additional images
The admin url is redirecting me here https://www.terressentia.com/error/
- I actually forgot to apply utf8_encode in cron function, I just added it now
- We also have added it in our side, so you will not have to be worry about the updates 🙂
wpdm adds such prefix when another file with same name already exist, but it is trimmed before download, however you also can choose option to overwrite files with same name to avoid such rename from wpdm settings page.
I see download button also showing properly at front-end now, addtionally, I installed image button add-on ( http://www.wpdownloadmanager.com/download/wpdm-image-button/ ) to show nice images with download link. You can change button image from wpdm settings page.
it will not be able to stamp file in zip, you need to enable single file download.
in your log, it showing /public_html/wp-content/plugins/download-manager.new/templates but no such dir there actually, it is /public_html/wp-content/plugins/download-manager/templates and site loods fast enough from my location and download manage is active.