Me too.
Download Manager 6.3.2
WP 6.1.1
PHP 8.1.17
Chrome 112.0.5615.49 (x64)
After ReCaptcha verifies (check mark) the download does not start.
At bottom of download pop-up the text “Undefined” appears
Tried in a fresh wordpress site just installed and it also fails
Thanks
As I said I solved the problem creating the folder:
/wp-content/plugins/download-manager/assets/font-awesome/css
Then I copied the file:
/wp-content/plugins/download-manager/assets/fontawesome/css/fontawesome.css
to the folder:
/wp-content/plugins/download-manager/assets/font-awesome/css
and renamed it to font-awesome.min.css
It’s not a problem. I only see in my log the error 404 file not found: /wp-content/plugins/download-manager/assets/font-awesome/css/font-awesome.min.css. But with this patch I have avoided the 404 error.
Thanks.
I have spent two weeks of hard work modifying and translating version 4.1.2 pro… If I update the plugin to a new version I loose my work.
Please, can you tell me how to modify version 4.1.2 to solve this problem???
Thanks again
Back again. Please do not forget me…
I have tried to place a php code in the templates to change the date format of the [create_date] and [expire_date] shortcodes and I see that your plugin do not accept php code inside the templates…
I’ve tried to locate the [create_date] and [expire_date] code inside the plugin but I didn’t find it…
So you are my last chance to solve this problem…
Other topic: I have the .po and .mo files translated to spanish and updated to version 4.1.2 pro… If you want them I can send to you
Sorry. The date format I have selected in wp settings page is “d-m-Y” and the time format is “H:i”.
The shortcodes [create_date] and [update_date] show the date with the format selected in wp settings page. Show only the date, no time is shown.
The shortcodes [publish_date] and [expire_date] DO NOT show the date with the format selected in wp settings page. Always show the date in “Y-m-d” format. Also show the time in “g:i a” format. I need to use the format “d-m-Y H:i”
Thanks
Of course… I have not explained well… I have selected date format in my wp settings page… but [publish_date] and [expire_date] shortcodes do not show the dates with the format I choose in wp settings page… These shortcodes always show the date in “yyyy-mm-dd” format… The date format I have selected in wp settings page is “dd-mm-yyyy”
I 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
Let me explain the problem.
I create top category, for example: Colegiados. Then I create subcategory 24000000. This last category is child of category Colegiados. OK.
I add packages and assign to subcategory 24000000. There are no packages assigned to parent category Colegiados.
If I use [wpdm_category id="24000000"] the list shows all the packages assigned to category 24000000. That’s OK.
If I use [wpdm_category id="colegiados"] The list don’t show any package. I suppose this list must show the packages assigned to category Colegiados and the packages assigned to all of the child categories of Colegiados…
Also, in the Categories admin panel, the subcategory 24000000 doesn´t have the “-” on the left (to inform that it is a child category).
And also disappear the upper navbar in the file lists…
If diable bootstrap in funktions.php the style of all your templates disappears…. HELP!!!!!!!!!
I send you two examples: a link template and a page template