Hi @jordanpwebdev,
Please upload the icon file and use the link in the package settings icon to show the specific icon for the package. Yes, jpg/png files will work as an icon. Or you can use [thumb_WxH]
or [featured_image]
to show package feature image as a thumb.
Thanks
You can use custom page template from pro plugin to make the package page look like this with full page width. You may use page template 2 Columns, Image Right
.
Also, you can build the custom template with HTML and CSS.
Thanks
Hi @jeojohn & @videost4r1,
Thank you ?, If you like our plugin and have some time, please give a 5 star here (https://wordpress.org/plugins/download-manager/).
Appreciate it.
Hi,
You can either use different page template from package settings. Like simplified template
has less row in the table. Or
You have to modify the page template to hide the table from the package page. Assume you are using the default template.
Changing Template Files in /plugins/download-manager/tpls/ dir:
1. Copy /plugins/download-manager/tpls/
dir to your active theme dir
2. Rename it to download-manager
3. Now remove all files from {active-theme}/download-mamager except the ones you need to modify
4. Update template file(s) in {active-theme}/download-manager dir as per your need
In your case, you need to modify the {active-theme}/download-manager/page-template-default.php
file and remove the following code
<table class="table table-striped">
<tbody>
<tr class="[hide_empty:version]">
<td>[txt=Version]</td>
<th class="text-right">[version]</th>
</tr>
<tr class="[hide_empty:download_count]">
<td>[txt=Download]</td>
<th class="text-right">[download_count]</th>
</tr>
<tr class="[hide_empty:view_count]">
<td>[txt=Total Views]</td>
<th class="text-right">[view_count]</th>
</tr>
<tr class="[hide_empty:quota]">
<td>[txt=Stock]</td>
<th class="text-right">[quota]</th>
</tr>
<tr class="[hide_empty:file_size]">
<td>[txt=File Size]</td>
<th class="text-right">[file_size]</th>
</tr>
<tr class="[hide_empty:file_type_icons]">
<td>[txt=File Type]</td>
<th class="text-right">[file_type_icons]</th>
</tr>
<tr class="[hide_empty:create_date]">
<td>[txt=Create Date]</td>
<th class="text-right">[create_date]</th>
</tr>
<tr class="[hide_empty:update_date]">
<td>[txt=Last Updated]</td>
<th class="text-right">[update_date]</th>
</tr>
</tr>
</tbody>
</table>
Thanks
Hi, Seems like your server does not support resumable downloads
. You can check if your server supports it by using curl curl -i -X HEAD --header "Range: bytes=50-100" http://urltodownloadfile
Thanks
Hi,
Please reply the package link to check. If you are using default icon then the latest update has changed few icons colors. Seems like you are using the icon at wp-content/plugins/download-manager/assets/file-type-icons/download2.png
, you can replace this with your icon by uploading the icon file and insert the link on package settings.
Thanks
Hi,
Does email lock including this text with the email?
You can modify it from Downloads Templates Email templates.
If it’s not coming from there please reply login in private reply to check the issue.
Thanks
Him
There might be any jquery conflict with the theme, so the pop-up closing button is not working. Please send login in private to check.
Thanks
Hi,
Please give the category page URL in private reply to check the CSS issue.
Thanks
Hi,
Please post your license in private reply. Do you have changed your domain name?
Thanks
Hi,
I ran some tests. Not any other plugin issue.
Looks like you are up with php version 7.1.14. Please check if there any PHP error log available.
Also try using PHP 7.0 or 5.6 version, if the latest version still incompatible .
Thanks
Hi, Thanks for find out a way to handle direct download. We will look into the issue.
Hi,
Please give temporary admin login in private reply to check the issue.
Thanks
Hi,
You can include this in your theme CSS to change the download text size.
.wpdm-download-link {
font-size: 34px;
}
Thanks
Hi,
Not clear. What problem do you have with the keys?
Thanks
Hi,
Frontend uploader will load all options including package settings and Browser files.
You will find additional settings from Downloads Settings Frontend.
Thanks
Hi,
From the front-end, any user will only see the packages they have created. It will not show all packages to any (admins/authors) user role. For all packages you need to access it from admin dashboard.
Thanks
Please send login in private reply to check.
Thanks
Hi,
There might be any conflict with other plugin. I can’t access the plugin page with your given user role.
Thanks
Hi,
New user role should not have access to package, if the role is not defined at the package settings allow access
. If they can access the package where the allow access does not have the role please send login in private to check.
Thanks
Please send the link of the page in private reply to check which template you are using.
Thanks
Hi,
Please send login in private reply to check the issue. Deleting plugin will not delete all the files because its save on the database and files are saved at uploads/download-manager-files
.
Thanks
Hi,
If you are using siteground hosting please include following in your .htaccess file in the server. If the issue not solved by adding this, Please send login in private to check.
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
Thanks
Hi,
I have defines the cols in the shortcode. Now, the download count will not appear.
[wpdm_all_packages items_per_page="10" jstable=1 order="DESC" cols="title,file_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
Thanks
Please post your license key in private reply to unlock it.
Thanks