• Greets:
    I have a staging site on my Mac, setup using Local. I have created a site, then installed the Create Block Themes plugin.

    For a few days, I’ve been able to follow along to a course that includes the creation of Pages, Patterns, Templates, etc. For some reason, the plus sign that is usually near the editor’s category (Pages, Patterns, etc.) do not appear. I see that I can add blocks, but not create new ones.

    I have also created a staging site on my WP host online. Added the plugin there, but again the plus sign is not where expected either.

    In both cases, I’m using the latest version of WordPress (6.8.1).

    This is concerning, because I’m otherwise unable to create new assets with the editor. I’m not sure what’s happened, but could use some help

    I am using Safari on MacOS 15. 6. I have it in dark mode, but the plus sign was there before regardless of appearance.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you find the instructions on how to create patterns at your other forum post helpful?

    You are probably seeing none of patterns because you have errors in PHP code in one of your patterns. These errors do not appear in output, since patterns are fetched via AJAX. To debug, set WP_DEBUG to true in your wp-config.php

    define( 'WP_DEBUG', true );

    and DEBUG_LOG to true

    define( 'WP_DEBUG_LOG', true );

    After that, reload page and try to invoke patterns and check debug log.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.