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
I configured wordpress-users to use wpdm pro with their own login, so they can only access the download center after a successful login. Can you please explain to me, why there is no login needed when someone opens the direct URL of a download package?.
I had to restore our website after updating this plugin as all document downloads disappeared. Please can you advise how to update while avoiding a recurrence of this.
I understand. This shortcode will only show the category name and subcat name with package count on a single page. As you can see the demo here (https://demo.wpdownloadmanager.com/wpdmpro/categories/).
If the category page link is not working then you can try this code [wpdm-categories cols="3" subcat="6" showcount="1"]. Working fine at my side.
To achieve a different look or package lists on the page, you can different shortcode. Like you can use Archive page shortcode.
Hi,
I cannot find any help in setting up Social Settings. I want to be able to share downloads using Facebook, LinkedIn and Twitter especially but no explanation of what to do.
Hey,
unfortunately i have a local system running and cant sahre it with you.
I have documents inside my categrories and i can access the documents with an direct link. The only thing which is not working ist the overview of categories. Evrery time i click on a category which is listet in the overview i see an empty main-container.
What i have tested today was to replace the [wpdm-categories subcat=”1″ showcount=”0″ cols=3] with [wpdm_tree download_link=1]. Wehne i use [wpdm_tree download_link=1] is seee my categories an i can navigate troug it an open the links.
I dont understadn why it doesnt work with [wpdm-categories subcat=”1″ showcount=”0″ cols=3] i always run into an empty page. Is there another way to display my categories?
You can just use shortcode for the category page. You just need to replace the template id or name with the custom link template.
[wpdm_category id="Category Slug(s)" operator="IN" title="Custom Title Here or 1" desc="Custom Description or 1" toolbar="1" paging="1" order_by="field name" order="asc or desc" item_per_page="10" template="template name or ID" cols=4 colspad=2 colsphone=1]
Thanks Hasibul,
appreciate your help
i donwloaded the addon and installed it and then pasted the following text into a sidebar widget as instructed
[wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” <br/>order_by=”field-name” order=”asc or desc”]
Yeah, I know about copy the template int he theme directory, but I can’t find the way to replace ‘View Details’ to ‘Download’ button. When the user click in the button donwload the file directily without enter to a details view.
In the plugin files I found shortcodes like this [download_link_extended] but shortcodes those doesn’t work in the archive-page-with-sidebar.php file.
Any idea? please.
Thank you.
Author
Search Results
Viewing 25 results - 5,776 through 5,800 (of 9,501 total)