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?