Shahriar

Forum Replies Created

Viewing 25 posts - 2,826 through 2,850 (of 12,513 total)
in reply to: Invalid license key #95188

Shahriar
Moderator

@soportegf, Unlocked your key from dev site. You can use it on your production site now.

in reply to: category page not working #95187

Shahriar
Moderator

The Directory add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) is the best solution for this use case. It has several category views which allows you to filter packages by category. Also has search option and works in AJAX. No page refresh os required.

Demo https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

in reply to: Advanced Access Control #95186

Shahriar
Moderator

Thanks for reporting those issues. I was able to re-create those errors. We will add a patch in the next release of Premium Package add-on. For now please use the cart approach.

in reply to: Password and Email Lock together #95185

Shahriar
Moderator

Hi,

Currently, there is no built-in way to apply the AND relation between locks.

But you can modify the /download-manager/tpls/lock-options/password-lock.php or /download-manager/tpls/lock-options/email-lock-form.php templates to add both password and email field in the same lock. Also, You have to add a custom function in your theme’s functions.php file to handle this custom form submission.

Template customization doc https://www.wpdownloadmanager.com/doc/template-files/

Thanks.

in reply to: License and new second page #95183

Shahriar
Moderator
This reply has been marked as private.
in reply to: Column Not Sorting in Spanish #95182

Shahriar
Moderator

Hi, Looks like jstable can’t detect the date when it is in F j, Y format. I have changed it to Y-m-d Sorting is working now.

in reply to: Install Glitches #95181

Shahriar
Moderator

Tax calculation is working on my test. Please try adding the tax rate for Australia. You can send temporary wp-admin login info in private reply if you want me to check the issue there.

The cart doesn’t calculate the tax when loading it first. We will fix it in next release.

Use a custom template for /premium-packages/templates/checkout-cart/checkout-billing-info.php to modify the billing info form. Copy the file and place it in /yourtheme/download-manager/checkout-cart/checkout-billing-info.php directory. This new template will override the default one.

in reply to: logout redirect #95147

Shahriar
Moderator

PLease send login info in private reply to check the issue. WPDM rediects the user to the WPDM login page when option is set, it doesn’t redirect to default wp-login page.

in reply to: Import CSV #95144

Shahriar
Moderator

Found a bug in the import process. Looks like bulk update fails when the title is not present in CSV file.

When modifying the export file keep the title and content column too ( rename column titles, post_title title and post_content description ). So, there should be 4 columns in your import CSV ( ID, title, description, icon )

in reply to: 1 instead of 3 columns #95140

Shahriar
Moderator

Please try the following shortcode ( Panel template with 3 cols layout ),

[wpdm-archive button_style="inverse" link_template="link-template-panel" cols=3 order_by="title" order="ASC" items_per_page="9"]

in reply to: Stop Auto-renewal #95139

Shahriar
Moderator

Hi Peter, Stopped auto-renewal for your order. Best regards.

in reply to: problems with the WPML plugin #95138

Shahriar
Moderator

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

in reply to: Invalid license key #95137

Shahriar
Moderator

Hi Connie, Unlocked your key from dev site. You can use it on your live domain now.

Hi Donna, No need to repeat this process again unless you move to another domain.

in reply to: Featured Image Display without Cropping? #95136

Shahriar
Moderator

Use [thumb] template tag in your custom link/page template to show the full thumbnail image. You can clone the current template you are using now from Downloads Templates page. Replace the [thumb_WxH] tag in that template with just [thumb]

Let me know if you need further help on this. You can send temporary wp-admin login info as a private reply if you want me to create the custom template for you.


Shahriar
Moderator

Looks like package update is erasing the favs data from postmeta. Please replace line no 43 in file /download-manager/admin/menus/class.Packages.php with the following code,

if (!isset($_POST['file'][$tk]) && $tk !== $k && $k != '__wpdm_masterkey' && $k != '__wpdm_favs')

Or send temporary wp-admin login info in private reply. I will do it for you.

We will also add the patch in next release of WPDM.

in reply to: logout redirect #95132

Shahriar
Moderator

Please go to Settings Frontend Access Login Page option and set ‘None Selected’ as value. That should stop the redirect to WPDM login page.

in reply to: File Cart location and translations, Form lock #95131

Shahriar
Moderator
This reply has been marked as private.
in reply to: Column Not Sorting in Spanish #95130

Shahriar
Moderator

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

in reply to: Import CSV #95129

Shahriar
Moderator

Please send me the CSV file. I will check the CSV format. Maybe you are using the wrong column title.

in reply to: Download Link in new tab #95128

Shahriar
Moderator

Have you enabled the “Open in Browser” option from Basic Settings page?

in reply to: Generating unnecessary thumbnail sizes files #95127

Shahriar
Moderator

These thumbnails are created only once and saved in wpdm-cache directory for future reference. These are created using wpdm_dynamic_thumb function and not possible to replace it using the_post_thumbnail because the context might be different. But it is a good idea to minimize the variations. We will keep that in mind for future implementation.

in reply to: Invalid license key #95112

Shahriar
Moderator

Please try now.

in reply to: Unlock key #95111

Shahriar
Moderator

Hi, Unlocked your key from the test server.

in reply to: Unlock License Key #95081

Shahriar
Moderator

Unlocked your key.

in reply to: Install Glitches #95080

Shahriar
Moderator

Recent Orders Panel: We will fix this in next release. The panel should show only orders of the current author/seller.

Tax: Current version doesn’t have the “Display taxes on cart page” option. We will adjust the documentation soon.

Code Error: Your package doesn’t have any file attached to it. The error is generated from there. Adding a file to the package will fix the error.

Guest Order: You can enable the “Billing Address” for guest checkout. It will collect all billing info including phone, country.

Error in login/signup form: The easiest solution is adding a logo parameter in your shortcode. The value is the logo URL. If you don’t want to add logo then try adding the following code before line 19 in wpdm-reg-form.php,

if( ! is_array( $params ) ) $params = array();

Viewing 25 posts - 2,826 through 2,850 (of 12,513 total)