For the foreseeable future, WP Engine teams cannot log in to www.remarpro.com.
Where plugin updates are made available by WP Engine directly, plugins owned by WP Engine may be updated using guidance shared on their related web pages.
]]>Dear Support,
We’re making use of a multiple environments in our workflow, development (local), staging and production. And now we’re running into a pickle when using Synched Patterns in Patterns build with your Pattern Manager (which is awesome by the way). Synched Patterns made on a different environment aren’t working anymore. This is because (Synched)Patterns are in fact a post_type called wp_block. These Patterns get there own unique ID’s, which won’t be the same on all environments.
Is there anything you can think of that might solve this issue using your Pattern Manager Plugin?
We came up with a temporary solution. On our development environment we reserve some post ID’s by creating up to 12 Synched Patterns which we set to Draft. The idea is to publish them when we need a synched pattern somewhere in a Pattern and save it with Pattern Manager. Deploy the code to the other environments and publish the synched pattern there as well.
Not ideal… but it’s something.
Kind Regards,
Patrick Thomassen
Amazing Mixed Media Minds
As this plugin is no longer in development, those that want to continue to use this plugin might find that you can not add the Pattern Block to parent blocks like Groups or Covers – limiting your design process.
This is because the block ‘Pattern Block’ has the arguments parent:["core/post-content"]
set on block creation.
If you are comfortable editing a plugin, you can edit the index.js file found: /pattern-manager/wp-modules/editor/js/build/index.js, search for parent:["core/post-content"]
(appears right near the bottom of the file) and comment out that snippet (including the comma just after it).
Eg /*parent:["core/post-content"],*/
Hope that helps you continue using this great plugin for your theme development!
GitHub repository has being archived – what does that mean?
Does it mean that further development of the plugin has stopped?
]]>Hi. I just finished designing a site using a child theme of Twenty Twenty-Four, and I have a question about the beta status of the Pattern Manager plugin.
If I use Pattern Manager to write my patterns to disk in my child theme, will that theme then be safe to use on a production website?
My child theme is currently on localWP offline.
]]>Patterns created via Appearance>Editor” not showing up in Patterns plugin e.g. /wp-admin/site-editor.php?path=patterns
is the best solution to recreate these using the Patterns plugin interface?
]]>oops delete
]]>When adding a new pattern category get a fatal error: Fatal error: Cannot use empty array elements in arrays.
The register_block_pattern_category() function was created with error like this (extra comma):
register_block_pattern_category( ‘landing-page’, [ ‘label’ => ‘Landing Page’, , ‘pm_custom’ => true ] );
]]>How to make a patter a synced pattern (previously called reusable block)?
]]>Some actions in the pattern manager are using the Site URL get_bloginfo( 'url' )
instead of the Admin URL admin_url()
which is causing issues going to a 404. This is more evident when using a different admin url with a framework like https://roots.io/bedrock/ where WordPress is served from a wp/
directory.
Example actions failing are:
The edit action is going to the correct url.
]]>I’m using Pattern Manager version 0.3.0, and when creating a custom category, I get an error when I save the pattern. Then, trying to access anything outside the pattern post causes a WordPress fatal error. Removing the newly created pattern via FTP restores the website. If I save a post using a built-in category, the pattern saves as expected.
]]>Is it possible for the plugin to detect the git file from the root directory?
]]>I’m using the Members plugin on a website and am not using the standard user roles in WordPress. I need to add custom capabilities to the roles in order to access the Pattern manager in the back end (see snippet documentation here)
Can you provide the capabilities required to use patterns?
Thanks!
]]>Although the theme is in a Git-controlled folder, Pattern Manager states:
No version control detected for this theme. We recommend adding version control so you do not lose your patterns during theme updates.
What does this mean or how can I activate version control?
]]>Hi, we tried creating a video cover image as part of a hero pattern and the video saves in the media library instead of adding to theme like images do.
If you try to manually replace the pattern with a video url that works.
]]>I’m hopeful that in the upcoming version of the plugin, we’ll have the ability to manage categories more easily. It would be great to be able to add or remove categories as needed, rather than having them hard coded.
]]>Looks like the pattern preview iframe does not have access to the required styles. I use GenerateBlocks and the pattern preview looks like this:
In the editor it’s displayed almost correctly:
]]>WordPress pattern section has a new category called ‘Testimonials’ and it isn’t available in Pattern Manager.
It would be great if you could add it and also give the ability to create custom pattern categories in future versions.
Thanks for the great product.
]]>I’ve tried the WordPress import/export tool and selected “Patterns” but it never actually imports or exports any patterns. Is it possible? This would make it useful for developing patterns elsewhere and importing to a different site.
]]>When I click “Create new block”, I just get redirected to the front of my site. I have tried with a custom theme and with twentytwentythree, and with no other plugins active. I’m using Bedrock.
]]>