Shahjada
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Problems with php 7We shall adjust it with the next update of the plugin.
Forum: Plugins
In reply to: [Download Manager] Published Page display Something differentHi, Sorry for delayed reply. It seems something like due to your theme. I may need to check it in details, please post here https://www.wpdownloadmanager.com/support/forum/download-manager-free/
Forum: Plugins
In reply to: [Download Manager] Disable forced generatorNot yet.
Forum: Plugins
In reply to: [Download Manager] wpdm_direct_link shortcode bad linkThanks, we shall adjust it with the next update.
Forum: Plugins
In reply to: [Download Manager] Send Licence key via email on purchase completionSo, is it the same license key you want to send everyone after purchase?
Forum: Plugins
In reply to: [Download Manager] When will this plugin be PHP 7 compatible?Within this month.
Forum: Plugins
In reply to: [Download Manager] reset download counts globallyokay 🙂
Forum: Plugins
In reply to: [Download Manager] Adding a “View” + “Download” option?If is possible with the free version, from wpdm settings page, you need to check the option “Open in browser” and save settings.
Forum: Plugins
In reply to: [Download Manager] Downloads not renderingPlease post here https://www.wpdownloadmanager.com/support/forum/download-manager-pro/, the support team will help you with the migration or any other help you need.
Forum: Plugins
In reply to: [Download Manager] reset download counts globallyYou need to clear post metas
__wpdm_download_countand__wpdm_view_countForum: Plugins
In reply to: [Download Manager] reset download counts globallyFor now, you can reset download history in a click from settings page, soon, we shall add a new button to clear all views and download count 🙂
Download manager using post tags directly, so, for tag template, you need to see here:
https://developer.wordpress.org/themes/basics/template-hierarchy/#tag
But if you want to show only downloads in your tag page, you need to specify post typewpdmprofor the loop in tag templateForum: Plugins
In reply to: [Download Manager] On each save of file master key is recreatedNo, it is not a bug, “Master Key” is to give full access to file to anyone temporarily. It reset on file post update for security reason. However, we shall implement manual reset option with the next update of the plugin :).
Hi,
That rating option is coming from your theme, not the plugin. You need to edit theme template.Forum: Plugins
In reply to: [Download Manager] translationActually, I’ll have to check it in your installation to find out the reason. If that is ok with you, please post here https://www.wpdownloadmanager.com/support/forum/download-manager-free/
Forum: Plugins
In reply to: [Download Manager] Package Id –> TitleProbably you can do this in following way:
- I guess, for every project, you will need to show multiple files to your client
- Create a category for each project
- Create your fist file entry from Admin Menu >> Downloads >> Add New and assign to proper project ( category )
- Now enter category shortcode in any page where you need to, category shortcode uses category slug, which will be easier to understand later when you need to add/edit file to that project
Please let me know if you have any other question.