Page Builders

Page Builders

Over the years CRU has used different page builders across our sites. With the more recent changes to Wordpress and the way we develop websites, we move into using the newer Gutenberg Blocks as well as our favourite, Advanced Custom  Fields. As it is impossible for CRU to provide all of the documentation for each of the page builders we are using, we will highlight the most common features and provide links to the specific page builders knowledge base articles.

How can I tell which page builder I am using?

The best way to figure out which page builder is to check one of the pages on your website and match it to one of the below screenshots:

WP Bakery

image.png

Visit this article to know more: WPbakery

Visual Composer

image.png

Visit this article to know more: Visual Composer

Advanced Custom Fields

Note: we use this as either the only page builder or, we use it in conjunction with the above page builders as we can insert more styles/features. We suggest checking to see if you are using both a page builder and ACF

image.png

Wordpress Gutenberg


image.png



WP Bakery

Changing the Background Image using the Page Builder

To change the Background Image of a Row element, edit your page with the FrontEnd Page Builder.
Hover your mouse over the Row element which has the background image that we want to change.

  1. Click the Edit Row button – it’s the Pencil Icon.
  2. In the new Pop-up Window -> go to Design Options Tab
  3. Find the Background Image attached to the row element and click the X sign.
  4. Next click the + sign and the Media Library will be opened. Upload a new image or navigate the Media Library and choose a new Image to be used for the Background Image.
  5. Click the Set Image button.
  6. The new image will appear in the Design Options tab.
  7. Click the Save Changes button and now the Row element will use our new Background Image.
Just below the Background Image, you will notice a select box, which for a default Row element it will be set to Theme defaults, but in our case it will be set to Cover. The Cover option allows our image to take the entire space of the Row element, in both width and height.

How to check the Dimensions of an Image to be Replaced

  1. Go to the media library and select the image you want to replace with
See the 'Dimensions' line to check the dimension of the image you want to be replaced


Change Hover color on Text over Image and Buttons


This troubleshooting guide is for clients using WP Bakery Visual Composer as the page builder

Text Over Image

  • On the Edit Page page, hover the cursor over the Image with Text Over element and click the pencil icon


  • Change the Image Shader Hover Color and click Save changes button. Note that it is on RGBA mode

Buttons

  • On the Edit Page page, hover the cursor over the Button element and click the pencil icon


  • Change the Hover Background Color and Hover Border Color and click Save changes button.


How to upload PDF files that's accessible on the Frontend

  1. Click Media > Add New


  2. Drag the PDF file or click Select Files button, then wait for the file to finished uploading.
    Screen Shot 2022-07-13 at 11.19.04 AM.png

  3. Then back on the Text Block Settings on the edit page, click Add Media button
    Capture 2022-07-13 at 11.22.47.png

  4. Then, under the Add Media, locate the PDF file that you have uploaded and click on it.

  5. Then click the Insert into Page button at the lower right part

Advanced Custom Fields

Changing Background Image

  • On the edit page scroll to the section where the background image is located
  • Make sure you are on the Content tab
  • Click the X icon to remove the image
  • image.png

  • Click Add Image button and select or upload the new image
  • image.png

  • Save your changes by clicking the Update button

Visual Composer

Editing text via Visual Composer

You may follow this guide:
  • On the admin dashboard, click Pages
  • Hover the cursor over the page you want to edit which is, in this case, is the Cellar Door page and click on Edit with Visual Composer

  • Click the 3-layer icon to show the elements on the page
  • Collapse the rows and columns until you see the text or element you want to edit. Every time you hover to a row, column or element, it will highlight on the preview (see green highlight on the preview side of the image)
  • Hover the cursor over the element you want to edit and click on the pencil icon

  • Edit the text inside the WYSIWYG editor
  • Click the Check icon to save your changes.

WordPress Gutenberg

Gutenberg is the default WordPress editor introduced in WordPress 5.0. As a replacement for the TinyMCE editor, it offers a different way to create interactive posts and pages.
After the WordPress 5.9 update, Gutenberg became more than just a content editor. It includes all aspects of customization to provide a full site editing (FSE) experience, which means you’ll be able to build and design your entire WordPress site using the editor.
Using a block-based approach, Gutenberg includes every element you typically need to create a web page, such as paragraphs, headings, lists, buttons, widgets, embeds, and columns.
It also provides a better visual representation of the page, making it more like a page builder than the previous WordPress editor.

Gutenberg Editor vs Classic Editor

Although the Gutenberg editor and the classic editor serve the same purpose, there are clear differences between the two:
  1. Editor interface. The classic editor offers a simple text editor resembling Microsoft Word. On the other hand, the WordPress block editor has a responsive and intuitive interface, where all icons are self-explanatory and easy to reach.
  2. Content creation. The classic editor provides a blank area for writing posts and pages. In comparison, the Gutenberg WordPress block editor has more features for creating content and managing its visual aspects efficiently.
  3. Ease of use. The classic editor requires basic HTML knowledge to enjoy all its possibilities. The newer tool doesn’t require technical expertise – simply drag and drop blocks to create pages and posts.
  4. Features. The classic editor offers basic formatting features for site editing and lacks design flexibility. It is not an ideal option to create media-rich pages or complex layouts. On the other hand, the new WordPress editor includes features such as reusable blocks for creating templates.

Pro Tip
While the new block editor comes pre-installed in WordPress 5.0 and higher, users with older versions of WordPress can also use the block editor by installing the Gutenberg plugin. However, we highly recommend updating the core WordPress software to the latest version. If you get WordPress hosting specifically designed for this CMS, you’ll be able to update the versions automatically from the control panel.

How the Gutenberg Editor Works

The Gutenberg WordPress editor uses the concept of individual content blocks to add and edit various elements in posts and pages.
Each of them is a standalone component that you can customize and manipulate, providing in-depth control and flexibility. For example, you can set a different background color or width settings for an entire block without affecting other elements.
The WordPress Gutenberg interface.
To find all blocks, click the Block Inserter + icon. It lists them in a collapsible panel according to their structure. Each of them has a different configuration and design tools.
For example, the paragraph block has options for changing its color and typography. On the other hand, the image block has tools to add alt text and adjust the image dimensions.
With WordPress’ latest updates, the default content editor offers many new features to support full site editing, such as:
  1. Site editor. Edit and navigate between templates, their elements, and styling options.
  2. Template editing mode. It enables you to directly edit, change, and create a post or page’s template.
  3. Block theme. Build WordPress themes using FSE-compatible blocks.
  4. Styling. It lets you modify styles in three levels – global modifications, local blocks, and theme defaults.
  5. Theme blocks. Create traditional templates using template tags. The current WordPress editor includes Post Author, Post Comments, Read More, Avatars, and Query Loop blocks.
  6. Browsing. Navigate between pages, templates, and posts right on the editor.
  7. Navigation block. Edit the structure and design of a site’s navigation menu.
  8. Query block. It duplicates WP_Query and allows you to customize it with additional functionalities.
Furthermore, Gutenberg includes block patterns that consist of pre-arranged blocks. They usually contain multiple column layouts, button arrangements, and image compositions.
Developers and experienced WordPress users can build their own WordPress blocks and block patterns and share them with others via plugins.

How to Use the WordPress Gutenberg Block Editor

Building and managing a WordPress website using the Gutenberg editor is quite easy. To help you get started with full site editing, the next sections will provide guides on how to create and edit blocks.

How to Create a New Block

The first step when adding a post is to create a new block, which is relatively easy using the Gutenberg WordPress editor.
Keep in mind that the first block of every page or post is the title. Simply move your cursor below it and follow these steps to create a new block:
1. Select the Block Inserter+ icon on the top toolbar.
The Block Inserter icon on the WordPress block editor
2. Select your desired block. In this example, we’ll choose Quote.
Quote block on the WordPress block editor
3. To add more blocks underneath the quote, simply click the + icon, as shown below. Keep in mind that whenever you hit Enter, the WordPress block editor will automatically create a new paragraph block.
The plus icon to add more blocks on Gutenberg's interface
4. You’ll see a panel showing the frequently used blocks. To search for a specific one, use the search bar or click Browse all.
The most used blocks on the WordPress editor

How to Customize Blocks

You can adjust all blocks inside the WordPress block editor to fit your preference and improve the visual design of your website.
Here’s how to do it:
1. Click the + icon on the top toolbar to open the Block Inserter interface.
2. Choose a block. In this example, we’ll select the Buttons block.
Button block on the WordPress block editor
3. Once the button is added, the block settings will appear. Alternatively, click Settings on the top-right corner of the editor to load the Sidebar panel.
The Settings button on the top-right corner of the editor
4. On the Block settings, you can style the button using Fill or Outline.
Button styles on the Gutenberg editor
5. You can also adjust the Width Settings, which range from 25% to 100%.
Button width settings on the block editor
6. In the Color section, it’s possible to change the color scheme of the button’s text and background.
utton's background color
7. On the Typography settings, you can determine the button size by using either the default options or custom sizes.
Button typography settings
8. On the Border settings, adjust the button’s border by toggling the dot.
Border options for the button block
9. At the bottom of the Sidebar, you’ll find the Advanced section for adding Link rel, HTML anchor, and Additional CSS class(es).
The Advanced settings on the WordPress block editor

How to Add Headings and Text

The next step when building a site page is adding headings and text. Headings define the content’s importance levels and how ideas are interconnected.
Follow these instructions to add headings and text:
1. Select the + icon in the top toolbar. Alternatively, choose the + icon inside the content interface.
2. The list of available WordPress blocks will appear. Click Heading.
Heading block on Gutenberg
3. You can customize its appearance using the block toolbar.
Heading customization options
4. To add other text elements, choose an option from the Text section within the available blocks. We’ll choose Paragraph.
Paragraph block on the Gutenberg editor
5. This is what it will look like:
The paragraph content displayed on WordPress

How to Add Images and Media

The block editor provides two ways to add images and media files to your site – via the Block Inserter or the + icon inside the content interface.
Here’s how to add images and media using the first option:
1. Click the Block Inserter button on the top toolbar.
2. The list of available blocks will appear. We’ll choose the image block.
The Media blocks section on Gutenberg
3. The three uploading options will appear – upload, media library, and insert from URL.
Image block on the WordPress Gutenberg editor
4. Choosing the Upload option, for example, you’ll have to select an image file and click Open. Alternatively, drag and drop multiple image files at once.
The image uploaded to WordPress
5. Adjust the image by using the Settings Sidebar panel on the right side of the Gutenberg block editor.
The Settings Sidebar panel on WordPress Gutenberg.

How to Arrange Blocks

Gutenberg provides two ways to rearrange blocks using the floating toolbar. Using the six dots icon, you can select multiple blocks and drag and drop them anywhere.
The drag button on WordPress Gutenberg.
On the other hand, the up and down arrows allow you to move a block up or down.
The up and down arrows to move blocks on the page

How to Embed Media

When it comes to embedding content from other platforms, the WordPress block editor includes a separate section for embedding media files and provides many sources to choose from.
Here’s how to do it:
1. Click the + icon on the top toolbar.
2. Scroll down to find the Embeds section.
3. Select the media you want to add. In this example, we’ll embed a YouTube video into our content.
YouTube block on the WordPress editor
4. Paste the video URL and click Embed.
Video URL on the YouTube block

How to Create Reusable Blocks

Reusable blocks are a collection of content snippets that you can use anywhere on your site, helping you work more efficiently.
They work like templates so, if you update one, those changes will apply to all pages and posts that use the block.
Follow these steps to create reusable blocks:
1. Choose a section that you want to save as a reusable block.
2. Select the three-dots icon from the block’s toolbar and click Add to Reusable blocks.
Add to Reusable blocks option on the WordPress editor
3. Name the block and select Save.
Create Reusable block window
4. Now you can place the block anywhere on the site.
The reusable block is successfully created on WordPress
To use it, search it from the list of available blocks by clicking the + icon.
Block search options, highlighting Reusable
Alternatively, type “/” (forward slash)and the name of the block.
An alternative way to find a reusable block

How to Use Gutenberg Keyboard Shortcuts

The WordPress block editor has many keyboard shortcuts to help you work efficiently and navigate around its interface smoothly.
Here is the list of all the Gutenberg block editor keyboard shortcuts and their functions:
Keyboard ShortcutsFunctions
Shift + Alt + HDisplays all the keyboard shortcuts.
Ctrl + Shift + Alt + MSwitches between the visual editor and the code editor.
Ctrl + Shift + Alt + FToggles the fullscreen mode.
Ctrl + Shift + ,Shows or hides the Settings Sidebar panel.
Ctrl + SSaves changes.
Shift + Alt + OOpens the Block List View.
Ctrl + ZUndo the last changes.
Ctrl + Shift + ZRedo the last undo.
Ctrl + ASelects all text while typing. Press it again to select all blocks.
EscClears a selection.
Ctrl + Shift + DDuplicates the selected blocks.
Shift + Alt + ZRemoves the selected blocks.
Ctrl + Alt + TInserts a new block before the selected blocks.
Ctrl + Alt + YInserts a new block after the selected blocks.
del or backspaceDeletes the selected texts.
Ctrl + Shift + Alt + TMoves the selected blocks up.
Ctrl + Shift + Alt + YMoves the selected blocks down.
/Changes the block type after adding a paragraph.
Ctrl +BBolds the selected text.
Ctrl + IItalicizes the selected text.
Ctrl + KConverts the selected text into a link.
Ctrl + Shift + KRemoves a link.
[[Inserts a link to a post or page.
Ctrl + UUnderlines the selected text.
Ctrl + ` or Shift + Alt + NNavigates to the next part of the editor.
Ctrl + Shift + ` or Shift + Alt + PNavigates to the previous part of the editor.
Alt + F10Navigates to the nearest toolbar.
If you use Mac, simply switch Ctrl with Command (⌘).
You can also find this list by clicking on the three-dots icon on the top-right corner of the WordPress block editor and selecting Keyboard shortcuts.

How to Use the Block List View

You can click the Block Inserter icon to search for other blocks. However, if you’re using nested blocks, finding a specific one can be challenging.
Also, when you have many different blocks on your WordPress block editor, it will be difficult to browse through all of them.
To simplify this process, the Gutenberg WordPress editor has a block list view option that lets you see every single block in the design, including indented nested blocks. Simply click the List View button on the top toolbar.

The List View option on Gutenberg
You can select or expand a block by clicking on the list. At the same time, the editor will highlight the block if you hover over it.
In the example above, the feature lists:
  1. A heading block on top of the post.
  2. The primary parent columns block.
  3. Nested blocks inside each column.
  4. Nested reusable blocks on every column block.
  5. Nested paragraph blocks inside each reusable block.
  6. A paragraph block at the bottom of the post.

Blocks vs Widgets

Widgets are one of the oldest WordPress features. Initially, they were created to easily build and manage a site’s contents without coding.
However, legacy widgets have limited formatting options and involve lots of manual work since they were created with the classic widgets editor. Often, they even require additional plugins for advanced features.
Since WordPress 5.8, the block-based widgets editor has replaced the classic option. The newer feature comes with many improvements, allowing users to customize their pages further, even in areas where it used to provide less control.
Moreover, it has many pre-installed WordPress block-based widgets that you can use without additional plugins or code, such as custom HTML, calendar, page list, latest posts, social icons, and tag cloud.

What's new for the Product Page

Awards

The awards block is now a default block. You can add as many awards as you would like to display on the product.
  1. Click on the "Add New" button, choose the Award type on the dropdown and upload the award image.
  2. Use a PNG image that is 250x250px in size.


Product Fields

Another default block is called Product Fields.
1) You can modify the Product Header image here and its orientation.
2) Specification and Reviews of the product are now also available (frontend display will look like the below).




Below is where you can modify them, simply look for the Product Fields block.
You may switch to edit the Specifications and the Reviews by clicking their corresponding Tabs


The lifestyle image should show when a user scrolls down to see the specification and reviews, see below:

How to Copy Element

  1. Go to the page where the section you want to copy is located
  2. Click on the hamburger logo on the top to open the element list
  3. Select the column you want to copy and click on the 3 dots icon

  4. Click copy
  5. Go to the page you want the element to be pasted.
  6. Click the blue plus icon

  7. Select the Paragraph element

  8. You will see a paragraph element added on the lowest part of the page.

  9. Paste your copied column here by using ctrl + v or just right click then paste
  10. You can drag your new pasted element anywhere on the page by dragging and dropping the element on the element list view



    • Related Articles

    • Visual Composer

      Visual Composer API allows you to develop your own custom elements for the website builder. With custom elements, you are in charge of your element design and functionality which is crucial for advanced projects and allows perfectly aligned element ...
    • WP Bakery

      Getting Started See links below: WPBakery Page Builder Tutorial for Beginners Start Building Page or Use Default Templates Video Tutorials We colated a list of videos that can help and guide you. WPBakery Page Builder Navigation Interface Start ...
    • On Page SEO

      Description: Search Engine optimisation includes a number of strategies that fall into two main categories - Off-Page SEO (things that occur off your site that often cannot be controlled) and on-page SEO. On Page SEO is the practice of optimising web ...
    • Slider Revolution - User Guide

      Adding, Deleting and Duplicating Slides Let’s check out the basics of slide management. The Slides Menu Slide management is done via the Slides menu, found in the module editor’s top menu. Hover over that menu and you’ll see a list of the slides that ...
    • Checking Your Woocommerce Product Image Resolution/Size

      To check to see what resolution and size your product images should be follow the below instructions.  Navigate through Appearance -> Customise -> Woocommerce -> Product images Main image width is the width to be used for the single product and the ...