Hi,
I reset the cache and it started to work, but this counter is not so accurate, because I downloaded a file yesterday at 10:30 pm and it is being counted as if it were today too.
Is there a bug in this?
Hi,
I use the free version 3.0.96, I don’t have these options to fix this. Is there another way?
thanks!
Sorted out.
In the file wp-contentpluginsdownload-managertplsuser-dashboard> download-history.php, line 22, replace with the code:
<td> <? php echo wp_date (get_option (‘date_format’). “H: i”, $ stat-> timestamp, null); ?> </td>
and in the file wp-contentpluginsdownload-managertplsuser-dashboard> profile.php, line 157, replace with the code:
<td> <? php echo wp_date (get_option (‘date_format’). “H: i”, $ stat-> timestamp, null); ?> </td>
With that, the time is the same as the WordPress platform. I think this needs to be fixed in the next update, thanks!
Hello, unfortunately the command did not resolve, see below.
TESTE 01 20 de maio de 2020 01:38 (historic subscriber panel) *wrong!
TESTE 01 | 19 de maio de 2020 22:38 (download history on the WP panel) Correct!
I await your help and thank you!
ok, but when you update the plugin, it will be deleted and will I have to do it again?
about recaptcha, i’m using version 2, but it still doesn’t work at all.
thanks for your help!
I solved it with the code below, thanks!
@media screen and (max-width:580px) {
div#wpdmreg .col-sm-5, div#wpdmreg .col-sm-6 {
padding-left: 15px!important;
}
.w3eden .row, .w3eden .form-group {margin-bottom: 0!important;}
.w3eden .input-group { margin-top: 15px!important;}
.w3eden .btn {margin-top: 15px;}
}
@media screen and (min-width:581px) {
div#wpdmreg .col-sm-5 {
margin-bottom: 5px;
}
Hello, thanks for the quick response. I use it and it doesn’t work, I did tests in other applications and it works.
Unfortunately that doesn’t work.
I put the code correctly, by default, it would have to work on login and registration and, even so, put reCAPTCHA: true in the code, but it doesn’t work.
There is a link to the settings, I’ll check if I’m doing it right, but I think so.