Erick
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Security questionHi Tobias,
Thank you for responding and explanation π
I’ll let you know if there’s any further questions, but I’ll mark it as resolved.
Have a great week ahead.
Thanks!
The main website is also down π
Hi @wfpeter
Thanks for the response. It’s the server logs. It would be fine for hours then there would be a slight surge for a couple of minutes then back to normal. The warning is always similar and it’s the same file as well.
Is throttling recommended in this case than blocking?
Hi, I did more testing and the issue occurred even at 6.2.3
No worries at all. I am just hoping that the solution I did is a workaround for the error I am encountering.
I modified the code on line 73 and it seems to have fixed the issue in my case temporarily. I found that the problem is not related to ACF, but it started on Kadence version 3.1.16 with the introduction of Pexels. I’ve already disabled the option in wp-config, but the issue persisted.
// $current_screen = is_admin() && function_exists( 'get_current_screen' ) ? get_current_screen()->base : '';$current_screen = is_admin() && function_exists( 'get_current_screen' ) ? get_current_screen() : null;$current_screen_base = is_object( $current_screen ) ? $current_screen->base : '';if ( $this->image_picker_has_access() && $is_option_enabled && 'upload' !== $current_screen_base ) {Hi, thanks for replying.
I did more testing and it seems like it happened after updating another plugin – Advanced custom fields pro to the latest 6.2.4.
Does the plugin support that compatibility?
Ah found the easy solution which was already built-in.
<?php wp_title(''); ?>Basically if you leave the SEO Title Blank, It will pull from the SEO title located in Search Appearance – Yoast SEO
Forum: Plugins
In reply to: [Event Tickets and Registration] Error on Signing Secret Webhook StripeHi,
Theme is Divi.
Yes, all plugins are up-to-date, not in test mode and the signing secret has whsec_.
Forum: Plugins
In reply to: [Name Directory] Allowing HTML markup in name entriesHi Jeroen,
Thanks for the prompt response.
Makes total sense and not a problem. Thanks for the suggestion as well. I’ll give that a go.
Regards,
EForum: Plugins
In reply to: [NextGEN Download Gallery] Redirecting when non-admin downloadCheers.
I’ve sent it yesterday.
Regards,
EForum: Plugins
In reply to: [NextGEN Download Gallery] Redirecting when non-admin downloadHi Ross,
Thanks for the reply.
As the page is locked within a test environment, would you have an email I can send the credentials too?