Hi
I would like to edit the way the initial download list is displayed.
I have found the relevant file in download-manager/wpdm-all-downloads.php
but I don’t want to edit core files.
Is there anyway of changing this either in my child theme or in admin?
Thanks
Ah please help. I changed URL from development Site to go live and now all downloads stopped working! I need fast help 🙁 When I click a file a new browser tab opens with a lot of cryptic signs…. is there a way to solve this?
Hi,
WordPress – 4.1.1
Download Manager Pro – 4.2.1
WPDM – Default Values – 1.2.0
Last Updated – We recently upgraded both plugins on April 4.
Our IE8 users are unable to download individual files or zipped packages in our production environment. Users receive the error in the attached screenshot. I can successfully reproduce the issue on multiple machines.
I can successfully download a file directly via the uploads folder path – e.g domain.com/wp-content/uploads/download-manager-files/file-name.ext.
Downloads in IE8 work in our staging environment with the only difference being – production is https and staging is not.
We have NOT had this issue with the previous or any other version of WPDM in the same sever configuration on the same host.
Steps taken so far:
Checked permissions – folder – 775, files – 644
Disabled/activated WPDM
Disabled/activated WPDM Default Settings
Disabled all other installed plugins individually and tested between reactivating each
Saved permalinks
Cleared the server cache
Note: To resolve and get production working again I had to roll back to version 4.1.8.
Thank you for your attention,
Mike Wilson
I have been trying for days to get the plugin to do what I need with no luck.
I want to upload many images in a certain category. Then I want to show each downloadable image in that category. For each image I want to show a large featured image (not full size but large), a description of that download, a tag and an icon that downloads the full size image.
Ideally I would like to add code that will enable me to do this automatically for each downloadable image in that category.
Please help.
Cause of a server crash i needed to reinstall everything from scratch..
Now on some computers the large downloads are damaged.
When i download the file on XP, it errors, (this is not a windows application) or file is damaged.
On another computer the same file does work.
So im curious what can cause this.
Might i be forgetting to enable a php plugin?
Whats the recommended php version?
Uhh im not entirely sure where to search..
centos 5.11
Running, php 5.3.3 in fcgi
Apache version 2.2.3
I don’t know if this is a conflict with my theme (Elegant Themes Divi), but on the category page I can click through to the individual file’s page and download files (most are email protected). On the /downloads page, the Download link was originally popping up a little box to enter email and name directly on that page, but it now doesn’t do anything (actually the page floats down as if the box has been drawn, but nothing is visible).
In “Inspect Elements” I see an error saying that chrome blocked the extension because “Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.”
So, is this a security issue? A problem with a setting at the WordPress level? Something that needs to be addressed in the theme?
Hello guys,
I need a bit help because I don’t find a soloution for my problem.
I use the Download Manager Pro for my customers and found out that all my provided downloads are listed in the RSS-Feed.
That’s a big problem because everyone can access to the download pages.
I tried some RSS-Plugins but nothing helped.
Hi,
I bought the addon for archive page but it is not working. No matter which selection I make it says there are no downloads / pakages found although there are files. Please help me!
Second quetsion is which shortcode is needed for this kind of page?:
Hi,
The download page of my site is private , it contains two specific areas (see screenshot issue).
The first contains downloads that all authenticated users can see and use :
<div class = “site” > [wpdm -accordion cats =”42,43,44,45″] </ div>
The second is visible only for specific users, I use the User Content Specific plugin to hide the content for non specific users.
<div class = “site” > [ O_U user_name = “jean”] [wpdm -accordion cats = “46.47 “] [/ O_U ] </ div>
When I log in as a specific user (authenticated to the second area) , I see the download area, but downloads are not available (downloads of the first zone are ok). (see screenshots issue2 and issue3)
I have encountered this problem by experimenting the add-on Accordion . When I use the shortcode [wpdm -accordion] more than once , the downloads are only available on the first shortcode…