Forum Replies Created
Please use this shortcode [wpdmpp_purchases] for purchases page.
You can visit this admin page /wp-admin/index.php?page=wpdmpp-setup to re-check if all Premium Package settings are okay. It will create any missing pages if necessary.
If you are not using any role editor plugin assigning administrator role allows the user to access plugin editor.
Hi,
Unlocked your key. It should work on your production server now.
Thanks.
Please enable the plugin editor or send FTP login info.
Please enable plugin editor or replace all this.href in /download-maanger/libs/class.Package.php with location.href
Not sure why Energy category was hidden before. I just deactivated all plugins and then re-activated all again. Now this category is visible again. Please check and let me know if still having an issue there.
Please deactivate and re-activate the Premium Package add-on. That should fix this issue.
Using the following shortcode should fix the issue. If you have different versions of the page for different languages then please update the shortcode in other versions too.
[wpdm_all_packages items_per_page="20" jstable=1 cols="page_link,file_count|categories|publish_date" colheads="Title|Categories|Date"]
Hi,
Unlocked your key. It should work now with the latest version of Download Manager.
Thanks.
Looks like a js event is not triggered due to a theme or plugin conflict.
However, In your custom link template, I have replaced [download_link] tag with the following code,
<a class="wpdm-download-link btn btn-success" href="[download_url]">[link_label]</a>
That fixed the issue.
Looks like your theme is preventing the js onclick event on the download button created by [download_link] tag.
Please replace the tag with following code. I have tested it there and It works.
<a href="[download_url]">Download</a>
There is an option. You can use a custom template for download manager posts. The template file name is single-wpdmpro.php and you have to place it under your active theme dir. This template file will be used to show the package details page.
You can copy this file from one of our themes https://www.wpdownloadmanager.com/download/wpdm-twenty-fifteen/
Hi,
Sorry for the delayed reply.
Please use [wppm_downloadarea] shortcode to show all membership downloads to the user. It will only show the files from membership plan the user is subscribed to.
The membership downloads are listed in user dashboard too ( In Membership Items tab ). You do not need to create a separate page if you have the user dashboard page ( [wpdm_user_dashboard fav=1 flaturl=0 captcha=0] ).
Thanks.
I have disabled Bootstrap JS from Download Manager settings. That fixed the popup issue.
https://www.evernote.com/l/AUcO1HkcNT5D0oDH2zAAPEn6B6jMyRYrzNAB/image.png
Hi,
The downloaded zip file ( when there is more than one file in the package ) is named after the package name, not the filename. The package name should indicate the download content. So the further confirmation seems unnecessary.
Or did you mean something else?
Best regards.
Hi Miguel,
I have updated Download Manager Pro to the latest version. Also migrated the old downloads to the new version. The archive page add-on was not compatible with the old version of WPDM Pro. Now it is working fine.
There is a javascript error coming from Buddypress which prevented the Archive Page ajax request. Please try updating the Buddypress or consult with their support team to fix the js error. For now, I have deactivated the Buddypress.
Thanks.
@OrangeBall, Unlocked your key. Please try now.
[product_preview_300x300] template tag is working now. Please check here http://www.digital-business-builder.com/download/create-a-blog-post-in-wp/
Looks like there are some compatibility issues with WP Pro Membership and WPPM Pro Affiliate Add-on. We will be releasing a new update soon to fix those issues.
Each package has its settings where you can update icon URL. Please check the following screenshot,
https://www.evernote.com/l/AUdOS9mOx85F6K9Kxk1mnVnFg-bnEmEjJkkB/image.png
Has this issue been resolved? Still getting this message – ERROR: The Username or Email or password you entered is incorrect.
However, the issue is most probably related to custom link template.
Please send temporary wp-admin login info in private reply to check the reported issues. Adding filter for custom fields is possible but requires some code customization.