Forum Replies Created
Yes, Tree View now includes the packages from Advanced Access Control feature.
Hi,
Tested the issue on your download portal using Query Monitor plugin. The number of queries on that is too high ( to be exact 1018 ! ) which is affecting the page load time. The increase of the query number is due to the usage of many category shortcode instances.
You have 2 options. Either distribute the category shortcodes in multiple pages or use a cache plugin to serve a cached page instead of a dynamic page.
Thanks.
Add the following message in Settings Basic Message Login Required Message option and set Hide Everything in Settings Basic Access Settings When user is not allowed to download:
Login is required to access this page
After setting these options, You will see a login link in packages where a user must log in to access the package.
Make sure to replace the basesiteurl in the message with your site URL.
Hi, Unlocked the key from staging site. The key should work on your live site now. Thanks.
Added more CSS to match both pages.
The styles are not identical because category archive is controlled partially by WPDM. WPDM doesn’t have full control over it.
Hi,
Unlocked your key from the old site ( mticonsultancy.eu ). Key should work on your new domain now.
Thanks.
Installed the latest version of Download Manager and verified your key. Everything seems fine.
Add the following CSS in Appearance Customize Addditional CSS option. That should fix the alignment issue in all tables.
#wpdm-all-packages table tr td { text-align: left; }
No need to use the CSS to hide price info. You can customize the whole thing using custom link template. To add a custom add to cart button utilize the [addtocart_url] template tag as shown in the following example,
<a class="btn btn-info" href="[addtocart_url]">Buy Now</a>
You have to enable redirect to cart option if you want to redirect the user to the cart page after clicking the button. You will find this option at the bottom of the Premium Package settings page.
Are you searching from Archive Add-on Search option or is it your regular site search? Although both shows the package in my test. You can try setting the access setting to ‘Only Block Download links’
https://www.evernote.com/l/AUfDLUo-6WpGEpNm1A_pK7ZMhTR_iV8OA00B/image.png
Please send login info in private reply if you want me to check the issue there.
Fixed the review reply modal issue. Looks like another plugin or theme loading their Bootstrap JS. I have disabled WPDM Bootstrap Js to resolve the conflict.
Fixed the Default Value issue in the frontend.
The PrePaid add-on works fine in our test server. But not sure yet why the error on your server. Checking the issue thoroughly.
Hi,
You can check our Newsletter add-on https://www.wpdownloadmanager.com/download/wordpress-newsletters-autoresponder-plugin/ It is a bit complex then what you need.
Or if you interested we can build a custom solution for you.
Thanks.
It is not possible with any existing shortcode. A custom shortcode is required to a random package from a category.
A minor code customization is required for that. You have to add 'child_of' ► $category, in category drop-down call as shown in the screenshot below ( file wpdm-archive-page.php ),
https://www.evernote.com/l/AUftNkqY_k5PxKWE5NBIJqZ4JXLCxCHZW5cB/image.png
Please send me the page link to check the spacing issue.
Please send your license keys or order ids in private reply. I will unlock the key from your old sites which will fix the invalid key issue. Also, make sure you have the latest version ( 4.7.8 ) of Download Manager.
Everything is okay now. Replaced $primary_cat->term_id != $cat->term_id with ( isset($primary_cat->term_id) && $primary_cat->term_id != $cat->term_id ) in line 252
It is possible to modify the filename by editing the /download-manager/wpdm-start-download.php file. Just add the following code before line no 162,
$tmparr = explode('.', $filename );
$filename = get_the_title( $package['ID'] ) . "." . end($tmparr);
Limit reset should work fine. It works in our test server. Please send login info in private reply if you think it isn’t working on your site.
The Download Limit add-on is not only for Pro Membership but also supports the core download feature. So, all download operations have an impact on the limit.
You are right about the subscription canceling and limit reset issue. But when someone subscribing again to a plan isn’t he/she paying again? So, it seems right to reset the limit after re-subscription.
Please send temporary wp-admin login info in private reply to check the default values add-on issue.
@designhub, Please create a new ticket and we will continue the discussion there.
Have you changed the template tag? The image link seems okay there. Found no broken image.