Yes possible, you can follow the link below documentation,
https://www.wpdownloadmanager.com/doc/template-files/
by default, you are using link-template-default.php
for link template and page-template-default.php
for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace [download_link]
with <a href="[download_url]" class="btn btn-primary" target=_blank>[link_label]</a>
in related php file.
Thanks.
Are you looking for single page or details page?
You can open document file via check this option, in Settings > Basic,
Thanks.
Hi,
Are you searching for an individual item will download via a new tab, you can use this shortcode
[wpdm_direct_link id="Package ID" target="_blank" label="Download Me!" class="css class names" eid="element-id"]
let me know if this works for you.
thanks.
Hi,
Check the latest version of WordPress Download Manager. You will not be notified via History panel if the same IP download the same file many times.
Thanks.
Hi,
I have checked my site with your WPGlobus plugin. Which you have wanted the contents of the link template translation is working fine now, I have checked with both plugin latest version. Please check now, if there are remaining any issues.
Thanks.
Hi,
If you are meaning related to this shortcode
[wpdm-all-packages items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC"]
then, the title will remain the same but page_link or slug will be like ‘details’ text, you can edit the permalink via file page. But, the permalink will not be the same as details always, it will be like details, details1 or details-1 or like details-2. And if you are want to link different page_template for a different file, you can do it via file page> package settings > page template.
Thanks.
If you are meaning [wpdm_login_form logo="Logo Image URL" redirect="Redirect URL to redirect after login" regurl="custom registration page url"]
,
this login form shortcode,
this is working on Internet Explorer 11.
You can edit your custom template from the pro version only. Custom Template editor is available with WordPress Download Manager Pro, you can get this pro plugin for getting other features also.
thanks.
Both in desktop and mobile, it is giving “403 Forbidden”. Is there any other problem with your site?
Custom Template editor is available with WordPress Download Manager Pro, you can get this pro plugin for getting other features also.
thanks.
Hi,
The option is not available with that shortcode, but possible with https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/,
you will find it for the demo, https://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/
Thanks.
Hi Nathan,
you will get specifically a User ID, Order ID, IP for the user, and in dashboard panel, downloads > history option you also get User/IP. and the file will be exported with the CSV file.
Thanks.
Are you trying to open the file, like DOC or PDF?
@Auriol Ensemble From here, the download link is working, are you facing the issue till now?
Can you provide your site URL please and also which widget causing the issue?
Try to download from https://wordpress.org/plugins/download-manager/ with fresh installation, it may work
if download products are under one category, you can order them by the below code,
[wpdm_category id="Category Slug(s)" operator="IN" toolbar="1" order_by="create_date" order="desc" item_per_page="10"]
hope it will help you.
If you are using the default settings, you have to just override the h3 CSS style. From your site maybe. it is overriding the plugin h3 style. you can just decrease the font size from your WordPress dashboard Appearance>Theme Editor>style.css
putting this code,
.w3eden .card h3 {
font-size: 14pt !important;
}
it will back to you plugin default h3 style.
Thanks.
Can you share your site link please?
Hello Segedy,
I have downloaded several files from your site. And completed downloading them without any stalling. Maybe there, user internet issue. Nothing problem with your site.
Thanks.
If you are using the default settings, you have to just override the h3 CSS style. From your site maybe. it is overriding the plugin h3 style. you can just decrease the font size from your WordPress dashboard Appearance>Theme Editor>style.css
putting this code,
.w3eden .card h3 {
font-size: 14pt !important;
}
it will back to you plugin default h3 style.
Thanks.
Can you share your site link?