I updated to 6.0.2. At least the Layouts are no longer missing for woo commerce categories, shop, single, etc. now. But archive layouts are broken. When I try to edit them, they show the classic header and footer and all of the elements that I added show missing elements.
Maybe it has to do with what I read in this thread about woocommerce Pro 6.0: Error after updating
“This issue will be fixed in 6.0.2 Misho. Product Taxonomy archives were being labeled as singles internally.” !
Looking at the error logs, I see this error:
2023-01-02T22:51:44+00:00 CRITICAL Uncaught Exception: Class Themeco\Cornerstone\Elements\BreakpointData not found in /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Util/IocContainer.php:72
Stack trace:
#0 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Plugin.php(76): Themeco\Cornerstone\Util\IocContainer->resolve()
#1 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Elements/Migrations.php(238): Themeco\Cornerstone\Plugin->resolve()
#2 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Elements/Migrations.php(77): Themeco\Cornerstone\Elements\Migrations->query_style_migrations()
#3 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Elements/Migrations.php(19): Themeco\Cornerstone\Elements\Migrations->migrate_element()
#4 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Services/Elements.php(332): Themeco\Cornerstone\Elements\Migrations->migrate()
#5 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Services/Elements.php(263): Themeco\Cornerstone\Services\Elements->upgrade_classic_element()
#6 /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Services/Elements.php(48): Themeco\Cornerstone\Services\Elements->upgrade_classic_elements()
#7 /home/xxxxxx/public_html/wp-includes/class-wp-hook.php(308): Themeco\Cornerstone\Services\Elements->init()
#8 /home/xxxxxx/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
#9 /home/xxxxxx/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
#10 /home/xxxxxx/public_html/wp-settings.php(617): do_action()
#11 /home/xxxxxx/public_html/wp-config.php(93): require_once('/home/509639.cl...')
#12 /home/xxxxxx/public_html/wp-load.php(50): require_once('/home/509639.cl...')
#13 /home/xxxxxx/public_html/wp-blog-header.php(13): require_once('/home/509639.cl...')
#14 /home/xxxxxx/public_html/index.php(17): require('/home/509639.cl...')
#15 {main}
thrown in /home/xxxxxx/public_html/wp-content/themes/pro/cornerstone/includes/classes/Util/IocContainer.php on line 72
I’m not sure why BreakpointData was not found in that file.
Issues after updating:
The header, footer, and many pages and layouts (all built with Pro) were broken, but after opening them and re-saving them most of them are working.
Apart from the main issue with woocommerce archives noted above, here is one other issue to share with your developers:
I am using a background image as the featured image for blog single layout. It disappeared after the update. I looked into developer tools and saw if I set z-index to 0 instead of -1, the image appeared. It was set to auto in the layout builder for the background image element in the setup section. I updated it to 0. It’s working now, but I bet a lot of other people will have the same issue.
Please let me know if I need to wait for the next version of the theme. It was supposed to be fixed in 6.0.2 but @Misho also appears to be having an issue on one of his sites.