General

Design

How can I prevent style issues when working with external themes?

The way themes handle styles varies, which may lead to style issues in Greyd blocks when using the Greyd plugin together with external themes. However, with the Theme Adaptor we offer you a feature to ensure consistent styling for essential CSS elements like accordions, buttons, and tabs, even when the Greyd theme isn’t active. You…

Forms & Popups, General Questions, Website management

How to create custom actions in globally connected forms

Greyd.Suite enables you to synchronize posts across several websites with Global Content. However, you can customize specific meta fields — like a forms admin mail_to field — locally for individual posts without disrupting global synchronization. How it works With a simple code snippet added to your child theme's functions.php you can: enable local editing of…

Forms & Popups

How to set up Google Tag Manager event Tracking for Greyd.Forms

This article explains, how you can track form events from your Greyd.Forms forms in Google Analytics using the Google Tag Manager. Step 1: Create variables The variables ensure that a Greyd form is recognized on a page and that the form CSS ID, form post ID and form name are read out. The form CSS…

General Questions, Templates & Post Types

I get a notice that a main element is missing?

HTML elements define the structure of your pages. One of those tags is <main> defining the part of a page containing the content. Among others, this is relevant for accessibility, i.e. for skip links to skip menus or forms to jump to the right position. In Block Themes the main element often lies in your…

Design

How to upload Adobe fonts

At the moment, the WordPress Core does not support adding Adobe Fonts through the user interface, unlike Google Fonts or actual font files (WOFF2, TTF, etc). However, it’s still possible with a PHP snippet to get your Adobe Fonts into the website, both in frontend and backend. Ideally you have created a child theme before,…

Design

Columns vs. rows vs. grid – When to use which block

In this video, we will show you when to use columns, when to use rows and when to use the new Block Editor grid function to structure your website in the best possible way. We take a look at the different variants and discuss the respective advantages and disadvantages so that you can make the…

General Questions, Website management

How do I integrate external code snippets?

Depending on the Greyd.Suite version you are working with, there are various possibilities: You can easily insert code snippets at the end of the <head> and <body> tags in the Greyd.Suite settings: You can use the HTML block in the Block Editor and insert it in your header and/or footer template(s). In general, please note that…

Design, Templates & Post Types

How can I stretch post slider content to the same height?

When displaying content in a post slider, a common issue is that the length of your dynamically inserted content may vary and thus the individual posts in your slider have different heights. If you want to display several posts next to each other and want to stretch them to the same height, this is the…

Templates & Post Types

How do I register custom dynamic tags?

Greyd.Suite Dynamic Tags allow you to display any meta field from your Greyd.Suite custom post types for example in query loops. In case you want to register custom dynamic tags (e.g. when working with post types created with other tools than our suite), we've prepared a little plugin for you that serves as a blueprint.…

General Questions, Templates & Post Types

How can I switch to a child theme?

In this article we describe how you can switch to a child theme when you have already created contents, layouts and design that you do not want to loose: Keep the current theme active Make a backup of your entire site, the design and files via Greyd.Hub If available, copy the additional CSS in the…

Design, Templates & Post Types

How can I make dynamic fields only appear when a post data is available?

Imagine you have a post slider / query loop showing employees. Some employees have a LinkedIn profile that is to be displayed below their photo and name, some don't. You would now want your post slider to only display the LinkedIn icon when there is a LinkedIn profile available. There's an easy way to do…

Design, Greyd.Blocks, Templates & Post Types

How can I have several layouts / designs in one post overview?

With the Post Overview or Query Loop block, you can flexibly display posts – as a table, grid or list. In combination with Conditional Content, you can also visually highlight individual posts and/or work with different layouts within one post overview. To do this, simply add the Conditional Content block twice in your query loop.…

Design, General Questions, Templates & Post Types

Why does my site not show skip links?

Skip links are an essential accessibility feature. When someone navigates your website using the key board, skip links make their life a lot easier as they can skip elements like forms or menus if they want to navigate on the site instead of having to go through each and every menu element or form field.…

General Questions, Website management

What you need to know about HTTP password protection

We often receive support tickets with strange issues that we can later relate to HTTP password protection instead of any issue caused by Greyd.Suite. In general, WordPress often experiences issues when HTTP password protection is used. So, in case you are using HTTP password protection and experience one or several of the following symptoms, we…

Website management

Can I use Global Content without granting everyone admin capabilities?

Global Content usually requires you to be an admin. However, you may not want to grant everyone in your content team admin capabilities. And you don’t need to! Once you’ve set-up Global Content, you can benefit from its features without being and admin. Tasks for which you need to be an admin: Connecting different sites…

Design

How do I prevent unwanted breaks in texts/headlines?

Depending on your screen size, it may happen that you see unwanted breaks in words (especially long ones), for example in headlines. There is a simple way to make sure words break only where and how you want them to: HTML entities. There are a lot of interesting HTML entities, however we’d like to highlight…

General Questions, How to Start

All you need to know about multilingual FSE websites

In this article, we would like to give you some help when it comes to multilingual websites with Full Site Editing. The fact is that not all multilingual solutions are yet compatible with Full Site Editing. We have extensively tested two of the most popular providers – WPML & Polylang – especially in combination with…

Forms & Popups

Where do I find the form ID?

To use the form ID for example in the Conditional Content Block, simply open the corresponding form. You will now find the form ID at the top in the URL, e.g. "post=17967"

Templates & Post Types

How can I make taxonomies selectable via checkboxes?

Default categories for example in the blog post type are easily selectable in the backend via checkboxes and all available options are visible to the editor. Screenshot of category selection in WP blog posts When creating custom taxonomies, however, the default interface is an input field. You may see the most used taxonomies as an…

Templates & Post Types

My site template is not connected to its site anymore

When you have a template that is assigned to a specific page, you may ran into an issue when changing the URL of that page. Your page and site template may then no longer be connected with each other. In Greyd.Suite there is an easy way to fix that: Open the Theme Asset tab in…

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…