Hello,
I made the changes in active theme directory> download-manager
folder. It is overriding the plugin file. wpdm update will not cause any problem. but please backup the folder before updating theme and make that folder again after updating the existing theme or any new theme if needed.
Thanks
Hello,
Please check now, I have fixed the issue.
Thanks
Hello,
I have just tested in the latest 6.0.6 version of WPDM and found it is working.
If you upload images as additional thumbnails and use the template tag in link/page template [thumb_gallery_wxh]
format in example: [thumb_gallery_50x50]
it should work.
If the issue still persists, please provide us temporary admin access of your wordpress website in a private reply to debug the issue quickly.
Thanks
Hello Guy,
Yes you can.
In order to show total downloads in a download package page, you have to use this template tag [download_count]
in the link/page template that you are using.
For more template tags, you can check here:
Also you can use shortcode and set link template there to show total downloads. To create templates you can follow this
Thanks
Hello @hudi-webcart,
You just need to follow this:
1. Copy page-templates directory from /plugins/download-manager/src/package/views
directory to your active theme directory.
2. Make a new directory as download-manager
on your active theme directory.
3. Now remove all files from {active-theme}/download-mamager/page-templates
except the template files you need to update.
4. Update template file(s) in {active-theme}/download-manager/page-templates
directory as per your need. As you need to add open in a new tab you have to add this <a href="[download_url]" target="_blank">[link_label]</a>
Let me know please if you still find any issues.
Thanks
Hello,
I am sorry that Wp_Query
is not used in that shortcode.
You can check all the filter reference of wpdm here:
Editing Template Files of wpdm archive:
If you want to customize a view in your own way, you need to edit template files inside /plugins/wpdm-arhive-page/src/Templates/****/views/
dir. Please follow the following steps to edit a template file so that the new update doesn’t erase your changes:
1. Create a dir path download-manager/wpdm-arhive-page/****
inside your active theme directory if it is already not there. Here replace **** with simple or flat or filter or compact, depending on the template dir name, from where you are moving the template file.
2. For example, if you are editing template file from /wpdm-archive-page/src/Templates/Filter/views
, you need to place it in {active-theme-dir}/download-manager/wpdm-arhive-page/filter/
3. Copy all the files you need to modify
4. Update template file(s) in {active-theme-dir}/download-manager/wpdm-arhive-page/****
dir as per your need
Thanks
Hello @ccbfdrc,
The source files related to user dashboard are located in /src/user/views/dashobard/
. Those files need to be changed to take effect.
Please make a screenshots of the related pages and mention the changes you want using this tool so that I can suggest you about the changes you need.
Thanks
For make disallow Crawling Download Manager Pages Google, Bing + search engines, Add the following code at the end of your active theme’s functions.php
:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
thanks
thanks
Hello,
Sorry for this inconvenience.
please share the admin access of your website in a private reply.
It helps us to quickly figure out the issue and resolve it immediately.
Thank you
Hello,
There was issue of conflict with WPDM with the theme. I have fixed that.
Please check it now.
Thanks
Hello Guy,
Hope you are well.
You have to customize the all-packages-shortcode.php
file, and the file location is /download-manager/src/Package/views/
,
To do that,
1. Create a dir named download-manager
inside your active theme dir(Dont need if it is already created there)
2. Now copy the all-packages-shortcode.php
to modify from download-manager/src/Package/views dir
to /{active-theme}/download-manager/
dir.
3. Customize that file in{active-theme}/download-manager
dir as you need to comment out the line 290
by adding this //
to
$data['download_link'] = WPDM()->package->downloadLink($data['ID'], 0, array('template_type' ► 'link'));
like this //$data['download_link'] = WPDM()->package->downloadLink($data['ID'], 0, array('template_type' ► 'link'));
then add this line there
$data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
$download_link = $data['download_link'];
if you dont want to open in a new tab just remove target='_blank'
from that line.
4. It will work with the shortcode as you wanted. then save the file and test.
Thank you
Hello,
Please update to the latest version 4.3.0
also update WPDM and all related addons of WPDM then let me know.
if the issue still persists, please provide wordpress admin access in a private reply so that we can debug the issue quickly.
Thanks
You dont need to buy that. You have already special pack and the addon is there. but I checked somehow it has been deactivated on your site.
Hello,
It is working fine in our test environemnt.
If the problem still persists, please provide admin access of your website in a private reply.
Thanks
Hello,
The [page_link]
will show package title with package link.
Currently it is not possible by default to change the download button link to package link.
It needs some php customization in download-manager > tpls/tpls3 > wpdm-all-downloads.php
file,
please let me know, if you want the changes.
Thanks
Hello,
I am sorry that jstable is currently not possible with [wpdm_category]
shortcode.
You can check details here:
[wpdm_category] – Query All Downloads From One or More Categories
However if you think it is useful, you can request this feature here then we may add this feature in future updates.
Thanks
Hello,
please also share the admin access of your website in a private reply.
It helps us to quickly figure out the issue and resolve it immediately.
Thank you