bobbingwide / fizzie

Fizzie theme - a Full Site Editing theme using Gutenberg blocks
9 stars 1 forks source link

Test with WordPress 6.2, Gutenberg 15.3.1 and update for 2023 #84

Closed bobbingwide closed 1 year ago

bobbingwide commented 1 year ago

While retesting #75 I noticed that the Copyright dates in the footer needed updating. I changed the template part using the site editor. On redisplay the text in the footer was white... so unreadable on a white background.

Looks like I need to retest the Fizzie theme and close off a few of the open issues.

bobbingwide commented 1 year ago

On redisplay the text in the footer was white... so unreadable on a white background.

The footer.html template is now rendered with

<footer class="footer wp-block-template-part">

on live it's

<div class="footer wp-block-template-part">

The CSS in style.css sets the color to white. I wonder what caused the change in the tag?

It appears that I now need to either update the CSS or add the tagName attribute set to div for each inclusion of this template part.

<!-- wp:template-part {"slug":"footer","theme":"fizzie","tagName":"div","className":"footer"} /-->

Changing the CSS is easier. Add footer.not(.footer) to the selector list starting .page-footer.

bobbingwide commented 1 year ago

There's some logic in the theme to enable Appearance > Menus. I think this can be removed now.

Appearance > Customize is also available in blocks.wp.a2z, but I don't know why. /wp-admin/customize.php?return=%2Fwp-admin%2F

In blocks.wp-a2z.org I have Appearance >Additional CSS which goes to https://blocks.wp-a2z.org/wp-admin/themes.php?page=editcss-customizer-redirect

bobbingwide commented 1 year ago

Appearance > Customize is also available in blocks.wp.a2z, but I don't know why

This is added by WordPress SEO 20.2.1

bobbingwide commented 1 year ago

v1.2.0 is now on blocks.wp-a2z.org