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
So, if the attach URL doesn’t work wpdm has nothing to do there, you simply need to reattach proper file URL and use the server file browser with wpdm pro to attach a file.
Use wpdm_email_lock_heading filter hook to modify the “Subscribe to Download” text and send_download_link_to_label hook to modify “Send Download Link To:” text.
yes i have assigned each package to a specific category. i have tested it once again and created a news package with a PDF-file and attached it to The categories Datenaustausch->IT->Intranet.
If i take the direct link (http://172.16.1.228/download/test/) i can see the file as soon as i click on The category Datenaustausch or Intranet or IT i get te empty page
Author
Search Results
Viewing 25 results - 5,776 through 5,800 (of 9,509 total)