AnonymousInactive
I am getting a message saying there is a new version of Download Manager, so I am click on the link provided, then clicking the + button next to the update. This says “success”. I click “save settings”. However, when I refresh the page, it tells me the update needs doing again.
What’s going wrong?
I have the problem yet.
Maybe the shortcode [wpdm_user_dashboard] does’nt work in localhost…
I activated the permalink, maybe this is the problem?
Sorry for all this question but i don’t understand because i have a dashboard page:
http://localhost/project/dashboard-page
and the links “history download” and “edit profile” navigate to
http://localhost/project/dashboard-page/history-download that send me a 404 error
Thanks a lot for all and sorry for my english
Please see the attached file. It’s a Word doc containing a screen shot of the properties of two Download Manager Packages. Specifically, notice the default Icon path. All the download manager packages that have a broken icon link display an icon path of:
download-manager/file-type-icons/xlsx_win.png. The actual path to the icon files is: download-manager\assets\file-type-icons
However, the download manager packages that display their icons correctly have a blank path. If I manually edit the icon path of the packages that aren’t working correctly and make the path blank, the icon appears as it should.
This reply has been marked as private.
- Clone the link template
- Replace
[download_link] with [download_link_popup]
- Save as a new template
- Use the new template with your short-code
Or, Please give me temporary wp-admin login info in a private reply, I’ll do that for you.
Here’s the Link Template code:
<div style=”border-bottom: thin solid #D3D3D3; padding-top: 10px; padding-bottom:6px;”>
<div style=”max-width:25px; max-height:25px; display:inline-block;”>[icon]</div>
[title]
<div style=”float:right; display:inline-block”>[download_link]</div>
</div>
I see the files and directories now work, but an=m getting a “file not found” when trying to download a linked file.
Thank you.
1. Yes, there is an addon for that. Archive Page/directory Addon ( Check details here http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/)
2. Use email lock feature. A download link will be sent to user after submitting email. But not the file.
Hi – I’m currently experiencing problems with some of the downloads on one of my sites. You can see the page here: http://familyimpact.org/resources/family-impact-resources/.
There are a list of downloads, all of which are created as packages in exactly the same way. They are simple PDF documents that the site visitor needs to complete a form (using Form Lock) supplying their name and email address in order to access. If you click on any of the download links on that page you should get a pop up form asking the site visitor to subscribe to download. This seems to happen sometimes, but if you click a few of the download links on that page you will soon get a pop up box that instead of the standard form is a pop up box that says:
<BUTTON TYPE=BUTTON ID=’CLOSE’ CLASS=’BTN BTN-LINK BTN-XS PULL-RIGHT PO-CLOSE’ STYLE=’MARGIN-TOP:-4PX;MARGIN-RIGHT:-10PX’><I CLASS=’FA FA-TIMES TEXT-DANGER’></I></BUTTON> DOWNLOAD ADVENTURE UNLIMITED
See attached screenshot for how this appears.
The strange thing is that the error is not reliably replicated. You could easily click on that top resource (Adventure Unlimited) and get the subscribe to download form appear exactly as it should. But if you click on a few different download links on that page you will see the CSS pop up instead of the form, even on a download link that previously displayed the correct form.
I’ve updated the plugin and addons to the latest versions and still seeing exactly the same issue.
What’s going on? How can I resolve this?
I have got the exactly the same error message after upgrading to the latest release this morning
Argument #2 is not an array in /home/woody/public_html/wp-content/plugins/download-manager/modules/server-file-browser.php on line 8
I don’t want to to go edit this file, as I assume you are going to fix this error?
This error also seems to have the knock on effect of not being able to add links to posts and search for images.
I just updated as well. The only issue I ran into is that the Excel icons no longer show in the links to the downloads. None of the icons show in the plugin itself in the list of downloads. I updated a few downloads to re-apply the icon. In some cases that does resolve the issue, in some cases it does not. Can you create a fix for this issue in another update ?
Hi,
the function download by like with facebook doesn’t work fine.
I can’t see the content in the layer, and I have to click twice on the download link, to see any content.
If the users clicked on like, the box is empty, or I can’t see the content.
Is there a solution for that? css?
I use the theme ronneby
Thanks
Stefan
I got some good news via email!!!
“Don’t worry, we are already adding option to email download link with form lock rather then download instantly, and update is coming within this week 🙂 ”
And
“now the download link has a usage limit 3.”
These two things, form with email link, and limited use link in email solves every problem I have….
Thank you!
Hi,
i have a big problem with a User Dashboard link in User Dashboard page.
I have created a page with shortcode [wpdm_user_dashboard], the page is generated but the left link don’t works.
Edit Profile, History download navigates to 404 error page.
Why?
Is problem’s permalink?
Thanks a lot
However, we are adding some new option with form lock add-on, like start automatic download on for submit and email download link rather than downloading file instantly like email lock.
Not yes, but we are already adding that instant auto download option and email download link option with the add-on and update is coming within this week.
This reply has been marked as private.
Sorry not clear, I see download pages are downloads are working fine. I’m not seeing link http://www.looopcreative.com/?m=20150323 anywhere in your site. However please give me temporary wp-admin login info in a private reply to check it in details.
Okay, I’m getting closer on my own.
I see in http://www.wpdownloadmanager.com/doc/settings/basic-settings/ that there should be on option to “Show Only Login Button Instead of Login Required Message”, but I don’t have that option/link showing on my settings page.
I tried using this code but it redirects to a package page instead of doing a direct download.
<div class=”w3eden”><i class=”fa fa-lock”></i> Login to Download</div>
shahriar,
When I do this it goes to a page. I wanted it to just start downloading when you click the link.
Is there away to do that?
Thank you for your time
@Chris, Direct download link shortcode is [wpdm_direct_link id="package_id"]
See attached LoggedIn image for the link that appears when logged in. I like this just fine.
However, when the user is not logged in, a large panel appears with a message and a login in button (see NotLoggedIn image). What I want instead is a simple button that says “Log in to download”, which would allow the user to log in and then immediately download.
Is this possible?
Here is my template code:
<div class=”wpdm-link-tpl link-btn [color]” data-durl=”[download_url]” >
<div class=”media”>
<div class=”pull-left”>[icon]</div>
<div class=”media-body”><strong class=”ptitle”>[title] <span class=”label label-default” style=”font-weight: 400;”>[file_size]</span>
<div>[download_link_extended]</div>
</div>
</div>
</div>
<div style=”clear: both”></div>