Shahriar

Forum Replies Created

Viewing 25 posts - 576 through 600 (of 12,513 total)
in reply to: WPDM Errors in error.log #114801

Shahriar
Moderator

I have added the following before specified lines to take care of there errors.

if( ! is_array( $this->dashboard_menu ) ) $this->dashboard_menu = array();
if( ! is_array( $package ) ) $package = array();

in reply to: Invoices/Orders #114796

Shahriar
Moderator

Installed the new version. You can run the test now. I have deleted old orders and subscribers. You have to delete transients to remove some data in reports. This plugin can delete transients https://wordpress.org/plugins/transients-manager/

in reply to: Invalid License Key #114794

Shahriar
Moderator

Hi,

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.

Provided user doesn’t have the plugin installation capability, otherwise, I would have done it for you.

Thanks.

in reply to: Downloads Failing #114793

Shahriar
Moderator

The download is working now for the “The BRIEF Lab Placemat” too. However, please install the latest version of Download Manager if this happens again. You are using a very old version there.

in reply to: Differentiating Files by Membership Level #114789

Shahriar
Moderator

I have updated the code above. Now the level will be displayed only when required membership is Premium or Premium Plus.

in reply to: Private Message #114786

Shahriar
Moderator

Hi Mike, Released a new version of Membership add-on. Now you can add subscribers manually. You can also change the expiration date of existing subscribers. Thanks.

in reply to: Invoices/Orders #114785

Shahriar
Moderator

Released an update today. Please send login info or install the latest version. You can download it from your dashboard.

in reply to: How to Asign Global Templates #114752

Shahriar
Moderator

Hi,

Default Values add-on does exactly what you need. Please check the add-on page more details.

Thanks.


Shahriar
Moderator

Please reactivate the previous login and send me a compressed copy of the modified directory add-on.


Shahriar
Moderator

The same template tag [file_thumb_0] works with page templates too. I have removed previous codes to avoid confusion. Here is the final code.

And to set a template as default for all new packages you need Default Values add-on.

in reply to: Problem Registering #114740

Shahriar
Moderator

Most probably some plugin is applying additional rules in the signup feature. You can try deactivating plugins one by one to find out which one is doing it. Send temporary wp-admin login info in private reply if you can’t find it.

in reply to: Downloads Failing #114739

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. How did you fix some packages?

in reply to: Invalid Licence unable to upgrade #114738

Shahriar
Moderator

Hi,

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: WPDM Accordion auto expand #114737

Shahriar
Moderator

Sorry, It is not possible. Maybe the categoy shortcode is best suited for that purpose.

in reply to: Discount after subtotal amount reached #114734

Shahriar
Moderator

Built-in featuers doesn’t work on those exact conditions. But you can integrate those options using the wpdmpp_cart_subtotal hook. This hook allows you to modify the cart subtotal. So, you can add any discount you want.

in reply to: Differentiating Files by Membership Level #114733

Shahriar
Moderator

Do you want to show levels only when Premium and Premium Plus membership required?

Here is how you style the membership level text. Adjust the values to change appearances.

.wpdm-tag-label {
    position: absolute;
    right: 0;
    top: -7px;
    background: #fad085;
    padding: 0px 10px;
    left: 0;
    text-align: center;
}

Shahriar
Moderator
This reply has been marked as private.

Shahriar
Moderator

Your URLs were being stripped by an SQL escaping function. I have adjusted the code to fix it. I also deleted old files and imported the CSV again. Please check now. All downloads look okay. You can import rest of files.

in reply to: Form Lock not working (again) #114719

Shahriar
Moderator

1 ) The package details page is rendered by Page Template. But the download button after form submission isn’t coming from the template. It is a response sent by the Form Lock add-on. Code customization is required to remove that button. Send login info if you want me to remove the button.

2 ) When a download is unlocked it is kept unlocked for the current user. But it is still locked for someone else.

in reply to: "Download not available yet" #114716

Shahriar
Moderator

I have to check your CSV to find what went wrong. Also, could you please send the CSV download link in a new ticket? We will continue the discussion there. As you are not the author of this ticket you won’t be able to see any private reply from me.

in reply to: Checkout or Cart shortcode #114715

Shahriar
Moderator
This reply has been marked as private.
in reply to: Images preview not working #114713

Shahriar
Moderator

Sorry about that. Please check now.


Shahriar
Moderator

1 ) PDF Viewer uses a 100% width of wrapping div. You can use bootstrap cols to customize the width. For example, the following template viewer will use only 50% of the page width as I have placed the [doc_preview] inside col-md-6.

<div class="row">
<div class="col-md-6">
[description]
</div> 
<div class="col-md-6">      
[doc_preview]  
</div>
</div>

No option to change the height externally. You have to edit style from line 46 in wpdm-pdf-viewer.php

2 ) Sorry, no option available to change defaut zoom level.

in reply to: Prepaid Credit Setup #114697

Shahriar
Moderator

Working now. Please set your PayPal API key to accept PayPal. Here is the related dcumentation https://www.wpdownloadmanager.com/doc/using-premium-package/setting-up-paypal-smart-button-for-premium-packages-digital-ecommerce-plugin/

in reply to: Deactivate Link of Filename #114695

Shahriar
Moderator

I have created the template and updated your shortcode with new template [wpdm_package id='605' template='5dc5789a9ecf3']

Viewing 25 posts - 576 through 600 (of 12,513 total)