General

General Questions, How to Start

The Block Editor keeps crashing.

Currently, the WordPress Block Editor still crashes and/or displays errors from time to time. In most cases, you can resolve the problem by simply refreshing your browser window or by clicking the "Attempt Block Recovery" button: Block error message While this may be annoying for the editor, the good news is that in most cases…

Design, Greyd.Blocks

Why do anchor links not jump exactly to the right position?

If you use anchor links to navigate your site, you may find that the page sometimes scrolls too far or not far enough. This is a common problem in WordPress. But GREYD.SUITE offers a solution: You can set anchors with our block "anchor target" and define the offset individually and even set different values for…

General Questions, How to Start

Where can I see on which domains my license is being used?

Open your Greyd.Suite dashboard (on a site level, not in the network administration) and go to the tab "license" to see all details with regards to your Greyd.Suite license. You will first be asked to enter your license key again for security reasons. Backend screenshot of the settings dashboard in Greyd.Suite Then you will get…

General Questions, How to Start

I have problems after updating WP / Gutenberg.

In order to ensure full compatibility of Greyd.Suite with the WP core / Gutenberg, we always test each new core update extensively and, if necessary, make adjustments before recommending customers to update. This is necessary, since the core is constantly evolving and changes are not always fully documented. When a new core version is available,…

Design, Greyd.Blocks

How can I stretch elements to the same height?

When having several content boxes or texts in columns next to each other, often the layout is tricky when these elements do not have the same height (e.g. because of different text lengths). However, we offer several ways to make sure, your content looks good: Headline & Paragraph Block In the headline & paragraph block…

Design, Greyd.Blocks

How can I have two fonts in one headline?

To have two different fonts in one headline or other text-based blocks, just make the text "italic" (cmd+i / strg+i) and insert the following global CSS (in the Customizer or Site Editor): /* Change Font Family on Italic */ em { font-family: var(–fontFamily1); } Step 1: Make text “italic” Have two different fonts in one…

Templates & Post Types

Understanding pages & templates in FSE

Page vs. Template With Full Site Editing, you can edit pages, including the home page, directly in the Site Editor, but you don't have to. As this can be confusing for some users, we have summarised everything you need to know below: By default, most Full Site Editing themes come with a home template. If…

Navigation, Templates & Post Types

How can I make sure to only have one close X in my off-canvas burger menu?

In the Customizer navigation settings you can chose whether or not to display a close button in an off-canvas template. As off-canvas templates are often used in combination with burger icons, a close button is often not necessary as the burger icon itself acts as a close button. However, on mobile screens it may happen…

Navigation

How can I make parent elements in dropdown menus clickable?

By default, WordPress prevents a main menu item with dropdown from containing a direct link. In GREYD.SUITE, we have therefore integrated an additional option for you in the menu options. Create your menu items as usual. In the detail settings for each menu item you will now find the option "In the navigation: Do not…

Templates & Post Types

How do I create categories with multiple hierarchy levels?

Whether its a GREYD.SUTIE Dynamic Post Type or a WordPress standard post type (e.g. posts) – categories can can have a hierarchy. All you have to do is select a parent category when creating a child category. Post Category Editing in WordPress Category Settings in WordPress Make sure to enable the Hierarchy-Option when creating a…

Templates & Post Types

Why do not all posts appear in the search?

By default, WordPress searches only the title and content of posts with frontend searches. If you have created your own post types with Dynamic Post Types, whose content is not only in the content area but also in custom post type fields, for example, these are not searched by default and therefore not found.  In…

Templates & Post Types

Can I customize the post backend interface?

When working with complex post types, you might want to customize the columns in the WordPress backend to have a clearer overview of your posts, e.g. add custom columns, hide certain columns or have a custom order. This is something we plan to add to Greyd.Suite in the upcoming months. In the meantime, we have…

Forms & Popups

Is it possible to have conditional follow-up actions in forms?

Imagine a contact form on a corporate website that triggers an admin notification to different departments (e.g. HR, marketing, sales) depending on the user's entries? Or a lead form with different product categories that automatically notifies the responsible sales employee? This is actually possible with Greyd.Forms. Here's how: As an example we are going to…

Design, Templates & Post Types

How do I build a sticky header?

You can easily build sticky headers with our content box variation "Pinned Box". You can find out how in our tutorial video in the chapter "Sticky Header". A small note on the side: The name could lead one to assume that sticky headers are built with the Sticky Box variation instead of the Pinned Box.…

General Questions, How to Start

How do I create a child theme in Greyd.Suite?

Yes, you can work with child themes in Greyd.Suite. To create one go to Appearance > Greyd installer. In the last screen you will find the option “Create child them”. Should you still work with our classic, Customizer-based version, we’ve added a clean child theme here for downloading, so you can start right now. Just…

General Questions, Greyd.Blocks, How to Start

The link viewport is outside my browser window.

Sometimes when trying to set a link, e.g. on a paragraph or headline, the link viewport appears outside of your browser window and is not editable. There are two very easy workarounds to solve that: Either click the element you want to link again. Or scroll down before clicking the trigger picker and then scroll…

General Questions, Website management

The export with multilingual post versions does not work.

Greyd.Suite offers you an Import/Export option for any post with which you can easily export and import posts including its translations. When exporting single posts, you`ll be asked whether you want to include WPML translations or not. However, in some cases there might be problems: Bulk Exports: Unfortunately the native WP bulk export does not…

General Questions, Website management

How can I customize excerpt settings?

You can adjust excerpt lengths and the ellipsis easily by adding the following code to the functions.php of your child theme and adapt it as you need: function my_custom_excerpt_length( $length ) {return 20; } add_filter( 'excerpt_length', 'my_custom_excerpt_length', 999 ); function my_custom_excerpt_more($more) {return '…read more'; } add_filter('excerpt_more', 'my_custom_excerpt_more');

General Questions, How to Start

Why are session cookies set on my website?

Certain Greyd.Suite features require session cookies, for example to recognize users after confirming an email opt-in or opt-out. These session cookies do not contain any identification of the user and therefore do not need an opt-in. A session cookie is a form of cookie that is deleted as soon as the user closes the browser…

General Questions, How to Start

Why do some triggers not work when cookies are blocked?

Certain functions (e.g. trigger events for accordions) require scripts. However, some cookie tools (e.g. Cookiebot) automatically block all kind of scripts – no matter if they do set a cookie or not – when not set otherwise. In that case it may happen, that the default.js script of GREYD.SUITE – which is necessary for triggers…

Design, Greyd.Blocks

How do I create srcoll-to-top buttons?

To create a scroll-to-top button, place the block "Greyd Buttons" on your website, then click on the trigger picker and select "scroll to". You can now select "page top". Tip: A common use case for scroll-to-top buttons is to leave the button empty (no text) and add an arrow icon. Learn more about GREYD buttons:…

Forms & Popups

What do I do when there is an error message in the forms backend?

GREYD.Forms informs you in various ways should anything go wrong with a form – e.g. if an interface is not working as it is supposed to or if an email could not be sent. You will see the respective error message in the form entry and – depending from your settings – also as an…

Forms & Popups

How can I reset forms statistics?

While there is not yet a native option to reset forms statistics, it is still very easy to reset them manually with GREYD.Hub: Open the database tab and search for the tables of the respective website. You should find a table called wp_greyd_forms_interactions or similar. Select it, scroll down and click on "delete table". Your form…

Forms & Popups

An error message appears when submitting a form in the frontend.

If an error message appears on the frontend when filling out a form, you may receive an admin notification that the validation of a WordPress NONCE failed. NONCE is a WordPress security token that is also integrated into GREYD.Forms. NONCEs are used to protect against abuse and malware. If you receive such a notification, it…

Templates & Post Types

My post type is not displayed any more.

You have probably changed the name of your Post Type or other important elements such as categories or keywords after you had already included the Post Type in blocks such as Post Overview or Search. Simply open the corresponding blocks, select the Post Type again if necessary and update the pages.

Templates & Post Types

Why is it not possible to include my post types in the search?

To include Dynamic Post Types and their posts in frontend searches, you must activate the corresponding option in the settings of your Dynamic Post Type. You will find the function in your Dynamic Post Type under “Post architecture”.

Website management

Why can’t I see GREYD.Hub?

Please check your WordPress user role. GREYD.Hub is only accessible for users with the user role “administrator” (for single sites) or “super administrator” (for multisites).

Templates & Post Types

How can I create dynamic lists that automatically adjust the number of bullets?

Dynamic Templates allow you to create dynamic lists with a flexible number of bullets. As long as you do not include any placeholders or similar in your dynamic template, the bullet will only appear in the frontend when it is filled with content. By the way: This also works if you use the Dynamic Template…