1 ) Setting the login page ( http://prntscr.com/pbh05l ) solves both signup and logout redirect issue.
2 ) You can use a custom template of /download-manager/tpls/wpdm-reg-form.php
file to add a new field in the signup form. The custom template has to be placed in /active-theme/download-manager/wpdm-reg-form.php
location. And you have to handle the saving operation of this custom field.
There is a difference between your WordPress-address (URL) https://www.vphuisartsen.nl/2018
and Siteadres (URL) https://www.vphuisartsen.nl
The issue originated from there. I have updated the Block Hotlink add-on to handle this scenario. Downloads are working now
Please send temporary wp-admin login info in private reply to check the issue.
Fixed the CSS issue. And default access setting will bee improved in the next release.
Have you installed the Download Manager Pro? If both plugins are active the PDF Stamper settings should be available in Dashboard > Downloads > Settings > PDF Stamper Tab.
Hi,
You can use only one data table on the page. If you need multiple tables then use jstable=0
in your all packages shortcode. Another thing is dataTables.bootstrap.min.js
is already being added to the page by your Post Tables plugin which is conflicting with the WPDM JS Table script.
The solution here is using jstable=0
on your shortcode or use only one all packages shortcode with jstable=1
. In the latter case, you have to take care of another JS table instance coming from Post Tables plugin. You can remove the WPDM’s version of js table or the other plugin’s.
Thanks.
**Your custom fields in Attached Files are not coming from Advanced Custom Fields add-on, these are implemented using custom code hooked to wpdm_attached_file
**
You are mixing these custom fields with [acf_DocumentFields_firmName], [acf_DocumentFields_approvalNumber] etc. You don’t need custom fileds from Downloads > Custom Fields page as those doesn’t serve your purpose.
To display your custom file meta a custom template tag is required. But the implementation if complex. If you want I can do it for as a custom upgrade service ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ ). Or you can do it yourself if you have coding knowledge. Use the wdm_before_fetch_template
hook to implement custom tag. Here is the related documentation https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
The last 2 errors probably came before the plugin was fully setup. Those won’t appear again. And CSV Importer warning looks like some PHP session issue related to server. But the thing is we are handling the session in a custom way in the core plugin. The add-on still is using the native session. In the next update, we will use the same session used by the core plugin. Even if there is some session issue in the server you won’t see those warnings after the update. And, finally, these warnings won’t interfere in plugin functionalities.
Please check now. Let me know if still getting 502 error. I have disabled the pre_get_posts
hook which could be the possible reason behind this.
Please send temporary wp-admin login info in private reply to check the issue.
The cache directory /wp-content/uploads/wpdm-cache/
was missing in your setup. I have created it and that fixed the asset manager upload issue.
Hi Waldemar,
It is not possible yet. Maybe pre_get_post
hooked function can do the job but it will complicate things. We will add an additional filter hook in next release to modify the archive query parameters. Using it you can change the query behavior.
Thanks.
Do you mean when you open the package the child category isn’t part of breadcrumb? Which archive view are you using there?
Please check now.
Hi Tony,
You have to edit the plugin file for that. Replace manage_options
with edit_pages
in download-manager.php
line no 36
Thanks.
Could you please send temporary wp-admin login info? Without checking the setup I am sure what’s going on with file upload.
Check the “File Browser Root:(?)” option in the Basic Settings page, maybe the path isn’t correct there. The asset manager issue could be related to this.
Please send temporary wp-admin login info in private reply to check the issue.
Please send temporary wp-admin login info in private reply to check the issue.
Looks like guest order redirect isn’t working properly yet. But the login page does show button that links to the guest download page. For now, that somehow serves as a work around. But we will definitely fix the issue in next update.
Btw, Stripe Test card is 4242 4242 4242 4242
with any expiry date and CVC.
You can customize the checkout form using a custom template. The form is coming from /wpdm-premium-packages/templates/checkout-cart/checkout-billing-info.php
. This template can be overridden by copying it to /active-theme/download-manager/checkout-cart/checkout-billing-info.php
. After making the copy edit the new file to remove unnecessary fields.
The best solution in this scenario is using Archive Page Simple shortcode with the category parameter. The search will be limited to the predefined shortcode category parameter. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-simple/
You need this Directory add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) to use this shortcode.
Okay, let me know if the issue persists.
Hi,
WPDM – Archive Page add-on is named “WPDM Directory Add-on” in the download list. You have this add-on with your order 5bbe488466583
Please follow these steps to download the add-on.
1 ) Go to your order details page https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases/order/5bbe488466583/
2 ) Click the download icons for the Special Pack
3 ) Then download the file “WPDM Directory Add-on” from the modal ( http://prntscr.com/pax0m9 )
Thanks.
Hi Chuck,
Yes, it is possible using the Default Values add-on https://www.wpdownloadmanager.com/download/wpdm-default-values/
You can set default values for all package settings using this add-on.
Thanks.