Forum Replies Created
Buy link error was related to missing Bootstrap JS. I have activated WPDM Bootstrap JS from settings. The modal is working now.
Have you managed to insert the Advanced Search shortcode?
Please send temporary wp-admin login info to check the “SORRY, NO POSTS FOUND” issue. Send the page URL too where you have placed the tag shortcode.
I couldn’t find any issue with the Archive Page compact view in my test environment. Please try changing the link template there, apply a built-in template to check if the issue is related to your custom link template.
You can also share your link template code so we can check if anything is wrong there.
I have added a patch there, Now the Default Values should work in frontend too.
Please send me a package link that shows the download count. I will test the reported issue. Also, make sure you have the latest version of WordPress Download Manager.
Has this issue been resolved? Please send temporary wp-admin login info in private reply if the problem persists.
Please send FTP and wp-admin login info in private reply. I will add the custom tag for you and will show you where you have to edit to modify the custom file list style.
Please send me the page link to check the issue. WHich shortcode are you using there?
Hi,
You can add free files with Premium Package from Pricing & Discounts Tab in package settings meta box.
https://www.evernote.com/l/AUfPjYD5p_1OSrjbORTy_KQGN7R5FKZG9W8B/image.png
You have to use [free_download_btn] template tag in your custom page template to display the download button for free files.
Let me know if you have any further query.
Thanks.
You can use the category shortcode to packages/downloads from one or more categories. This shortcode has a col parameter which let you define the number of columns you want to use to show packages. Here is an example of category shortcode,
[wpdm_category id="slug1,slug2," cols="3" toolbar=0 desc=0 item_per_page=9 template="link-template-bsthumnail"]
You can use category/subcategory to create that kind of hierarchy. Then use the Archive Page sidebar view ( https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/ ) to display the packages.
Left sidebar shows the main categories. When you click a category on the left sidebar, all of its child categories and packages are shown in the right side.
If you lock your download using any lock from WPDM lock features, no one can share download links. Because those links are temporary.
Not sure what you meant by the custom filter. If you want to add more drop-down there custom coding is required.
It is possible to hide the order and orderby dropdowns using CSS. If you want that let me know. I will suggest custom CSS to hide those filters.
In some server, the update fails due to permission issue. However, you can complete the update process manually.
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version.
Thanks.
Hi,
You can deactivate and delete the Premium Package add-on to remove pricing features.
To make the downloads title more readable in all packages page please hide some columns. You can do that from Screen Options.
https://www.evernote.com/l/AUc4zjMcuPVAhIf9M5Ve-MNiQO7KjAeRaloB/image.png
Thanks.
Hi,
The best option to modify [file_list] is creating a custom template tags using wdm_before_fetch_template filter ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ )
To modify the style of [file_list] template tag copy the Table function from /download-manager/libs/class.FileList.php and link it to your filter. Then add your customizations in the new Table function.
You have to add the code to your theme or child theme’s functions.php file.
function wpdm_table_mod(){
// paste the code from original table function here
}
add_filter('wdm_before_fetch_template', 'wpdm_custom_template_tags',10,1);
function wpdm_custom_template_tags($vars){
$vars['file_list_custom'] = wpdm_table_mod();
return $vars;
}
Please add display: none; inline CSS in the marked position to hide the floating file cart. No other option available yet but we will add an option in the future release to hide it.
https://www.evernote.com/l/AUfIUUNtls5CzIEmMJUorfk5m9Nd3Z4IwM4B/image.png
Thanks.
Hi,
Download Manager always uploads files to the /uploads/download-manager-files/ directory. When you upload files using Upload tab in Attach File meta box that’s where file goes.
The file browser root is the base root for Browse tab in Attach File meta box. You use this tab when attaching a server file to the package instead of uploading a new file. File Browser root is not the directory where WPDM uploads files.
In your case, I think you have used both option to attach files to your packages. That’s why some files have been stored in /uploads/download-manager-files/ directory.
Let me know if you have any further query.
Thanks.
Hi,
Really sorry about the trouble you had with the update.
The update process is actually pretty simple. You just deactivate and delete the old version. Then install the latest version. Deleting the old version doesn’t delete your data.
If you want, I can help you with the update. Just send temporary wp-admin login info in private reply and I will install the latest version for you.
Thanks.
Hi,
Unlocked your key from the old domain. Please try now.
Thanks.
Hi,
Unlocked your key. Please try now.
Thanks.