Legiotek

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
Apr 17, 2023 at 10:26 am
#186002
Participant
Legiotek
OP

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

Jun 10, 2021 at 10:23 am
#155060
Participant
Legiotek
OP

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.

Sep 4, 2014 at 10:57 am
#20349
Participant
Legiotek
OP

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

Sep 3, 2014 at 12:13 pm
#20315
Participant
Legiotek
OP

Back again. Please do not forget me…

Jul 30, 2014 at 4:36 pm
#19137
Participant
Legiotek
OP

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

Jul 28, 2014 at 5:51 pm
#19071
Participant
Legiotek
OP

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

Jul 28, 2014 at 5:05 pm
#19063
Participant
Legiotek
OP

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”

Jul 28, 2014 at 12:20 pm
#19046
Participant
Legiotek
OP
This reply has been marked as private.
Jul 25, 2014 at 4:38 pm
#18952
Participant
Legiotek
OP
This reply has been marked as private.
Jul 25, 2014 at 8:51 am
#18925
Participant
Legiotek
OP

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

Mar 7, 2013 at 7:04 am
#4658
Participant
Legiotek
OP

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).

Mar 1, 2013 at 8:40 am
#4569
Participant
Legiotek
OP

And also disappear the upper navbar in the file lists…

Mar 1, 2013 at 8:30 am
#4566
Participant
Legiotek
OP

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

Viewing 13 posts - 1 through 13 (of 13 total)