Creating a one-page website

Each page in has a parent page that stays at the top and a list of child pages that are displayed one after the other. This is done in order to have multiple parallax sections on the same page.  

Mananging conversations and comments

WordPress comes with a stable comment management system of its own. All WordPress themes are equipped with a comment layout template. However, it is up to you to engage users on your website and encourage them to join conversations. All comments on a WordPress website are displayed on the Comments page in your WordPress Admin […]

Load sidebar widgets after the main content on mobile devices

By default, the widgets from the Listing » Sidebar Top widget area will load first when visiting from mobile devices, followed by the Main Content and the Listing » Sidebar Bottom widget area. If you want your Main Content to load first on mobile devices, you can simply copy the code below and paste it […]

Customizing your Header

The header is the first element every visitor sees when visiting a website. It’s also one of the main ways anyone interacts with the website since it’s usually the gateway to the essential parts of your website content. When loading the starter content of , you will start with a header that has at least […]

Creating a Magazine Style Blog “Home” Page

Learn how to organize and display your blog posts using the WordPress block editor alongside a collection of custom blocks that come with the theme. Watch the video

The website is not loading correctly after updating plugins

If you are reading this, your website might not look and work as intended. The problem is caused by a faulty Nova Blocks plugin update that should not have been available to you. We are sorry for the issues caused. Have no worries, there’s an easy fix, and everything can get back to normal in […]

Customize the external link icon in the Social Menu

While using , you can create a social menu with links to your social media accounts that automatically convert their respective icons. But, if you add an external link to a not-so-popular website, the menu item will be represented as a share icon. The good thing is that you can customize that icon to almost […]

Disable Ajax loading on a page

There are limited cases where the AJAX dynamic loading conflict with 3rd party plugins and affect how the website loads. For example, if your WooCommerce shop has different product variations, AJAX loading can prevent some WooCommerce functions from loading, breaking the shopping experience. To disable AJAX loading on a certain page, add the code below […]

How to remove the Likes from Projects and Galleries

comes bundled with the PixLikes plugin—a plugin designed solely to add likes to the work you publish online. If you don’t want the likes to show up, all you need to do is navigate to Plugins and deactivate the PixLikes plugin. That simple.

Making the mobile menu static

While using you might have noticed that the menu is sticky on mobile. This means that, while you scroll on the page, the menu will continue to display at the top of the page. If you want it to be static and not follow the visitor as they browse around, you need to follow these […]

How to make Patch work with bbPress

By default, the way we designed the theme does not allow for the bbPress plugin to work to its full capabilities. But have no worries, there’s a simple fix that can ensure you can use both products with ease. Here’s what you need to do: First off, make sure you install the Patch Child theme. […]

Changing the Site Title’s font size

There are times when your site title is longer and therefore does not display properly on the website. Fortunately, there’s an easy way to change the size of the font to make it look better. Here’s what you need to do: Copy the code below: 2. Paste it in Appearance → Customize → Additional CSS. […]

How to change the loading animation letter

The loading animation from takes the first letter of your site’s title (added in Appearance – Customize – Site Identity – Site Title) and displays it in lowercase as a logo animation. For example, in the case of Timber, since the site title is “Timber,” it will display a lower case “t” in the animation. […]

Hiding product categories on the shop page

There are situations in which you might not want to display the product categories at the top of your shop page. To hide them, all you need to do is add the code below in Appearance → Customize → Additional CSS: Here’s a before and after picture.

Remove the “Details” button in Projects

The details button reveals the EXIF details for the uploaded images. These are automatically extracted from each image you upload. If you don’t want for your visitors to find those details, all you have to do is hide the details button. The first step is to copy the CSS code blow: Next, insert it in […]