Beta 6.0 - Initial feedback

Thanks Misho. I’ll see what’s up with that layout.

Hey @Misho how are you doing? I was able to fix the product category layout by setting a priority for Product Categories. I think you should probably do this to keep away from undefined behavior. But before I say that’s all. What pages should “Brands” be the layout? Are there any other layouts that are off?

Product Categories

Hi @charlie,

Thank you!

That would mean that basically there was no bug? I’m asking because the layout did fall apart upon updating to Beta 3, which means that something did change. That something has a potential to break a lot of other websites that didn’t have the priority set that way, simply because it wasn’t needed before.

With regards to other assignments that got changed, here is another one:

Original: https://www.optika-kobacic.hr/katalog/naocalne-lece/
Staging: https://www.staging23.optika-kobacic.hr/katalog/naocalne-lece/

This one as well:
Original: https://www.optika-kobacic.hr/katalog/kontaktne-lece/
Staging: https://www.staging23.optika-kobacic.hr/katalog/kontaktne-lece/

Those have issues beyond just having a wrong priority: They had multiple conditions, all now replaced with a single (wrong) one.

Also this one:

Original: https://www.optika-kobacic.hr/outlet-naocala/
Staging: https://www.staging23.optika-kobacic.hr/outlet-naocala/

I think those are all that are broken. If there is nothing to fix on your end to prevent this, I will have to make changes on the current version of Pro before upgrading. I think, however, that losing assignments should’t happen in any case, because your support forum might get flooded with the new release. :slight_smile:

Thanks again!

Hey Misho always good to hear from you. I’ll take a look at these other pages and figure out what’s off. This will help me out a bunch thanks. Good point on the forums haha. I’ll let you know what I find.

1 Like

Hey Misho we will have a fix for this next release thanks for your patience. Please contact me if this is not the case next release. Conditions were also governed by post title ascending in the old version and we will bring that back. In my testing this worked on your site. If you ever plan on changing the Shop page name I would recommend setting a low priority for that one thus allowing for other ones to follow suit.

1 Like

Hi @charlie!

Thank you!

Unfortunately, after installing Beta 4, these templates are still different:

Original: https://www.optika-kobacic.hr/outlet-naocala/
Staging: https://www.staging23.optika-kobacic.hr/outlet-naocala/

I addition, when you scroll down the sticky header now has one item displaced (Katalog). I’m pretty sure I didn’t touched it.

Or perhaps it doesn’t matter? Maybe upgrading from Pro 5 does go as expected? I’ll test that as well.

Thanks again!

Thanks, @Misho…we will take a look into this again.

@Misho my bad I changed the priority on that layout when I was doing testing. When I reset it to zero that layout works as expected. We’ll take a look and see if anything is wrong with the Katalog item in the header.

1 Like

Hi guys,

I just noticed that (in RC1), the “Blank - No Container | Header, Footer” is not the default layout if we create a page from the WordPress toolbar.

Thanks!

Thanks Misho, we’ll take a look.

1 Like

Since Pro 6 is now live, I tried to report this on the support forums, but the response was hopeless. :slight_smile:

I just created a new page from the WP toolbar and it turned out to be a template with a sidebar. Not sure if that’s a bug or you guys gave up on losing the sidebar for new pages?

Thanks!

Hey Misho. I was thinking using the admin sidebar add page would be consistent with other wordpress pages created there which would have a sidebar. Say when you move from another theme to pro. I’ll see about adding in that functionality and if we think it’s a good idea. Worse case scenario I’ll get you filter to control this when you open a page with no cornerstone data. In the meantime if you create pages inside cornerstone they should be created with that template. Thanks have a great day.

Hey Misho. Add this filter in 6.0.1 and you’ll get desired outcome of defaulting to the cornerstone default template (No container | Header, Footer) when a page is created from outside of Cornerstone. The default filter value is true to keep functionality the same.

add_filter("cs_use_wordpress_page_template", function() {
  return false;
});
1 Like