I’m having the same issue others have, as far as the “Lock” option modal not displaying properly, with the backdrop over the modal itself. In other posts, such as…
…and others, the solution was to add the following code:
.modal-backdrop, .modal-backdrop.fade.in { z-index:-999999; opacity:0; }
In my case, this definitely put the modal on top of the backdrop, but I’m left with two remaining issues: (1) the opaque backdrop is nowhere at all, so the main website has no “faded” look, and (2) more importantly, the modal is still not on top of all other elements. The sidebar content is still on top of the modal.
I messed around with the css a bit on both the modal and the sidebar, and couldn’t get it to work. Any help?
(can add link and credentials in private follow-up)
Hi –
I am using the double opt in for download and when the user clicks the download link the email is generated but the screen returns to the same place so the user does not know if anything has happened.
Also I changed the template but when the email is received it does not have the new image and I can not see where to change the link for the image from the default of Download Mgr.
Further – the template for the download I have clicked the option for the user to add name, but both fields say “Your Name” – How would I change to first last.
The emails are going to the spam folder… any ideas for this?
Lastly – I have also added the Captcha option, but it does not require the user to enter Captcha before email is sent.
thank you for your time.
Y
This is the second time that I have purchased both the WordPress Download Manger Plugin along with the All Add-Ons pack. My first purchase was in September of 2014.
This morning I purchased your plugin and full add-ons pack for $150. I received the confirmation email…
As well, Paypal is showing that the payment has been made to Mr. Ferdous
When I click the link in the confirmation email associated with my Order ID I am taken to the purchases page in my user dashboard. When I click the license key button I am given the license key from my purchase in 2014.
I tried entering this as my license key in the settings tab of WordPress Download Manager area of my wordpress dashboard and I am told that this is an “Invalid License Key!”
When I go to the “Purchases” tab of my User Dashboard on wpdownloadmanager.com I see that the purchases I made on September 7th, 2014 are linked with the Order ID of my purchase from 2014. I also noted that there is no record of the purchases I made today.
I then clicked the “Fix it Here” button at the bottom of the content pane on the Purchases page.
The “FIX IT HERE” button takes me to a page where I can enter my Order ID and have everything sorted. However, I am once again redirected to the purchases page that has no record of the purchase I made this morning.
In settings I have: “Disable Single File Download” selected
but when I add a download file, the “Single File Download” is still toggle with Use Global.
Shouldn’t that come up as Disabled?
Link Template says “Select Link Template”
Page Template says “Select Link Template”
Shouldn’t these have already per-selected what I have set in Settings someplace?
Single File Download, Cache Zip File, Link Template and Page Template should all be set in Settings as your website Defaults unless you change them manually. Just seems like extra steps to create a file that you really don’t need to do each and every time.
Help, I have just installed the plugin (latest) and on some files I am seeing two “download” buttons. Attached is a screenshot.
How do I remove the green one? It only shows up on some of the pages.
Hi there
I have noticed that items in my test setup are not being correctly listed.
The following shortcode, using order by “date” does not produce the correct results –
[wpdm_packages template="5710f49a61d5e" order_by="date" order="desc" paging="0" items_per_page="6" cols=3 colsphone=1 colspad=2 desc=""]
Though it appears to work ok if I change it to use “download_count”.
Also I am using the following shortcode to produce a listing table via the Archive Page plugin. This does not always produce ten items per page, and creates very short first page results when set to “descending” order.
[wpdm-archive cat_view="compact" button_style="default" link_template="56fc0d6963a2a" order_by="post_title" order="asc" items_per_page="10"]
Further, which may or may not be related, I have noticed duplicates of two plugins appearing in the back-end, Archive Page and User Reviews – image attached. When I make a move to delete a duplicate it lists all instances for deletion, suggesting that it is not possible to delete them individually. Obviously they should not be there in the first place anyway, I certainly haven’t actively created them!
I would appreciate you looking into these issues, site details to follow.
Andy
I made a simple Sidebar link template that has the version number in it and it looks great from the preview.
However, as soon as I implement it into the Sidebar, BOOM! The thumbnail becomes the massive full-size picture.
Here is what I used.
<div class="thumbnail">
<div class="media">
<a class="pull-left" href="[page_url]">
[thumb_70x70]
</a>
<div class="media-body">
<h3 style="margin: 10px 0;padding: 0;font-size: 12pt"><strong>[page_link]</strong></h3>
<i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> Version: [version]<br/>
<i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
The Filename.extension used to show, now it doesn’t and I am getting multiple names each time I upload another version.
I create a package.
Upload a Zip file, screenshot image, description, etc.
I disabled “Single File Download:” since I do not want an extra Download button there….
and Publish
On the download page, it does NOT show the extension, but furthermore it changed the name sorta.
The file is named “default_old.zip”, that is what I want it to show, so they know what they are downloading.
But the output on the Downloads page is now “Default Old”, 2x now too.
I just want to be able to Upload a file, link the filename so people can download it, and upload revisions overwriting the current one.
I just upgraded to version 4.5.4. I also updated the Tiny MCE editor plugin. Now when i go to insert the download link directly from within the post, the window pops up, but none of the download packages appear. The window is blank.
Please advise.
Thank you.
Hi there,
I’ve just discovered a situation on my site where pages that have multiple files listed (inserted via the wpdm_package shortcode) display the file title and file size correctly, but the link on the DOWNLOAD button is repeated on all buttons, meaning that clicking the button on the first, second, third, fourth. ~nth all point to the FIRST file only.
Here is an example of this behaviour: http://www.asharrison.com.au/performance-ingredients/personal-care/
Note on both Download buttons that the link is ?wpdmdl=3234, but the shortcode for the second file points to 3290.
Clicking on the title takes you to the correct download page for each file, and all buttons on those pages show the correct link to the file.
I have edited the template to debug, and if I simply echo [download_url] the URL is correct for each listing, however when using the [download_link] shortcode only the first one is correct with the output you see at the link above.
So why is it doing it on the page above (and any page on the site with multiple files, whether they are password-protected or open)?
Thanks!
I’m using DM in two ways – in some places I use a shortcode, and in other places (like where I need smooth ajax pagination), I use a Visual Composer block where I filter my downloads based on custom post type and tags. How can I force DM to generate a link to the file by default in both cases? For the first, I think just editing the link template can take care of that. For the latter, I’m a bit lost on that.
Basically if the link is this:
http://foo.staging.ettops.com/download/hr-file-4/
I want that link to be to the file itself, not the interstitial page. I’m open to hacking, nowhere on this site does anyone want to see a “page” for the file, they just want the file.
I’ve noticed there is no differentiation between an inserted link template and download page allowing me to target and style things differently. I realize I can duplicate one of the existing templates and add a class but it would be helpful if there was a div that surrounded the entire item when inserting the short code that indicated if it was a link or download page.