WordPress / wporg-main-2022

A block-based child theme for WordPress.org, plus local environment
62 stars 22 forks source link

Cookie page are having layout issues and is missing translations #429

Closed Zodiac1978 closed 2 months ago

Zodiac1978 commented 2 months ago

While testing, @timse201 found out that the Cookies page does have some issues: https://de.wordpress.org/about/privacy/cookies/

The main page on Dotorg seems to live on the old theme: https://wordpress.org/about/privacy/cookies/

But the translated page on the German Rosetta site is on the new theme and this has some minor issues:

The tables are partially hidden because of the 60px padding on the parent wrapper moves them out of the layout.

Also the page is not translated anymore.

(First reported from @coachbirgit on this post)

ryelle commented 2 months ago

The Privacy subpages should all still be using the old theme (https://github.com/WordPress/wporg-main-2022/issues/205), so there's a bug in the script that conditionally loads the new theme.

ryelle commented 2 months ago

The theme switcher script has been fixed, this page should use the old theme again.