WPinThai
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Patterns changed to misleading SYNC symbolHi Williams
Many thanks for your reply.
Not quite. Content has not actually become a synced pattern. It just looks like a synced pattern because the block now has the double-diamond pattern icon that (before the WordPress version update) used to appear only on blocks that were synced patterns.
I received a few other replies via email to this post. Below is text copied from a reply that seems to explain the behaviour …
—————————————-
David Arnado wrote:
Hi @wpinthai ,
This is not a bug. It is also not a plugin or theme conflict. It is a new function in WordPress 7.0.
WordPress 7.0 added a “content-only” edit mode. This mode is now the default for unsynced patterns in the page editor. It changes two things:
- The editor shows the double-diamond pattern icon on an unsynced pattern. You must click “Edit pattern” before you can change the blocks.
- Your patterns are still unsynced. The new icon and the extra edit step do not make them synced. This is why they still show as unsynced in the Patterns screen, in the block chooser, and on older pages.
For a quick fix, you can turn off this mode. Add this code to a small custom plugin, or to the functions.php file of a child theme:
add_filter( ‘block_editor_settings_all’, function( $settings ) { $settings[‘disableContentOnlyForUnsyncedPatterns’] = true; return $settings;} );
After you add the code, an unsynced pattern uses the old behavior again. Test the change on a staging site first.
For more information, please check the following WordPress Core article: https://make.wordpress.org/core/2026/03/15/pattern-editing-in-wordpress-7-0/ ( https://make.wordpress.org/core/2026/03/15/pattern-editing-in-wordpress-7-0/ )
—————————————-
Now working. Thank you
Thanks for your reply. I assume you meant to write “as it is not allowed” ?
Thank you very much for your reply Elena
Some of those events seem to be missing, and some different ones are there also
I think I may also be using an out-dated secret key
I don’t want to change anything before getting confirmation from your team so I will raise a support ticket through our website as you suggest
Warm Regards
Simon
Thank you very much for your reply. I logged into my Imagify account and completed the Contact Us form at https://imagify.io/support/
Thank you very much for your reply
I deactivated, deleted & re-installed the plugin.
Unfortunately, the information in the Imagify column of my Media Library shows the same information as before. (Images uploaded with this month’s allowance show a new filesize & % saving. However, images uploaded in previous months show the status “You have consumed all your data. You have to upgrade your account to continue!” & “Re-Optimize with Lossless compression”)
Understood. Thank you !
Many thanks for your reply.
I did not install the free version on my live site before installing the pro version on it. Do I need both versions on my live site, or is the Pro version enough?
(if just the Pro version is enough, maybe I will just manually create my settings in that, rather than installing the free version if it is not really needed for normal functionality)
Many thanks for your help!
Simon
Re: Plugin Name – Yes, that is the plugin (https://wordpress.org/plugins/imagify/)
Re: Change Config –
I replaced ..
img.wp-post-image, img.attachment-woocommerce_thumbnail
with …
img.wp-post-image, img.attachment-woocommerce_thumbnail, picture.wp-post-image, picture.attachment-woocommerce_thumbnail
… and Success! The Thumb button to appear again on products on loop pages
Shall I leave it like that? Do I need to do anything else?
Many thanks for your reply. I have found that it seems to be a compatibility issue with the Imagify plugin (and not just the latest version of it).
Please could you test your end and let me know what to do about it
Forum: Plugins
In reply to: [Wordfence Login Security] Adding Rank Math to Allowlisted URLsHi Peter
Many thanks for the info. I enabled Learning Mode yesterday for the first time in ages (I have just moved to a new web hosting company) and I will see how that goes. I will try your other suggestions if needed.
Best Regards
Thanks for your reply.
After more Google searching I have found out that (like Cloudflare) QUIC.cloud is a “reverse proxy” type CDN which means it does not use CDN URLs, so I will leave the CDN field blank.
Some other CDN providers are “Pull” or “Push” CDNs (e.g., Bunny.net, KeyCDN)
Useful references include … https://www.quic.cloud/faq/ and https://elementor.com/blog/what-is-a-cdn-guide/ and https://webhookrelay.com/blog/cdn-types-and-setup and this Google Search result
Forum: Plugins
In reply to: [LiteSpeed Cache] How to disable Database OptimizationGreat. Many thanks
Thank you very much. I think I will use QUIC CDN purely for delivery while keeping Imagify as my image optimization tool
The web article you gave a link to does not mention QUIC CDN (can you get it added to the article?)
- Should I leave CDN URL field BLANK, for QUIC as well as Cloudflare?
- Or do you consider QUIC to be a traditional pull-type CDN and I need to enter some URL into that field?