Forum Replies Created
You can use the same one, when you need to move the license to production env, give me the license key in a private reply, I shall unlock it for you.
1. When you click on delete button, it is added to a queue to delete on update, and the circular arrow icon is to undo/remove it from delete queue, the file actually will be unattached from the list when you update the package.
2. The whole point of keeping the template files in theme dir, so that you don’t lose your updates on plugin update, except we made any major changes in template files.
3.
— You can’t hide page template without deleting those from /active-theme/download-manager/page-templates/ and download-manager/tpls/page-templates/ dir.
— You can remove those from /active-theme/download-manager/metaboxes/package-settings-front.php
— You can remove LOCK OPTIONS & ICONS from /active-theme/download-manager/metaboxes/package-settings-front.php
— preview image metaboxes in /active-theme/download-manager/new-package-form.php
— The SAVE AS DRAFT checkbox in /active-theme/download-manager/new-package-form.php
— You can remove BROWSE & URL tabs from /active-theme/download-manager/metaboxes/attach-file.php
Actually, it is easy, but only for developers. However, if you need customization support, we have that too.
Without having any trace of user how will you be able to limit. The only option remains is password usage limit.
May you please explain your issue little more with some example URLs and temporary wp-admin login info in a private reply.
Please post here http://www.wpdownloadmanager.com/support/forum/download-manager-pro/ for pro support.
Depends on your option selection, if you enable guest checkout and download, a user doesn’t need to signup, anyone can come, purchase and download an item without having an account.
It is probably because you are using the code directly, there callback_function(); is a just a placeholder, you need to write a proper function for that and need good experience with PHP coding.
You can download sample CSV file from Bulk import page:
https://www.evernote.com/l/AV2zxH4PF91O2IQmyA1kuWkNQYdREdKyuvYB/image.png
It will not happen anymore in future, We have fixed it already and updated on your site too.
To shoe child categories, you also need to select all child categories too.
Yes, you can change table view, but you need to edit code for that. The template file is /tpls/wpdm-all-downloads.php, please follow the instructions at step #3 here:
Also, you can redesign the “horrid page” from Admin Menu Download Templates Page Templates , doc:
Yes, you need to download the latest version from https://www.wpdownloadmanager.com/user-dashboard/purchases/ and update, you will not lose any data.
Please give me temporary wp-admin login info in a private reply to check your issue.
If you are selling those file using our premium package add-ons ( http://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/ ), order expiration option after the specified days is already available. Like if you set order expiration day = 365, the customer will not be able to download the purchased item after 365 days, they will have to renew the order to get access for another 365 days:
https://www.evernote.com/l/AV3kOCRlHmJFY7ID9_2mb7opzzEaUNVWfsQB/image.png
In that case, you may use this view:
https://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/
Shortcode:
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
Please check your file browser root dir option, you need to set that properly. Please give me temporary wp-admin login info in a private reply to check your issue.
Actually, it is not a bug with the plugin, phone users may use any download manager app to handle download with a separate instance.
Default WordPress export/import should work fine. To keep IDs same, you better use SQL export/import directly from phpmyadmin or any other database manager.
From here: /wp-content/themes/beautiful-pro/download-manager/metaboxes/attach-file.php
As you know, you can upload/attach as many files/links as you want with wpdm pro. So, you can keep one link/files as the main source and other attachments as the mirrors.
Support, you already have a page, where you need to add a download button, so, here what you need to do:
- Go to Admin Menu Downloads Add New
- Add title, description, upload file and publish
- Now, go to Admin Menu Pages
- Click on the page title where you need to add download link
- Click on the blue button:
https://www.evernote.com/shard/s349/sh/bc1af9eb-af75-46f0-9b71-531882de8147/d081a9ec57d6b99255ff260b12ed323f/deep/0/Add-New-Post—WordPress-Themes—WordPress.png - Click on the file title and it will insert the shortcode in the page
- finally, Update the page.
But when you only have a few files to download, the quickest way is using Quick add option with TinyMCE button:
https://www.evernote.com/l/AV1LN_Ekl2pI26fuUAbJz6qk6gPU-rUKP9oB/image.png
But, when you have lots of files with different categories to download, you need to create all categories and add all files from Admin Menu Downloads
After you are done with adding all categories and files, now you can use category shortcode or file shortcode in page content to share your files or you can link categories or files directly with your menus from menu manager here Admin Menu Appearance Menus.
BTW, the process in Add New File and Add New Package are almost same.
Sorry, you can’t filter the tree view by tags, but you can do that using category. You can create sub-groups tree view using parent category.
Ex:
[wpdm_tree category=”all-documents” download_link=1], where “All Documents” should the parent category.