harmonyous
Forum Replies Created
-
Hello,
After a day, the “accordion blocks” showed up again in editor.
Existing accordion blocks can be edited again.
I did not do anything else after my previous reply.
Nothing updated whether it was another plugin or in the server.
This has been the weirdest problem i have encountered.@istiakrayhan nah, I won’t bother you that much. I’ve also installed it on several sites on the same server with similar plugin stack but this one’s the only one that has a problem. This is basically an isolated case.
Just now, I uninstalled it and removed everything related to it in the database. Installed the plugin again and nothing happened.
I’m just running out of ideas.Additional Information:
My server rebooted about 18 hours ago due to a kernel update. The front‑end of my site still renders Ultimate Blocks content correctly, but in the block editor all Ultimate Blocks are missing from the inserter, and existing Content Toggle blocks show as “unsupported.”I’ve already tried:
- Deactivating/reactivating Ultimate Blocks
- Uninstalling/reinstalling the plugin
- Confirming Content Toggle is enabled in settings
- Disabling the SEO plugin that updated recently
- Rolling back Ultimate Blocks to the previous version
- Disabling Jetpack completely(since console errors are related to jetpack)
Console errors in the editor include:
Cannot read properties of undefined (reading 'ReactCurrentOwner')inblocks.build.js,link-attributes.js,single.jsStore "core/abilities" is already registered.- Failed to load resource
//stats.wp.com/w.js?67 - 403 error on
/wp-json/wp/v2/block-directory/search?_locale=user
Current behavior:
- Front‑end: Ultimate Blocks content displays normally.
- Editor: All Ultimate Blocks are missing from the inserter, existing ones show “unsupported,” and console errors occur.
This looks like a React/Gutenberg compatibility issue in the editor, possibly aggravated by Jetpack scripts, but persists even with Jetpack disabled.
I guess I’ll try what will work for me. thank you.
Forum: Fixing WordPress
In reply to: accordion block not working if there is any js optimizationI see. I guess I’ll do just that.
Thank you.Forum: Fixing WordPress
In reply to: accordion block not working if there is any js optimization@threadi but, will it still be considered as a plugin problem if several plugins have the same issue? Also, only the new block, the wp-block-accordion, is the only one affected. All other blocks are working as they are.
I’m using child themes of default wp themes 2023 – 2025 on my sites and all them are using Gutenberg. I’m only using native blocks and they are all working as they should aside from the new one(accordion).Hello @ionutn,
I’ve deleted the rule and tried your suggestion but that didn’t work. However, when I tried to deactivate and activate the plugin and reenable cloudflare cache, it finally worked.
I guess this trick is better than adding www manually on the host name.
Regards.
@isaumya tried it and after testing some things, everything seems to be working fine. Thanks.
Forum: Plugins
In reply to: [WP Post Nav] Stopped Working after updating to WP 6.2.1@jo4nny8
Yeah, I’m using 2023 theme. Though I just read that it was a buggy wordpress update issue. Looks like I bothered you for nothing.@rubin-sev
Thanks for the suggestion. I rolledback my wordpress to the previous version since that’s easier to do, lol. It looks like a crappy wordpress core update so I’ll just wait until they fix it.Yeah, the updates have resolved everything.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] No Longer Working@gavinohanlon I found the culprit. Thank you very much.
Forum: Plugins
In reply to: [Quiz Cat - WordPress Quiz Plugin] No Longer Working@gavinohanlon apologies for the delay. I had to deactivate all my plugins because of something.
I activated it again so please let me know your finding.Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Latest posts block not aligning center@thelmachido It was working with my previous theme so I thought it would work this time again.
That query loop got my interest. I guess I’ll redesign my home page using that. Thanks for the suggestion.So that’s all I need to do. Thank you very much for your help and patience @zoonini.
@zoonini That is my complaint. I already changed it, several times, but old posts still follows the default color.
Added the following in CSS but it only worked on new post’s links.
a { color: #00D084; } a:hover { color: #8ED1FC; text-decoration: underline; } a:visited { color: #00D084; }