It’s installed.
Please try to register as a user at:
http://seeyellowstonewithscheels.com/profile/
and you will see that the registration is NOT being handled through the “Subscribers” within Downloads. The user is being added as a WordPress user.
Also, maybe this screen cap of the registration email will help troubleshoot.
Hey Shaon,
Thanks for the reply,
Two things:
1. Do I need to overwrite the tpls currently installed when renaming?
2. What needs deleting in wpdm-all-downloads.php to remove the download column?
3. Where does this short code need to go?
Thanks again,
Chris
Need to edit code, please follow the steps:
- Create a dir named
download-manager
in your activate theme dir
- Copy file
/plugins/download-manager/tpls/wpdm-all-downloads.php
to your-active-theme/download-manager/
dir
- Edit the copied file now and remove date.
you will need this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/ for mass update feature.
To eliminate category column, there will require some customization, but next update will have option to show/hide any specific column.
The rest options also will require to customize code in tpls/wpdm-all-downloads.php
However,if you want to edit that file, first copy tpls
dir to active theme dir and rename it to download-manager
, then edit wpdm-all-downloads.php
in download-manager
dir.
My client requires all subscribers to see the same 5000 downloads so I am using the data table layout as this is the only way I can seem to make that work.
Is there a way to change the actual 5000 package template without having to edit each one? There is only one category and all packages are within that category.
Is there a way to eliminate the category column in the data table layout?
Is there a way for the first column where the pdf is a link for it to open in the browser – as there is already a download button over on the right.
Finally is there a way to block access to the entire page unless you are logged in as the subscriber? In other words they can see everything that is there now but they can’t access it – I would prefer it just be a login page so then they see everything. I thought that the Access Settings would impact that but it does not seem to.
Thank you.
CJ
Hello,
we are using the backend to upload files (Downloads > Add New). With bigger files (not too much, just 5-10 MB), after the upload, in the “Attached files” metabox appears the error:
Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp2\www\wp-admin\admin-ajax.php on line 16 Call Stack #TimeMemoryFunctionLocation 10.0000154720{main}( )..\admin-ajax.php:0 " name="file[files][]">
(see the attached screenshot).
We suppose it’s in the AJAX call that inserts the correct icon…
What can we do?
Thanks!
Hey there,
when I use the option to hide downloads, then all downloads are hidden even with access permission. My Users have multiple roles and it looks like you are only checking the primary role! It works when I set it to the primary, but thats not the solution, I need multiple roles.
If I only hide the download links it works because you check all roles.
Any Solution to this Bug?
Gabriel
1. Issue
Regardless which Link Template is select in a shortcode the display never changes.
I have created a new page called downloads. Using the Extended Tiny MCE Button I have inserted the following shortcode:
[wpdm_packages link_template="link-template-calltoaction4" order_by="post_title" order="asc" paging="asc" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]
But instead of showing the package links like in the preview (see attached preview_cta4.png) I get the default display (see frontend_cta4.png). This counts for any link template I reference in the shortcode. The rendered html code shows always “<!– WPDM Link Template: Panel –>”
2. Issue
Although the extended shortcode plugin is installed and active they do not show up.
I have inserted the shortcode [wpdm_tree] in the page mentioned above. However it does not display the file list. In the rendered html code I see “<div id=”tree5648639db1401″ class=””><ul class=”jqueryFileTree” style=””></div>”. Only if I setup a category those packages belonging to that category show up. Packages without category are not displayed.
I could swear this issues are new. I have setup a fresh WP installation to make sure this in neither a theme nor a plugin conflict. I have downloaded the latest zip files for WPDM and WPDM Addons. WP 4.3.1, WPDM 4.4.0, WPDM ESC 2.4.3 and WPDM TMB 2.4.1. Tested with Themes Twenty 13/14 and 15 as well as Theme Enfold. The results are always the same.
Kind regards
Michael
This reply has been marked as private.
1. I would like to set up a login form and register form to access the download area but I did not understand how you set.
— here it is: http://treativa.it/bozze/chairsandmore/area-download/
2. when a user logged in, I set up a page with the download categories on the left and the right download. that it imposed with widgets, correct?
— You can add wpdm category widget but the layout will totally depend on your theme, however this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ also have some similar layout
3. when I view the download category there is a warning (http://treativa.it/bozze/chairsandmore/downloads/cataloghi-prodotti/). Why?
— I’m not seeing any warning there
4. when I view a download linked files have problems: http://treativa.it/bozze/chairsandmore/download/prova/
— It looks like attached files are already delete or missing , I’m not seeing them in /wp-content/uploads/download-manager-files/
, But I’ve tested here http://treativa.it/bozze/chairsandmore/area-download/test-doc/ with another file from your server and got it working fine
It is strange, I see the page like this:
View post on imgur.com
and single or full download, all downloads are working fine for me.
Hi Everyone,
I have just installed the pro-version. I have locked downloads by email. When I click on download I get the pop-up to enter name/email after which the message that a download link has been sent to my email is displayed. When I checked the subscriber list nothing has been logged and in most cases no email is received. I have tested with different emails and its only yahoo and one webmail that the emails were actually received.
Anyone with similar experience? How did you resolve it?
Thanks for your help.
BWA
This reply has been marked as private.
Select ‘Call To Action 3’ from Link Template dropdown in package settings.
By the check these themes http://www.wpdownloadmanager.com/downloads/themes-2/ These themes are optimized for WPDM.
Hello, Is there anyway to sort downloads using the tree view short code? I would like to have them sorted alphabetically. Thanks!
I see… Did you do anything for that to work?
*** Also I noticed that from frontend, users have only 2 options for file upload – Drag and Drop and Direct URL. Why is this so? What of the other options like Dropbox, Google Drive, etc.
*** How do I make it that when a user uses the drag and drop, it goes to a different file storage, maybe on a subdomain or cloud storage because if I allow them now, it will fill up my hosting storage space
*** I notice also that when more than one file is uploaded, and you try downloading, it downloads and empty zipped file… and the option to download files individually doesn’t work. Please help. Your login still remains.
Thanks.
This reply has been marked as private.
It may happen for few reasons:
- If your server doesn’t support output buffering
Solution: In this case you need to disable output buffering and resumable download from Admin Menu Downloads Settings Basic
- If any other plugin generating any unexpected output
Solution: You need to try disabling other plugins
- if #1 or #2 doesn’t resolve your issue, I need to check it in your installation.
This reply has been marked as private.
When I open a package to view the files, I have it set to allow single file downloads. I would like to disable the download link to download the entire package and just allow one download at a time. Is this possible?
Thank you.
Hi, thanks for your appreciation.
You don’t need membership add-on there. When creating/editing a category, you can select user roles to allow access to that category, and when creating/editing a package, if you select any such category and keep access field under package settings empty, only the users under selected roles for the category will have access to the package.
You can to use short-code to embed packages/downloads in page, and you can use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
Please let me know if still anything is not clear there 🙂
Hi there,
Great plugin but I’ve had a play around and need some assistance with achieving what I need to do.
- I have a number of documents across 3 different categories.
- All downloads are only accessible by users who are approved members of the website.
- Each user needs to be given permission to access any 1, 2 or all 3 categories.
- As each user is logged into the website they then need to be able to view and download the files from the categories they are approved for.
Do I need to integrate a membership plugin with this (and if so what do you recommend), or can I use the built in WordPress user roles for this?
How are the download pages built? I am using a theme with the Visual Composer plugin.
Thanks in advance for your help, and let me know if you need any clarification in order to respond.