horseguards
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After disabling wp-cron, cpanel cron doesn’t seem to run properlyIt was my mistake! I added “wget -q -O” and now it works ok
Thanks anyway.
Forum: Fixing WordPress
In reply to: After disabling wp-cron, cpanel cron doesn’t seem to run properlyalso, when I click on “Run now” (on wp-control), it shows the message
“Scheduled the cron event action_scheduler_run_queue to run now. The original event will not be affected.”
but nothing happens.Forum: Plugins
In reply to: [WP Offload SES Lite] PHP Warning: IDNA_DEFAULTWe are getting hundreads of warning messages like this one.
Any ideas on how to solve this issue?
[14-Mar-2021 23:21:42 UTC] PHP Warning: Use of undefined constant IDNA_DEFAULT – assumed ‘IDNA_DEFAULT’ (this will throw an Error in a future version of PHP) in /home/mcniac/public_html/wp-content/plugins/wp-ses/vendor/Aws3/GuzzleHttp/Client.php on line 195
I found the solution! In case someone needs it, this is what I did:
1 .- Inside your WordPress theme, create a directory named “wpforms-email”
Within this new directory, create a file named “header-default.php” and paste this file
https://gist.github.com/jaredatch/35fd8c03f40fcb916cf0aa45f9c969c7
(I have done this to make sure that the next plugin update doesn’t overwrite the change)
This header-default.php was meant to change the color of the notification’s background to white. You can leave it as it is o edit it from here.2 .- I added this code on line 267:
<td align=”center”>
<?php
global $wp;
echo home_url( $wp->request )
?>
</td>3 .-It works!
I am not a coder. If someone has a better solution, I am all ears!
Forum: Fixing WordPress
In reply to: Uncaught TypeError: can’t access property “__”, wp.i18n is undSolved!
Thanks!
Forum: Reviews
In reply to: [Contact Form 7] 5.0.5 is excellent. Please keep reCAPTCHA v2go to
https://ww.wp.xz.cn/plugins/contact-form-7/advanced/
then PREVIOUS VERSIONSForum: Fixing WordPress
In reply to: change unconfirmed users statusHi,
No, I am not a multisite. What I need is to create a new profile like “UNCONFIRMED” or similar, for all the ‘awaiting_email_confirmation’.How can I do it?
Thanks!
But the plugin works very well. The only conflict is on this page, only. Do you really reckon I need to do it?
Please, anyone?
also, in that /user/ page, when logged in, you can’t log out. So far I have checked, only in that page. There has to be something wrong, but I can’t figure out what.
same on mobile
http://www.awesomescreenshot.com/image/1547002/57e629dc241fb6f2fe092fc5acd2d4f0
http://www.awesomescreenshot.com/image/1547004/5b1ce7e6a073a8c207b9a1418190283c
It must be something related with the css. If you check the “remember” checkbox, it is different.
I have found the solution, changing css.
Thanks anyway!
Great!
it worked!!
Thanks so much!
My UM register is on
/register
but I am not sure If I should make a 301 redirect from/wp-login.php?action=register