Add following css at the bottom of your theme’s style.css file. That should fix the issue.
.w3eden .pagination::before, .w3eden .pagination::after { background-color: transparent; }
.w3eden .pagination .next::before { content: none; }
.w3eden .pagination .prev, .w3eden .pagination .next { height: auto; width: auto; }
Maybe something is wrong with permission. If package settings are okay, check your category settings. Uncheck ‘All Visitors’ there if it is checked. That should fix the issue.
Premium Package supports these add-ons https://www.wpdownloadmanager.com/downloads/payment-gateways/
After activating the add-on you will find the payment gateway option in Premium Package settings.
There will be no issue if you update to Pro from Free version. You won’t lose any data or settings.
Hi,
That feature is not available yet. But in pro version, you can use custom link/page template where you can use custom template tag. So, it is possible to implement a custom template tag to show this download history.
If you purchase pro version let me know, I will send you the code to add the custom tag.
Thanks.
Please send login url too.
Do you mean single package? you can’t apply term lock on each file when there are multiple files in a package.
There is no option to retrieve the featured image of a regular post. This part ( single post view ) is usually controlled by the theme. You can modify single.php to customize post featured image.
Please send login URL too.
Use post_title instead of title ins order_by parameter. Do you have TinyMCE button add-on? You can insert shortcode easily using this add-on.
Not sure why you said we didn’t reply your topics. Please check following screenshot. All of your previous topics have been answered.
https://www.evernote.com/l/AUfGJzXnIrFJQJ8jcWoVQl9MZCLBhVW3Ik0B/image.png
However, the current issue seems related to some missing CSS. Some styles are being blocked. Please send temporary wp-admin login info in private reply to fix it. Those styles are somehow requested through http. Changing to https will fix this.
No option yet to open the terms and conditions lock in a modal. Although you can open the whole package in a modal ( using [popup_link] template tag ). Just thought you should know.
Glad to know it is working now.
Please send temporary wp-admin login info in private reply to check the issue. Most probably a js issue.
1 ) If you use category access control then you don’t have to use package access control. This simplifies the access control.
2 ) Download limit counts the total downloads made by the user, it doesn’t care the package is from what category. So, if you want to apply the limit on total download Download Limit will work. But no option to apply a limit of a specific category.
3 ) The current version only counts the first role in role array.
We will think about the feasibility of category download limit although it seems a very rarely needed feature.
Could you please recheck the old login info. It is not working. I can’t remember what was the issue. I have to check again and will let you know afterward.
For me, It works for CSV imported file too. Please send wp-admin and FTP login info in private reply to check it in your installation. Did you store files in /uploads/download-manager-files/ dir before importing CSV file?
Create a new user with administrator role. And send login info as a private reply below.
https://www.evernote.com/l/AUcdPkIe1XVDYJVp3EKM5Q0_a0VgTpuHVPcB/image.png
This demo page is coming from the Crypton theme. We applied link template panel there in a customized layout. So, in your shortcode, you can use link template panel.
Insert your shortcodes using TinyMCE add-on. It has intuitive UI and you don’t have to memorize shortcodes.
To show all downloads in a page you can use [wpdm-all-packages jstable=1] shortcode. It shows a table like this one https://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/
Let me know if you have any other query.
Please send temporary wp-admin login info in private reply to those issues in your installation.
Use the template in your installation and send me the link if there is any issue.
The download button in the first link is converted by Image Button add-on.
You have to edit /download-manager/tpls/wpdm-all-downloads.php file. Just replace get_the_date() function with get_the_modified_date() there.
Please send temporary wp-admin login info in private reply to check this issue.
Download Manager sends no cache header only when downloading a file.
You can disable this header by editing this file /download-manager/libs/class.FileSystem.php
Remove line 81,
nocache_headers();
The simplest way of showing all downloads is the [wpdm_all_pacakges] shortcode. If you want more advanced option please check Directory add-on https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
Demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
1 ) Please install the latest version of WPDM if you are using the old version.
2 ) Did you check the download-maanger-files directory? If zip files are created properly download should work
3 ) For now set the size manually, this is already on our to-do list
Please send temporary wp-admin and FTP login info in private reply if still can’t resolve some issues.