How to remove ‘$’ ( dollar ) sign for prepaid credits. I want to show only number as points to purchase the item. in other words, no.of credits to get download link.
Example : 500 points for Book01
I have a strange problem on a page created with the MPdownload manager plugin.
When I made a right clic on an element of the list and ask to open in a new window, the link is correct and the picture is opening.
But when I make a left clic, then the picture don’t display and it go back to my site landing page. I don”t understand the problem.
It’s happen only on Chrome OS X, not Safari
Somebody can Help ?
for Template Link and Page Templates option is not visible. no problem I solved by writing the name of the template.
but I would like to ask the permissions of the download manager category,
Whether with this plugin user A can only access category A, and user B can only access B, and category A is not visible in user B.
I can’t give you a login because the server is private, so even if you had credentials, the development website is still inaccessible to the public.
And Shahriar, unlocking all downloads with one form submission would be nice, but I found a work-around that suits my needs.
I changed the link-template to one that only has the link to the designated download page of the file. Then, I changed that page template to a custom one I made that only shows the extended download link. Since Form Lock is on, this is replaced with the form, so it looks like the page redirected to the form, but is actually on the package page. Filling out the form and clicking “Submit” shows the direct download link as I wanted it to.
Thank you guys for all of your help! Bouncing some ideas off of you helped me figure-out this clean work-around 🙂
I’m still stuck here. I can see how to change the link template and button (however, I’m OK with the main button I already have). My problem is the background colour of the buttons showing file details (blue in my image) and the ‘individual’ download link buttons. I can’t see where these are set or how to change their colour. I have shown the buttons with arrows pointing to them on the attached image.
My download links are not being displayed properly. You can visit the graphics section of my website in IE to take a look. Also I think one of my widgets is not being displayed correctly due to the errors.
So kindly resolve the errors or guide me how to do the same.
Sorry, it is not possible yet. But we will look into this to link submissions with packages. For now, you can try the Advanced Custom Fields add-on, which integrates with email lock. Custom form data are saved in Downloads Subscribers page and linked with packages in this case.
Hi,
I would like to disable the link on package title. I only want the download button and not the page template. Is it possible ?
Is it possible to open PDF on new window instead of direct download ?
Kindly,
Olivier
You can modify the page template and link template from /wp-admin/edit.php?post_type=wpdmpro&page=templates page. You can create a new template with the existing variable defined. Where you can use HTML and inline CSS to change the style.
Ok, I don’t think the customers understand we shall click the link a the right… Is there a way to make (in my chase TEST) download directly? Or REMOVE the link so it’s only the link at the right that i clickable??
I’m now familiar with php, but if I change the table template, can I do it right here ../download-manager/tpls/wpdm-all-downloads.php ??
It will not be overwritten when updating?
I am working on a development site on a private server, so I can’t give you the URL. I will work on sending you a screen-recording of what I have, but the software is taking forever to update…
And yes, with Form Lock enabled, I want the download links for the individual packages to stay there when using the [wpdm_category] shortcode. When the download links are clicked, they will redirect to the form, and after submitting it the direct download button/link for the package will appear.
You have used custom jquery with the template file which causing the redirect and land on the 404 error page. As you open files in the new window.
Or you can use <a href="[download_url]" target=_blank>[link_label]</a> instead of [file_list_extended], cause it does not open link in new tab by default.
There is a bug for download file with [file_list_extended] returns to 404 page, we are working on it.
Location: …/plugins/download-manager/libs/class.Package.php around Line 889
$extralocks = '';
– The variable needs to be declared as an array, not a string, so the following works:
$extralocks = array();
Will this be fixed in the next update? Also, is it possible to keep the download link with Form Lock enabled and redirect to the form instead of showing it inline with the download description? I have a big form that is used for multiple downloads, so when I use the [wpdm_category] shortcode, the form is repeated for each link-template on the page.
Please send me the page link where you have the accordion shortcode. I will check if I can recreate the issue. Also, related PHP error log will be very helpful.
We have placed the download manager on serveral of our pages using the following shortcode: [wpdm_category id="LA4SAP" toolbar="0" order_by="field name" order="asc" item_per_page="10" template="link-template-widget" cols=1 colspad=1 colsphone=1]
Today there is a headline above with a title (just a textfield).
Unfortunately sometimes there are no downloads matching the category. Then there is only the headline displayed. We would like to integrate the title “Trainings” in the widget and delete the old textfield with the headline. This should lead to the behaviour, that “Trainings” and the download items are only displayed, if min. one dowload fits the category.
Thanks in advance.
That’s what I am asking to do. I need to be able to link from, for example, a page called Accounting Services, and have the page with the download manager archive shortcode open with the accounting category pre-selected. I also need to be able to link to the same page from other pagers like purchasing, travel, etc. and show a different subcategory when the page with the download manager shortcode loads.
I have seen other tools do this using a query string variable passed in the page url that tells what category or parameter to preload. Is it possible to add an option to send a query string variable with the category slug or ID to the archive page add-on to tell it which category to pre-select?
Hi,
I am having problems with Download Manager Pro Versions greater than 4.5.4.
On my multisite installation the template tag [file_list_extended] returns a 404 for the download link.
The template tag [file_list] is working on all sites but I need the [file_list_extended] tag.
The theme uses do_shortcode(“[wpdm_package id='" . get_the_ID() . "']“)
Could you please give me a solution for this problems