igor4wp
Forum Replies Created
-
As thought the issue was caused by the fact Turnstile is sitting inside the pop-up on this page, but the same behaviour was observed (see the report here) on the contacts page where both CF7 & Turnistile were placed on the plain page
Please see here the list of js I delay with FVM – is it possible that one of those causes the issue? If not – nothing else comes to my mind TBHForum: Plugins
In reply to: [Polylang] table-string.php. Error message: Uncaught TypeError: stripos()Dear @chouby,
Just wondering if you had a chance to look into my issue?
please see below the fragment of the code of /wp-content/plugins/polylang/settings/table-string.php
line 275 (which triggers an error) is highlighted in bold// Filter by searched string $s = empty( $_GET['s'] ) ? '' : wp_unslash( $_GET['s'] ); // phpcs:ignore WordPress.Security.NonceVerification, WordPress.Security.ValidatedSanitizedInput if ( ! empty( $s ) ) { // Search in translations $in_translations = $this->search_in_translations( $mo, $s ); foreach ( $data as $key => $row ) { if ( stripos( $row['name'], $s ) === false && stripos( $row['string'], $s ) === false && ! in_array( $row['string'], $in_translations ) ) { unset( $data[ $key ] ); } } }
Your advice is much appreciated
Hi @elliot
The score is 100% indeed, but the total loading time is 7s and there are still multiple “No Response Headers – Request incomplete” lines in the waterfall report
I haven’t manipulated delayed anything related to Turnstile so can’t really understand the reason for this behaviour
Forum: Plugins
In reply to: [Polylang] table-string.php. Error message: Uncaught TypeError: stripos()Dear @chouby,
I was trying to find the source of the error – disabling the plugins and changing the theme to dafault didn’t resolve the issue
Could this somehow be related to the following changes that I’ve recently made:
– replacing mysqli by nd_mysqli
– replacing collation to <dfn title=”Unicode (UCA 4.0.0), case-insensitive”>utf8mb4_unicode_ci</dfn>
If so, please advise if I need to change anything in the Polylang settingsI see no other potential reasons for the error, your advise is much appreciated
Forum: Plugins
In reply to: [Polylang] table-string.php. Error message: Uncaught TypeError: stripos()Thank you @Chouby
Unfortunately, I wasn’t able to locate the root cause of the issue following the approach you suggested ??
Maybe you can share some other hints on how to locate the source of the issue and get it resolved
as a temporary workaround I’ve set overflow to visible (both for columns and inner columns), but hope this could be fixed on the plugin level
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha v3 integration triggers errorI had no idea how to fix it so decided to implement the solution from cloudflare (turnstile) – so far so good
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha v3 integration triggers errorthanks @takayukister
I added the keys exactly as described and this triggers an error
(previously we used Invisible reCaptcha plugin, but it’s not compatible with PHP 8.1)Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not showing success messageHello @takayukister
I’ve done as described, but no luckAny suggestions?
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not showing success messageHi @takayukister
The list of all plugins installed is in the 1st message.
Theme: Blocksy PRO by CreativeThemesThank you, it helped to resolve the case.
Same here, it drives me crazy tbh
I’ve managed to align buttons at the bottom of the columns!
.butbot .stk-block-column__content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.stk-block-button-group {
flex-grow: 1;
display: flex;
align-items: flex-end;
}(.butbot is a custom class created to narrow the focus of the snippet above)
Maybe someone can help to find where is the mistake in my snippet so it will align “Read more” links at the bottom of the columns https://prnt.sc/Dddf0qXc4Ko-
I’ve tried similar approach but can’t identify the correct classes:
.texbot .stk-block-column__content {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.stk-block-expand__show-button {
flex-grow: 1;
display: flex;
align-items: flex-end;
}(.texbot is a custom class created to narrow the focus of the snippet above)
Forum: Plugins
In reply to: [Polylang] Language locale issue on the homepageplease check on your site – looks like a recent update has fixed the issue and we can enable Hide URL language information for default language feature
a quick check on my site seems to be ok
Forum: Plugins
In reply to: [Polylang] Language locale issue on the homepageIt would be great if @chouby could find a minute to reply to us!