-
AuthorSearch Results
-
Jul 28, 2014 at 10:24 am #19033
In reply to: Lock options aren't working
ShahjadaKeymaster@Cashflowco, please use
[download_link_extended]rather than[download_link]in your link templateJul 28, 2014 at 9:41 am #19029In reply to: Tree not working
s10wenMemberIs it also possible to have the tree view files link to download the file straight away rather than going to another page, then downloading?
Jul 28, 2014 at 9:11 am #19026In reply to: Version 2.7.0 – A few issues
flawlessMemberHey Shaon,
I am just going through the PRO demo to see if I will be purchasing the premium version…
There is a feature missing that I requested in this thread for the free version:
1. Password protected file popup box – When you have enabled a password on a file and click on the link in the frontend of the site, a box pops up with field to enter the password. After the entering the password successfully a download button appears and by clicking on it everything works fine. However, the issue is that after successfully downloading the file, the popup remains on the page and there is no way to disable it. Is is possible to automatically disable this box after the download completes or just put a X somewhere on the popup allowing manual closing? See attached screenshot for what I mean.
2. Similar to the above, it would be handy to have an X in the corner of the pop up box at all times… for example, someone may click the download button by mistake and want to have an obvious way of closing the box down…
Could you add a X in the corner of the popup box on the pro version?
Finally, there is a pretty major feature missing for a premium product in my opinion. There is no shortcode button/generator in the WordPress post/page editor. So you have go to your documentation page to find out how to construct the shortcodes you want to use – for example, a download table with only one specific category.
Are you planning to introduce a short code builder of some sort which makes it much easier for novices at WordPress to make use of your plugin?
Thanks
Jul 28, 2014 at 7:44 am #19022In reply to: WPDM Remote FTP Add-on
jackeyMemberThat’s what I suggested… don’t zip ‘m but download all items in the packet simultaneously or consecutively when clicking Download Packet. This would suit me even better because the files I link through FTP are very large.
Now the “Download Packet” works a bit weird, it downloads only files that are locally… and there is no way I can show a user that some items are not included in the transfer when downloading the packet.
Regarding the title: to dot the i’s, can you make the Title to stick as well? It imports the filename in the title correctly, but after a save of the package the title is empty.
Jul 27, 2014 at 11:35 am #18993In reply to: WPDM Remote FTP Add-on
jackeyMemberWow Shaun, that’s fast. You’re a champ! .. to dot the i’s, can you make the Title to stick as well?
I’m realy stoked! That works fabulously.
I understand correctly that when downloading the bundle the zip does not include the remote-ftp files? (so i should make a note to the client regarding this)
Is there a way to add a special class to download links of remote ftp-files? So I can style them differently for the user (and add a note, that they have to download them separately)
Jul 27, 2014 at 12:10 am #18983Topic: Not Downloading files
in forum Download Manager Pro
reformedmediaMemberhi,
The download links are not downloading the PDF files, instead, it is going to the page ID URL.http://presbyterianmissions.org/serve/active-foreign-fields/the-leamans/
The PDFs are uploaded in the different packages I created.
Is there something not set right?
thanks,
ericJul 26, 2014 at 6:43 am #18974In reply to: Plugin Not Working
ShahjadaKeymasterif you meant the options for archive page add-on, options are explained here http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ . But columns for packages will depends on selected link template, if you wrap your link template with a class
col-md-4it will be 3 cols,col-md-3for 4 cols,col-md-6for 2 colsBut if you meant the category archive page options are explained here http://www.wpdownloadmanager.com/doc/short-codes/#category
Jul 25, 2014 at 2:45 pm #18943
ShahjadaKeymasterYes. But for protected download use tag
[download_link],[download_url]tag generates direct url for download and which is only applicable for unprotected downloads.Jul 25, 2014 at 8:51 am #18925In reply to: Translate datatable
LegiotekParticipantI found the problem…
Thanks Shaon for your response
Thanks FlowID because I thought I was the only one with this problem…
Shaon:
The [wpdm-all-packages] shortcode (with jstable=1 parameter) do not use the jquery.datatables.js stored in the js folder of your plugin. It uses the one stored in cdn.datatables.net…
Look wpdm-all-downloads.php, lines 6 and 7
I have changed these lines with the following:
<script src=”//MYDOMAIN/wp-content/plugins/download-manager/js/jquery.dataTables.min.js”></script>
<link href=”//MYDOMAIN/wp-content/plugins/download-manager/css/jquery.dataTables.css” rel=”stylesheet” />
See that I use jquery.dataTables.min.js instead of jquery.dataTables.js because it loads very faster…
Of course: jquery.dataTables.min.js or jquery.dataTables.js must be translated…
How can I change the string “//MYDOMAIN/wp-content/plugins/download-manager” with a generic one????I have tried the solution tha you mention in
http://www.datatables.net/examples/basic_init/language.html
with no result… I am doing something wrong:
in wpdm-all-downloads.php, line 31, I add the “language” parameter (between lines 31 and 32) as explained in this web… no result…Thanks
Jul 25, 2014 at 8:45 am #18924In reply to: Plugin Not Working
LowkeyMemberThis reply has been marked as private.Jul 24, 2014 at 8:23 am #18886In reply to: Plugin Not Working
ShahjadaKeymaster#1. Easy, simply need to remove
[thumb_WxH]tag from link/page template or create new link/page template, more details explained here http://www.wpdownloadmanager.com/doc/templates/ . Anyhow showing twice because one is coming from your theme and another from wpdm page template.#2. use link template panel for archive page and for image button use this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/
Jul 24, 2014 at 4:04 am #18881In reply to: download does not display a progress message
dasolutionsMemberThanks for all your help I have what I need now. This is what I did.
I changed my categories link template to “link-template-audio” this doesn’t have the download link (zip file)
I also cloned your page template “Single Column, Flat” and just removed the [download] section to remove the download link (zip file) from the page.
I am good to go now.Jul 24, 2014 at 12:06 am #18873In reply to: download does not display a progress message
ShahjadaKeymasterAll those are totally depends on link/page template, if you replace
[page_link]with[title]link to details page will be removed. And if you remove[file_list]or disable individual download, then user will not be able to download individual file.Jul 23, 2014 at 9:52 pm #18865In reply to: download does not display a progress message
dasolutionsMemberThis reply has been marked as private.Jul 22, 2014 at 10:40 am #18794In reply to: Plugin Not Working
LowkeyMemberThis reply has been marked as private.Jul 22, 2014 at 10:37 am #18793Topic: Plugin Not Working
in forum Download Manager Pro
LowkeyMemberI installed the entire premium package, but the plugin is not working correctly. I have a downloads page setup using Archive, the category buttons show but are out of line, and the drop down for sub-categories also doesnt work. None of my downloads show up either. Ive also tried viewing the downloads via direct link and i get a blank page. I tried reinstalling the plugins. Any ideas?
Jul 21, 2014 at 6:27 pm #18749In reply to: [download_link] not doing anything
fvibMemberHello,
Thanks for this suggestion.
Do you think there may be a way to have the neat popup effect of [download_link], rather than the [download_link_extended] display with credentials, that I don’t like much?
Do you have any idea how I could go about solving js conflicts you mentioned ? Any advice to go about it.
Thanks.Jul 18, 2014 at 5:04 pm #18701In reply to: I can't import my License Key…Why?
ShahjadaKeymasterit was because “Block Hotlink” was enabled, when the add-on is enabled, you can’t use direct link or link download directly from external site.
Jul 18, 2014 at 8:56 am #18673In reply to: Major problem after upgrade
stefano8663ParticipantThis reply has been marked as private.Jul 17, 2014 at 10:46 pm #18647In reply to: Download Preview
joebanks10MemberI’m then having trouble getting the download links to appear from the [file_list] tag. See my first screenshot: http://screencast.com/t/bp9OZnxrs
Thanks for you help on this btw. We’re going to be using this plugin a lot!
Jul 17, 2014 at 10:07 pm #18640In reply to: Download Preview
ShahjadaKeymasterthe feature still experimental and released with limited option. Need to activate “Individual File Download” for document preview. It is not a bug. If you use
[file_list]tag with link/page template, when “Individual File Download” activate, you will see download button next to each file title.Jul 17, 2014 at 12:21 pm #18610In reply to: Invalid Zip Files
jmajorsMemberThis reply has been marked as private.Jul 17, 2014 at 12:35 am #18577In reply to: view button not working
KMBartoMemberI have been reviewing the addon and think I have figured it out. I have setup the page template as I would like it to appear. I do have a question about the process…
When I put the short link into a page, it does not display the page template I have setup. It simply displays a regular download link where the item can be downloaded – but without paying. I am guessing the way around this is to set up the shop page to link to the individual items so the cart shows up and works. Unless you have a different approach, I can work with that.
However, the my-shop page doesn’t seem to be working correctly. First the code – [wpdm-pp-frontend] – views when you view the page (which doesn’t happen on the other pages) and the continue shopping link on the cart does not link to the my-shop page, even though I have changed that setting. The code also views on the checkout page. But I have gone through the checkout process and it seems to be working fine.
The cart and my order page seem to be working properly, but I cannot figure out why the my-shop page isn’t.
Can you please look at it again?
Jul 16, 2014 at 8:04 pm #18571In reply to: Pinterest Lock is not Working
Hamid AliMemberThanks, I am attaching a screen short of download box. Please fix the following issues:
1. The stats of linkdin is showing under its icon.
2. After using the twitter it turns in to a download button that really looks ugly.
3. Please arrange the social icons. Pinterest icon is on twitter button.
4. Please arrange these social icons equal distantly.Jul 15, 2014 at 5:48 pm #18518
Cristian CastellariMemberOk, that is that i’ve do. But no changes… i still have the “Download” link that downloads a blank .zip file
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Topic: Not Downloading files
hi,
The download links are not downloading the PDF files, instead, it is going to the page ID URL.http://presbyterianmissions.org/serve/active-foreign-fields/the-leamans/
The PDFs are uploaded in the different packages I created.
Is there something not set right?
thanks,
ericTopic: Plugin Not Working
I installed the entire premium package, but the plugin is not working correctly. I have a downloads page setup using Archive, the category buttons show but are out of line, and the drop down for sub-categories also doesnt work. None of my downloads show up either. Ive also tried viewing the downloads via direct link and i get a blank page. I tried reinstalling the plugins. Any ideas?