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();
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/
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.
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.
I have updated the code above. Now the level will be displayed only when required membership is Premium or Premium Plus.
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.
Released an update today. Please send login info or install the latest version. You can download it from your dashboard.
Hi,
Default Values add-on does exactly what you need. Please check the add-on page more details.
Thanks.
Please reactivate the previous login and send me a compressed copy of the modified directory add-on.
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.
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.
Please send temporary wp-admin login info in private reply to check the issue. How did you fix some packages?
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.
Sorry, It is not possible. Maybe the categoy shortcode is best suited for that purpose.
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.
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; }
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.
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.
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.
Sorry about that. Please check now.
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.
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/
I have created the template and updated your shortcode with new template [wpdm_package id='605' template='5dc5789a9ecf3']