could you please share a basic project so I can a look. All of my attempts I cant get a crash.
Hi @Norm,
I’d love to see this issue with Wordpress reported a while ago fixed in the next release.
Interesting so it didn’t crash first time then.
Tried that right click duplicate on Ventura 13.6.0 (Intel) & Blocs 5.1.4 & doesn’t crash - looks like a Sonoma thing, probably.
Bill
I’ll keep trying that one.
I did exactly what you did but got no crash.
Tried it several times.
Sonoma 14.1 on a MacMini M2.
Intel I think I might have one laying around collecting dust
There is a brick that I am working on (slowly), and when I change the version, upon opening a project that was created with a previous version, Blocs correctly detects and asks if I’d like to update it. If I select to update the brick, Blocs crashes completely.
I filed a bug report on this
Hi @Norm,
Here is another issue that I would love to see fixed in the next release, for which I have been using a work-around.
Please refer to the image below, and the setting to add support for featured images:
When unchecked it produces the following code:
// Add Featured Image Support
add_theme_support( 'post-thumbnails', array( 'post', 'custom-post-name') );
When checked it produces the following code:
// Add Featured Image Support
add_theme_support( 'post-thumbnails', array( 'post', 'custom-post-name','page') );
However both codes kinda cause an issue when you have a plug-ins that creates other types of posts, which can use the featured image. In both cases, the featured image is not displayed.
The function as produced by Blocs, in either case, actually limits the display of the featured image to ONLY posts, custom posts generated by the blocs exported theme, and when checked to pages as well.
After doing some research on the function add_theme_support, I came with a solution to show the featured in any kind of post, custom post or page, and also from 3rd party plug-ins. Add the code below to the using the code editor and place into the Extra Functions (WP)
<?php
// Fix the Add Featured Image Support
// In file: wordpress-setup.php
// If no array passed, all posts, pages will support featured image
add_theme_support( 'post-thumbnails' );
?>
It would be nice if that this could be a default in Blocs, and if so, desired, limit where the featured image is displayed, or something like that.
Thanks
If not, you can buy my intel 16” MacBook Pro for $5000, it’s vintage you know ![]()
I love my Intel 16” MacBook Pro, I plan to use it until it’s last breath ![]()
I should have sold mine by now, but I love the display… after I got my mini I was going to sell the 16” and buy a new Air.
The only issue I have is Sonoma broke wifi
. I haven’t booted it for a couple of weeks, I need to fix that at some point.
Joking a side, could you please send me a copy of the right click in layer tree crash report please.
I’ve added support for this in beta 3, I’ve tested it briefly and it looks like it’s working fine for me so if you can test it also that would be great ![]()
