Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 601 through 625 (of 1,509 total)
in reply to: Thumbnail instead of download Icon? #71133

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

in reply to: Renew after question #71107

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

in reply to: Download Link #71105

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.

in reply to: Status Table #71103

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

in reply to: Corrupt files upon download #71097

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

in reply to: Download ICON suddenly wrong colour #71096

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

in reply to: Mail subject #71090

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

in reply to: cannot close pop-up #71087

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

in reply to: Misaligned Category Layout #71041

Hi,

Please give the category page URL in private reply to check the CSS issue.

Thanks

in reply to: Invalid License Key #71002

Hi,

Please post your license in private reply. Do you have changed your domain name?

Thanks

in reply to: Form Lock 500 error when saving page with shortcode #70929

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.

in reply to: Form Lock 500 error when saving page with shortcode #70912

Hi,

Please give temporary admin login in private reply to check the issue.

Thanks

in reply to: Download Link #70898

Hi,
You can include this in your theme CSS to change the download text size.

.wpdm-download-link {
   font-size: 34px;
}

Thanks

in reply to: Help #70897

Hi,

Not clear. What problem do you have with the keys?

Thanks

in reply to: Visibility of uploaded files #70896

Hi,

Frontend uploader will load all options including package settings and Browser files.

You will find additional settings from Downloads Settings Frontend.

Thanks

in reply to: Visibility of uploaded files #70877

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

in reply to: Download link downloads a HTML file #70874

Hi,

There might be any conflict with other plugin. I can’t access the plugin page with your given user role.

Thanks

in reply to: New roles get access to all packages #70871

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

in reply to: Download Link #70870

Please send the link of the page in private reply to check which template you are using.

Thanks

in reply to: Made mistake and need to delete all files and data #70869

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

in reply to: WPDM Dropbox App Key settings won't save #70867

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

in reply to: Pro plugin won't activate #70858

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

in reply to: moving license from one domain to another #70810

Please post your license key in private reply to unlock it.

Thanks

Viewing 25 posts - 601 through 625 (of 1,509 total)