Posts

Adding Post Attributes into Beaver Themer Layout

Posted in

NOTE: This tutorial is for Beaver Builder theme only. We already knew that Beaver Builder team released the Theme Builder Alpha for testing and all are playing with it now. Some of them already posted some issues/bugs or provided the feedback/suggestion here. I am also tested this add-on and really…

Read More

Adding Background Color Field into Heading Module

Posted in

Trying to add an new custom field into BB’s existing module. I’m giving an example here. I’m adding the background color under style tab of Heading module. Step 1: Registering new field into form BB plugin have a filter to add the custom field(s) into existing form. I targeted that…

Read More

How to apply full width post attributes in all custom post type?

Posted in

There have no post attributes option for custom post type in Beaver Builder theme. In this tutorial I am sharing the steps for it. Step 1: Adds Post Attributes in all custom post Open the functions.php file of your beaver builder child theme and add this snippet Adding Post Attributes…

Read More

Getting meta query working with Post Module

Posted in

Do you want to filter posts output using meta values? This tutorial helps you understand and filter meta query in Posts module of Beaver Builder. Creating the new fields in Post Module’s settings form Beaver builder is providing a hook “fl_builder_loop_settings_after_form”. Therefore you can add any custom field(s) in the…

Read More

Full Height Hero Banner Before Header with Sticky Header

Posted in

In this tutorial, introducing how to create the full height hero banner before header with sticky site header. Header will display at bottom. After scroll header will be stick at top. Method 1: Themer Part & Beaver Theme Header Minimum Requirement: Make sure that you already installed the following tools on your…

Read More

Getting Off Canvas Menu on Beaver Builder Theme

Posted in

< Do you want to add the off canvas menu on your site? This tutorial helps you. You need Beaver Builder Theme 1.6 or later version. See the steps at below: Enable the Mobile Menu for Desktop First enabling the Hamburger icon for desktop and all devices. Login to Dashboard…

Read More

Full Screen Overlay Menu with Beaver Builder Plugin

Posted in

Do you want to show the full screen overlay menu on click of a hamburger menu button? You can easily implement such overlay menu using the Beaver Builder Plugin. Organizing the JS and CSS file First organizing the all dependencies for full screen overlay menu functionality. 1. Click on the…

Read More

Getting Animated Hamburger Icon on Beaver Builder Theme

Posted in

Do you want the animated hamburger icon for you mobile menu on Beaver Builder theme? You can easily do it with current mobile menu button. Before implementing this functionality you will keep a backup of your child theme. Let’s follow the instruction at below: Setting the Responsive Nav Toggle Type…

Read More

Animated Hamburger Icon in Menu Module

Posted in

You are using the Menu module and trying to get this effect in your mobile menu. You already spent lot of hours and stuck or frustrated to do it. Here is the simple solution for you. Make sure that you already installed the Beaver Builder plugin and created the site…

Read More

Sticky Header on Medium & Small Devices

Posted in

Sticky header effect for mobile device is a bad idea. It is occupying the extra spaces and visitors are not getting the much spaces for reading the content. But some user are wanting this effect for some sites. This tutorial will help them. I did following logic: Getting sticky header on up…

Read More