Forum Replies Created
Please send temporary wp-admin login info or FTP info in private reply. Looks like there is a mismatch in the variable name is creating the issue. I will update it on your site. The patch will be added in next release of WPDM too.
It was a minor CSS conflict with the theme. Added the following CSS in Customizer Additional CSS to fix it.
.wpdm_icon{ width: 50px; }
Hi,
Are you using an old or modified version of Download Limits add-on? In the latest version when limit exceeds a text file is downloaded with limit exceeded info. It does not work the way you explained above.
Please send temporary wp-admin login info in private reply if you want me to take a look there.
Thanks.
For the Join Now! button,
#registerform-submit:hover, #registerform-submit:active, #registerform-submit:focus {
background: #555;
}
#registerform-submit {
background: #333;
}
New users will have Subscriber role now. I have changed it from WP Settings.
https://www.evernote.com/l/AUfkOV3-dExF4ryXaIApYFA5GwPdeZnZ22kB/image.png
Is there any chance of you deleting the order by mistake? Or is there any other user with admin access? I can’t think of any other reason as never heard of such issue before.
Hi,
Renewal occurs after 1-year of the initial purchase date. Your closest renewal date is Aug 7. And the renewal process is automatic. You will be notified if the payment process can’t complete the renew.
Thanks.
Please ask your server support to install/enable the imagick. It is required to generate the thumbnail.
Please send temporary wp-admin login info in private reply if still not getting the user signup notification email.
Google reCaptcha is the most advanced way available to prevent bots. There is a very slim chance of bypassing the reCaptcha by bots.
Please send temporary wp-admin login info in private reply to check the issue. If it is possible, send the FTP info too. I have to run some tests there.
Please send temporary wp-admin login info in private reply to check the issue.
A request for premium package js file https://scottkolbe.com/download/assets/js/wpdmpp-front.js returing 404 response. But that file should be available without any issue. Please check server file permission or ask your server supoort to check the issue.
The current cart issue is related to this 404.
Yes, it is possible to keep the cart as it was before going to PayPal. Requires a minor code addition. Just add the following code after line no 27 in /wpdm-premium-packages/includes/libs/payment-methods/Paypal/class.Paypal.php file.
public $EmptyCartOnPlaceOrder = false;
Sorry, There is no shortcode for that.
You can use the URL or saved cart URL to prefill the cart.
Yes, I think this time I got what you were saying all these time 🙂
The issue seems to be related to the iframe. But have to investigate further to be sure. But the embedded download link works fine. I have applied the embedded download link using another page template to fix the issue.
I can’t access Downloads Templates page. Need administrator role to access all download menu pages. The issue may be related to the custom template code. Please assign the administrator role to the temp user so I can check the template code and implement a new template to resolve the issue.
Hi,
It is possible to change the naming style but requires plugin code customization. And the changes will be gone when you update the plugin. The file name for an overriding name is decided at line no 81 in /download-manager/admin/menus/class.Packages.php file. You can replace the line with the following code to move the number to the end of the file name.
$filename = $_FILES['package_file']['name'].'_'.time();
Thanks.
Sorry for the delay. It is very simple what you explained above.
1 ) Upload your file from Downloads Add package page.
2 ) Setup your watermark text in Downloads Settings PDF Stamper tab.
I see that you have already added some test files and stamping is working fine there. You can use [wpdm-all-packages jstable=0 items_per_page=10] shortcode to show all files on the same page. Or use package shortcode to show each file separately.
Please let me know if you need help in any step.
Hi,
Do you want an option to download each image separately? It is possible using the file list feature. You have to use a template file with that feature. Some built-in templates are Single Colum, Extended, Playlist and Single Column, Image Top, Extended.
Go yo you package setting and try one of these templates.
https://www.evernote.com/l/AUeWhv4h1pJBqL1aYG3-6mtPojiyk6lj9WMB/image.png
Another style,
https://www.evernote.com/l/AUd6VsNQfnpDgJVsIbts2VLMdPYhWGgRw44B/image.png
You can set up your local site using https://local.getflywheel.com/ This is same as MAMP but has the option to allow remote access. And it is free. If you can set up your local site using this I can easily check the issue.
Hi, Getting wrong pass error. Could you please re-check the login info?
Hi,
Your template code works fine in my setup. Maybe Imagick is not installed on your site. Please ask your server support to install it.
Best regards.
Hi,
Couldn’t find any conflict between sidebar and mega menu. The mega menu seems to be working fine. Could you please show me where exactly you are facing the issue?
Thanks.
1 ) Those downloads do not work from the package details page too. I tested both. Maybe a cache issue. Please clear the cache.
2 ) Yes, you can edit the new template file to redesign it.