Shahriar

Forum Replies Created

Viewing 25 posts - 1,926 through 1,950 (of 12,513 total)
in reply to: Email verification #109476

Shahriar
Moderator

Use custom wpdm-reg-form.php template file instead of Quick Form. This approach is more customizable. Please send FTP info, I will do the registration from customization for you.

in reply to: Shortcode to display price in template #109472

Shahriar
Moderator

Please use [file_list] template tag in your page template to show the file list with the file price.


Shahriar
Moderator

Create a custom template link template from Downloads Templates page. In the custom template place the following code,

<a target="_blank" class="btn btn-success" href="[download_url]">[title]</a>

Use this new template in your shortcode.

in reply to: No "Category Access Blocked Message" #109470

Shahriar
Moderator

There is no such option available in the category level. You can set this kind of message for packages only. Users will see “You are not allowed to download.” or the custom message you set from Basic Settings Messages when the package is restricted for her user role.

in reply to: Export history #109469

Shahriar
Moderator

Version 4.9.8 does export history in download-stats.csv file. Please send temporary wp-admin login info in private reply if it isn’t working on your site.


Shahriar
Moderator

Hi,

You have the v.3.3.8 there. There is only one test package.

Did you revert the installation to the old version after trying v.4.9.8? In which version did you face the reported issue?

If you want I can install the latest version for you. You can download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases Latest version should work without any issue.

Thanks.

in reply to: License Key Won't Validate #109467

Shahriar
Moderator

Hi Simon,

Please install the latest version to fix the issue. Follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.

2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

3 ) Install the latest version and activate the license key.

Thanks.

in reply to: SEO Warning related to WPDM plugin #109466

Shahriar
Moderator

Are you using [popup_link] tag anywhere? If not, please add the following code to your theme’s functions.php file. This code will remove the modal code.

remove_filter( 'wp_footer', 'wpdm_popup_link' );

in reply to: Translations not working (tree view) #109465

Shahriar
Moderator

Yes, we will add the code in our next release of the add-on.

in reply to: Empty subcategories #109464

Shahriar
Moderator

Maybe you have made some permalink related changes. Please send temporary wp-admin login info in private reply to check the issue. Maybe there is a way to fix this without any coding.

in reply to: Importing thousands of files #109463

Shahriar
Moderator

Hi,

There are two bulk import options available. CSV and Directory import. In the case of CSV, you have to create the CSV file with all necessary package info.

Directory import is easier. You select a dir and import all files. One package will be created for each file.

Documentation link https://www.wpdownloadmanager.com/doc/bulk-import/

Now, the question is dow you need multiple packages/posts? How many files do you have? If you want you can attach the whole directory in a package.

Thanks.

in reply to: Invalid license key #109462

Shahriar
Moderator

This is the last time you have to do it. For all upcoming versions, the auto-update will work.

in reply to: Downloading as zip not working #109461

Shahriar
Moderator

Your files are hosted on Dropbox, download all files as a single zip won’t work in this case. Download Manager can serve zip file of all attached files when those are stored on your own server.

in reply to: Amazon S3 No Such Key #109458

Shahriar
Moderator

Please install the latest version of S3 add-on. We released an update today. If that doesn’t fix the issue re-check your license key. Send temporary wp-admin login info in private reply if none of these solves the issue.

in reply to: Download link does not work #109457

Shahriar
Moderator

The download works fine on my test. Maybe you have updated the Form Lock add-on which fixed the issue.


Shahriar
Moderator

I got no error when activating the plugin. Please send temporary wp-admin login info in private reply to check the issue. Send me the page where the error is shown.

in reply to: Button color settings not saving #109454

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue.

in reply to: Theme Demos #109453

Shahriar
Moderator

Thanks for the info. We are working on it. Some of the demos are back now and rest will be back soon.

in reply to: File Icons Issue #109452

Shahriar
Moderator

I see you are using the Box View of the file list. The icon from the package setting doesn’t have any effect on this case. It is being set dynamically based on the file type. So when adding multiple files of different types, Box View shows file icon for each file.

The icon from package settings will only be applied to [icon] template tag in your link/page template.

In your case, the solution is modifying the /download-manager/libs/class.FileList.php file. Add the following code after line 348. Replace the icon URL text with actual URL.

if( $ext == 'pcb') $fticon = 'icon-url-here';

Another option is replacing the pcb.svg with your own icon in wpdm-file-type-icons dir.

in reply to: Ask for user and password on website #109451

Shahriar
Moderator

Sorry, can’t offer any discount on the add-on. But you can purchase the Special Pack where you will get many useful add-ons including the Advanced Access Control. We are selling the Special Pack at a huge discount https://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/

in reply to: User Review Add on #109450

Shahriar
Moderator

It is not possible yet. But that’s will be a nice addition to the add-on. We will add this feature in next release of the add-on. The captcha option will be made optional too. The next version is coming within 1 week.

in reply to: PDF First Page Previews instead of images #109449

Shahriar
Moderator

Looks like you have already figured it out. Anyway, if someone else looking for the same solution, use [pdf_thumb] template tag in your page template to show the thumbnail of the attached PDF.

in reply to: How to Show Package Discounts #109448

Shahriar
Moderator

Hi,

You can add that info using a custom link page template. Add the plan info as another row in the package info section.

Thanks.

in reply to: Change color of button [download_link] #109446

Shahriar
Moderator

Hi Stephan,

You can change the button color from Downloads Settings User Interface Tab.

Thanks.

in reply to: Front-end different on updated plugin #109445

Shahriar
Moderator

Please use the compact view if you want to show category dropdown. Here is the shortcode for that,

[wpdm-archive button_style="inverse" link_template="link-template-panel" order_by="post_title" order="asc" items_per_page="9" cat_view="compact" cols=3]

Viewing 25 posts - 1,926 through 1,950 (of 12,513 total)