GeDInfo
Forum Replies Created
-
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Ally cache nonce valueCan you confirm that the issue is not related to Ally? The only thing I can see is the HTML stored in the wp_ea11y_page_scanned table, specifically in the full_html column, which is caching the update_order_review_nonce value.
Thank you,
AlessioForum: Plugins
In reply to: [reCaptcha by BestWebSoft] Problem on ReCaptcha keysHi,
updating the plugin it’s seems like everything is working fine. The messagge was a little bit misleading.
Thank you,
AlessioForum: Plugins
In reply to: [reCaptcha by BestWebSoft] Problem on ReCaptcha keysTo add information, we tested version 1.73 of your plugin on a copy of the site. Now the error is different and says “The reCAPTCHA verification period has expired. Please reload the page.” as soon as I click the test recaptcha button
Hi Robert,
your solution sounds perfect to me, I’m looking forward to see it implemented in your plugin!
Thank you for you help and time, I’ll mark this ticket as resolved (brilliantly)
Have a nice day,
AlessioHi Robert,
we tested and checked the email log and we are sure the email is not even sent from the site.
For my suggestion, I’ve looked inside the plugin’s code and, for what I can understand, I saw the email with che confirmation code is not sent if the last code generated is not used. I was wondering if you can check and write on video if the confirmation code was created before and still valid since the email is not sent in this scenario.
For example:
If I try to log in today, but for some reason I generate the confirmation code but don’t use it (maybe because I don’t need to login anymore). When I try to log in the next day, since the confirmation code was already generated yesterday, the email with the code will not be sent. In this case I think you can add some text with “The confirmation code is already be generated, check your email o click on the ‘resend’ button”I know it sound crazy, but this scenario already happened a few times with some of our clients
I hope I was clearer this time (English not my first language)
Thank you,
AlessioHi Robert,
sorry for the late reply.
Yes, I’ve replicated the problem with all the browsers. But now I know is not a bug per se, but it’s something done with a logic.My problem is that I use your plugin in some of my clients’ site, so when they don’t receive the code, they write to me looking for a solution.
I think my problem can be resolved with a more detailed label when the code is not send while the page is navigate and the code was already generated but never used.
In shorts I’m changing my ticket from bug to suggestion
Thank you,
AlessioHi Robert,
yes we tried everything we could.
With even further tests, we have replicated the problem with all the browsers.
For what i can see and understand OTP doesn’t expire if not used, so $has_expired is valid and the email is not sent. Maybe this problem can be solved just adding a label with “You have already created a validation code, if you lost it click on resend code” or something like that?Thank you for your reply
AlessioWith further test, it looks like the last code sent is expired but the email is not sent because $has_token is not empty or !$has_token
- This reply was modified 3 years, 10 months ago by GeDInfo.
Forum: Themes and Templates
In reply to: [AccessPress Staple] Multilanguage siteThank you for your support!!
I’ll check the documentation you sent me.
Thanks again,
AlessioForum: Plugins
In reply to: [Knews Multilingual Newsletters] Authenticated SMTP doesn’t work.I tried to study the situation…
The real problem was an authentication error when sending email through SMTP Authenticated.
I have solved so:
Change /knews/includes/knews_send_mail.php
adding under $mail->SMTPAuth=true; (Row 61);
$mail->AuthType = ‘LOGIN’;
adding under $mail->SMTPAuth=true; (Row 90);
$mail->AuthType = ‘LOGIN’;Now everything is working correctly!!!
I hope for you to enter the change in the next release of the plugin.
Yours sincerely
Hi Roch,
thanks for your reply, but it seems like your solution doesn’t works.
Maybe I explain bad the problem.I have team “A.S.D. PALLAVOLO BORGONOVO” whom played on competitio “Girone C” in 2015/2016 and now play on competition “Girone A” in 2016/2017.
I setted the team like this:

and then the team shows in the correct league table:
competition “Girone C” in 2015/2016

competition “Girone A” in 2016/2017

but than the team appears in this table:
competition “Girone A” in 2015/2016

Now I know I can set the team manually for each league but I want to understand if i’m doing something incorrectly or it’s just a bug
Hi Roch,
sorry for the late answer.The problem with the quick edit is still there, so no the problem itself wasn’t resolved but the workaround works.
Sorry again for the delay of the answer
and thank you
So it isn’t only on my side… thank you for your help
Oh ok!!
thank you for the reply!!Yes it is the 2.0.4