- NewsmagHow to update a plugin
- NewspaperHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
Among other things, the version of simplepie was updated in core and breaks anything using the old version!
Hi,
Did you perform a clean update? Please make sure that the theme and theme plugins were not overwritten or replaced. Also, check whether you’re using a child theme—if you are, please disable it temporarily and run a test.
Regarding the tagDiv Cloud Library, you can install Query Monitor to identify which request is causing the issue. It’s usually related to an element that was updated, especially since the problem appeared after the theme update.
Thank you!
Hi everyone,
I recently updated my website from version 11.5 to the latest version. After the update, the site takes an extremely long time to load and eventually shows a 505 error. If I deactivate the Cloud Library plugin, the site loads normally, but the layout and content (may be not complete content) display incorrectly.
Has anyone experienced this issue or know what might be causing it?
Hi,
Many plugins are currently incompatible with WP 6.9, including major ones like Yoast, WooCommerce, and Elementor, Rank Math (just made a new update promising to fix the errors), all of which had to release emergency updates. WP 6.9 introduced changes to core code that have broken a lot of functionality.
Hi,
Do you use the responsive theme version? https://i.imgur.com/xx9VO9X.png – https://i.imgur.com/dsBxxBL.png If so, then the elements added on the desktop will also be displayed on mobile.
Now in case you created a mobile page, then when you edit the desktop version the mobile page will not be updated since it is a different page.
If you want to have the same layout, just use the responsive version, no mobile page or mobile theme plugin.
Hi,
This was a problem with the previous version of Rank Math SEO, the new update should resolve the problem.
Thank you!
A *lot* of plugins are not compatible (yet) with WP 6.9 – Yoast, WooCommerce, Elementor all had to do emergency updates – one plug I rely on, FeedWordPress generates error trying to run. WP 6.9 changed some core code, which breaks a *lot* of stuff.
I rolled back to 6.8x on five sites to ensure they work.
(I don’t work here.)
Today, I upgraded to WordPress 6.9.
However, as soon as I began editing and creating posts in the admin area, the CPU on the server started to show 100% usage. RAM usage also went through the roof.
After looking into the issue, checking online on other websites like this thread on Reddit, this looks like a theme compatibility issue.
I disabled as many plugins as I could, but of no use. Please look into the matter, and what’s your ETA on a 6.9 update fix?
Thanks.
how to ad inside your webiste column your facebook feed live and updates automatic tagdiv composer can oney tel me easy way
FYI:
WP 6.9 broke a lot of plugins; including Yoast, WooCommerce, etc. (those two got emergency updates).
Several other plugins we use like FeedWordPress also broke and not yet updated.
In our case, we had to rollback to WP 6.8x to get all elements properly working again.
As the old TV show used to day, “be careful out there.”
Looks like RankMath’s update that just got pushed fixed this.
Not sure what happened
I updated some plugins last night and ever since, my front page isn’t loading right, but posts are?
I have no idea what is going on here.
https://natisports.net/ won’t load on mobile and on desktop it won’t load images
but if you go to an actual post like https://natisports.net/cincinnati-reds/emilio-pagan-signs-back-with-reds/
it loads fine?
Any ideas what this could be
can you please update that to share it also on instagram?
Yes, it was the latest update to the Rank Math SEO plugin that was causing the problem. I disabled the Slack Enhanced Sharing option and it’s working now. Thanks!
I have deactivated Yoast SEO and gallery works as it should. But the fact is that this error occurred after WP 6.9. update. Before I had Yoast SEO enabled with Newspaper theme and there were no problems.
So is this just Yoast SEO issue or is this issue in correlation between the theme and SEO plugins in WP 6.9. environment – I saw that problems with images were with Rank Math SEO plugin as well.
I think developers should connect and find out who needs to make changes to put things back together as they were in older version of wordpress.
Kind regards,
Peter
Hi,
Normally, after you set the YouTube link, save the article, and refresh the page, you can replace the thumb generated by YouTube – https://i.imgur.com/KNnBYJU.png update the post, and this will display/use the New Image as a thumb for blocks.
Thank you!
Yes, Rank Math 1.0.259 breaks other CSS, too. Rolling back to 1.0.258 works for WP 6.9.
https://wordpress.org/support/topic/rankmath-and-newspaper-theme-problem-after-wp-6-9-update/
We have had some issues on some sites, unrelated to tagdiv with the new WP 6.9 update today. Rolling back to 6.8x solved it. (I don’t work here.)
Check your
Test method found that Big grid Flex blocks do not display the image after the new update of Rank Math SEO 1.0.259.
Rollback to Rank Math SEO 1.0.258 – site works fine
Here is quick workaround (may help support debugging problem) until we wait for update:
add_filter('td_data_source_blocks_query_args', function ($args, $atts) {
if (isset($_POST['td_current_page'])) {
$current_page = (int) $_POST['td_current_page'];
$posts_per_page = (int) $args['posts_per_page'];
$offset = ($current_page - 1) * $posts_per_page;
$args['offset'] = $offset;
}
return $args;
}, 10, 2);
By test method we found that Big grid Flex blocks do not display the image after the new Rank Math SEO 1.0.259 update
Rollback to Rank Math SEO 1.0.258 – site works fine
No updates or plugins changed recently. WordPress version 6.9. As of early this morning, we noticed Home Page and all other Pages distorted. Disabled all plug-ins and checked one at a time and confirmed no plug-in conflicts. Tried many different browsers. Still all pages distorted, which suggested a Theme Issue. Narrowed it down to the Home Page Slider. Removed it. Cleared all caches. All Pages still distorted. Our Site: https://www.bizcatalyst360.com/
HELP!
Calin, I asked the question to Gemini : here is the response :
WordPress 6.9 introduced significant changes to the Block Editor, data APIs, and the handling of layouts (columns, grids). These areas are essential for a complex magazine theme like Newspaper. A theme that has not yet been updated for these changes is highly prone to breaking the display.
1. 🛑 The Likely Cause: CSS and Block Structure
The display issue where photos show up “one under the other in large size” is the default appearance when the CSS that is supposed to create the gallery columns (using display: flex, grid, or float) is no longer being applied.
This could be due to:
HTML Structure Change: WordPress 6.9 may have changed the HTML tags (the <div>s) surrounding the gallery images. The Newspaper theme’s CSS is no longer finding the correct selectors and therefore fails to apply the column layout.
CSS Conflict: New native WordPress 6.9 CSS is unexpectedly overriding the theme’s CSS.
2. ⏳ The Recommended Solution: Wait for the Newspaper Update
Since the theme is the most probable source of the issue, the most stable and long-term solution is to wait for tagDiv (the Newspaper theme developers) to release an official compatibility update for WordPress 6.9.
Action: Check the Newspaper forum or changelog page (on ThemeForest, if you bought it there) to see if they have published an announcement regarding 6.9 support or a release date for the next version.
No changes were made to the website (updates, installations). It just stopped working out of the blue.
Hi,
This is a problem caused by Rank Math’s last update when a new option was added by default, enabled. Please go to Rank Math SEo > Titles & Meta go under Pages and disable the Slack Enhanced Sharing
https://prnt.sc/XuShc0tCzQvy
https://prnt.sc/d61jK5Z3FPDr
same screenshot as above
Thank you!