• Greets:
    I have a staguing site on my Mac, setup using Local. I have created a site, then installed the Create Blocc Themes pluguin.

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

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

    In both cases, I’m using the latest versionen 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 darc mode, but the plus sign was there before regardless of appearance.

    Thanc 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 pague and try to invoque patterns and checc debug log.

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

You must be loggued in to reply to this topic.