Forum Replies Created
Is this your login URL https://gualapackgroup.com/wp-login.php ?
The login info is not working there. Please re-recheck it.
Did you modify the email lock feature? I see email list selection dropdown there.
Please keep note of this modification. We have to check this thoroughly before the next update to decide this should be added to WPDM.
Please check now. Stamping should work in [file_list] too.
Hi,
You can add multiple files in a single package which is usually enough to provide multiple versions. To add version tag please use the filename as the following sample,
Some Software <span class="label label-success text-small">v2.0.0</span>
https://www.evernote.com/l/AUduMTdYKIhCU5tU4objZBbksigLeSsbGTYB/image.png
Thanks.
Hi,
Download worked for me on both Chrome and Firefox.
You are loading cached content. That’s why the iframe is not loading. Try opening the page in incognito (private) window or a new browser.
Best regards.
Please send temporary wp-admin login info in private reply. There is a minor bug in retrieving the value of the tag. I will add a patch to your installation to fix it.
MailChimp add-on update coming in next week with some new features. We have implemented the option add new signups to MailChimp list.
This actually displays the package featured image. It will be empty in when there is no featured image.
Hi,
Please replace line 337 in /download-manager/libs/class.FileSystem.php with the following code,
$image->resize($width, $height, true);
Or send temporary wp-admin login info in private reply.
Thanks.
Unlocked the key from the old domain. You can assign it to your new domain now.
Added the following code on line 54 in /download-manager/admin/class.WordPressDownloadManagerAdmin.php file,
if( get_post_type() == 'wpdmpro' ) ( Before enqueueing jquery-ui-timepicker )
https://www.evernote.com/l/AUfNdUxnW4NG5oYWoNehECLZ5-J-cROLRvAB/image.png
Looks like everything is okay now.
I logged in there and ran some test. Added some custom code for testing purpose. But made a mistake which is preventing me from accessing the site through wp-admin. That’s why I asked the FTP access.
Please send the FTP info or delete the Download Manager using your FTP credentials.
Hi,
I have added patches to your copy of add-ons to fix the PDF Stamper and guest order download issue. These patches will be added to the next release too.
Best Regards.
The release date is not fixed yet. But the next version might be coming within next week.
1 ) Yes, you can open/download a file without visiting the details page. You have to modify the link template you are using there. Replace [page_link] tag with <a href="[download_url]">[title]</a> to open the file when clicking the title. Please send temporary wp-admin login info in private reply if you want me to set up an example package.
2 ) Possible, but requires code customization. A new custom template tag is required for that.
You need Pro version if you want to create a custom template. But free version has some built-in templates too. Please use TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert the shortcode. It will show available link templates.
I meant to say it is possible to create the shortcode using custom coding. But it doesn’t exist yet.
Please send the link to the registration page to check the issue.
Did you enable the sorting for Download Manager categories? Please try All check option in Intuitive CPO settings ( Sortable Taxonomies ).
If the plugin installation doesn’t work from WPDM Settings, you can always download the latest versions from your download area ( https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases )
However, I have installed both add-ons there.
It is possible to exclude categories from a search result using a custom shortcode. But not possible in [wpdm_search_result]
Advanced Access Control ( https://www.wpdownloadmanager.com/download/advanced-access-control/ ) add-on provides the option to assign downloads to a specific user. You will find an option in package settings to set the username. Please check the product page video for a visual walkthrough.
Replace manage_options with edit_posts in /download-manager.php file on line no 27. That will allow menu access to editors and contributors.