Marketing Button

Marketing Button

This module allows adding button with icon, title and a extra line of description. So that you can write a catchy line to make easy for users to take the action.

Key features –

Add title, description, and link to the button Add icon and set its size, position, spacing Customize button with background and spacing options Text typography and color options Border style

Add content to the button

Under General tab, you can add a title, description and link.

Add Icon

From the Style tab you can choose icon for the button and manage its position, size, spacing.

Customization for button and content

Under Style tab you will find options to set colors and background for the button. Under Typography tab, font size, font family etc. can be set for the cotent.

Building Site-wide Modal Popups in Beaver Builder & UABB

Building Site-wide Modal Popups in Beaver Builder & UABB

Popups and opt-in forms are a trend now! Although Google has announced a lower ranking for websites displaying intrusive popups, you can still make sure your popups perform well without distracting your audience.

With the increase in the demand for popups, there are many well-known popup builders available online.

Standing by our words of making the Ultimate Addons the ONLY addon you』ll need to build a wonderful website using Beaver Builder, we give you an easy to use modal popup module that helps you design and display popups in minutes. All this without having to purchase another popup building plugin for your website.

Whether you want to share updates, promote videos, distribute coupons, or simply attract subscribers and build an email list, you can do all this using a single module.

Like those in Beaver Builder and the UABB modules, the Modal popup module can be dragged and dropped with easy settings to display it in minutes.

Creating a Modal Popup

The very first step to create a modal popup, is to simply drag and drop the UABB modal popup module on the page.

You will find the settings window as shown below.

This is where you can design the popup and control its behavior on a page. You can refer to the article here to see the various settings you can work with for the modal popup module.

Save the Modal Popup as a Template

Note: Since this includes saving a module as a template, it won』t be possible to use site-wide Modal popups with Beaver Builder lite. You need to have a paid version for this.

Once you are done designing and building this module, you can save it as a template too.

If you are planning to use the above created popup on the entire website, you can delete the popup from the above page, once you have saved it as a template on your site.

You can always re-edit your modal popups through the Saved Modules section in the Page Builder.

Embedding the Modal popup site-wide

In order to be able to embed a popup and make it compatible with all your themes, we will use the 『wp_footer『 hook with a PHP function. You can paste the following code in the functions.php file of your theme / child theme.

function ultimate_modal_popup() { echo do_shortcode('');}add_action('wp_footer', 'ultimate_modal_popup');

And if you』re looking to add a Modal Popup having Exit intent on certain pages you can add the same using the above code with some changes as shown below –

function ultimate_modal_popup() { if( is_page( 89, 90, 91, 107, 168 ) ) { // 89, and other Page IDs can be replaced by your page IDs where you require the Exit Popup to be displayed. echo do_shortcode(''); } } add_action('wp_footer', 'ultimate_modal_popup');

Note:- You can either use Page IDs or Slugs of the pages where you require the Popup to be displayed.

All set!

This assures that the modal popup you just created, will be displayed on all the pages of your website!

How to trigger a Modal Popup on the click of an Interactive Banner 2 and from a text of any module』s text editor?

How to trigger a Modal Popup on the click of an Interactive Banner 2 and from a text of any module』s text editor?

Have you ever faced any difficulty while triggering modal popup from Interactive Banner 2 on responsive devices?

You can trigger a Modal Popup on Small Devices as you do on large devices, just follow the steps mentioned below to achieve this requirement.

To open modal popup on click of Interactive Banner 2 on responsive devices

Step 1. Add a custom class in the Interactive Banner 2 Module』s Advanced Tab.

Step 2. In the Modal Popup module』s Custom Class/ID append the 「.uabb-ib2-outter」 to your custom class i.e .open-popup.

This setting will trigger the Modal popup on an image click of an Interactive Banner 2 on a mobile device. And thereby ensuring that popup is working properly on all the devices.

How to open modal popup on click of content (specific word/line of texts) in the text editor of any module

You can trigger modal popup on content (word/sentence)  or trigger from any BB / UABB module』s text editor with UABB Modal Popup.

Step 1. Add a custom class to the required Module』s Advanced Tab.

Step 2. Assign another custom class to the word/sentence which is required to trigger a modal popup from the text editor.

Step 3. In the Modal Popup module』s Custom Class/ID add both the classes in the following sequence.

The first class will be the custom class of that particular module and the second one will be used to trigger the word/sentence.

Publish these settings and now the popup will be triggered on that word/sentence from any module』s text-editor.

For opening a Modal Popup on Dual Button you would need to follow steps mentioned above and just add the classes in the following manner -> https://goo.gl/bXKAp3 and -two for the second modal Popup.

Note:- You can trigger the Modal Popup from any other module, you just need to check for the class from the Browser』s inspector on which class the Modal popup needs to be triggered.

How to Set Categories for Videos?

How to Set Categories for Videos?

Video Gallery Module provides the feature to create a filterable gallery. The category names that are set to video will display as Filterable Tabs title. See How to Design Filterable Image Gallery?

Categories can be assigned to videos while adding or after adding them to the Video Gallery module. Here are the steps –

Step 1 – Select a video from the list and click on Edit Video.

Step 2 – Categories option will appear in the individual video settings box. You can add more than one category separated by a comma.

Related Documents –

How to Show Video Category on Hover?

How to Design Filterable Video Gallery?

How to Design Filterable Video Gallery?

Video Gallery module provides the feature to create a filterable gallery. Here are the steps –

Step 1 – Enable Filterable Video Gallery option.

This option is available only for Grid layout.The setting can be found under Video (tab) > Filterable Tabs.Enabling this option will display all categories assigned for videos. See how to create categories in the next step.「All」 Tab Label is a label to the main category, where all videos in the gallery will be displayed. Edit it if required.For option Default Tab on Page Load, read How to Display Specific Video Category Tab as a Default on Page Load?You can add Title for Filterable Tab. That will describe more about the filterable tabs and video gallery. Enable Title for Filterable Tab option and enter a title. You can customize the title under Style ( tab ) >  Title.

Step 2 – Set categories for videos.

The category names that are set to videos will display as Filterable Tabs title.In the below screenshot Lifestyle, Fitness are categories.

You can directly assign categories to the video. See how to set categories for videos?For example – If video A has assigned to category Music. While video B has assigned to category Photography. Then Filterable Tabs will automatically display these 2 categories along with the main 『All』 category. On clicking on any of the tab will display related video.

Step 3 – Customize Filterable Tabs.

Category names will automatically display as Filterable Tabs.That means if you assign 5 different categories to videos, then 5 Filterable Tabs for all those categories will be created.You can completely customize Filterable Tabs with the settings under Style (tab) > Filterable Tabs.

How to Display Specific Video Category Tab as a Default on Page Load?

How to Display Specific Video Category Tab as a Default on Page Load?

When you enable filterable gallery for videos, this option appears. On page load, you might have observed that the default 「All」 tab is displayed. You can change this tab with a Default Tab on Page Load option.

The setting can be found under the Video > Filterable Tabs > Default Tab on Page Load.

Choose option Custom and enter a category name that you want to set as a default tab. That means the category name that you will enter will display as the active tab on the page load.

Note: Make sure you enter the exact same name for the category set for the video. Refer How to Set Categories for videos?

Here is an example of how it works –

Consider some of the videos are assigned a category Lifestyle.And you wish to display the Lifestyle category tab active on page load.Choose option as 『Custom』. Then enter a Default Tab as Lifestyle ( make sure the name is exactly the same as the category name set for the videos ).Now on the page load, Lifestyle tab will be displayed as an active tab, and videos that are assigned a category Lifestyle will display under it.

Note: If you want to display 「All」 tab as a Default Tab, leave the option to FIRST.

Related documents –

How to Design Filterable Video Gallery?

How to Set a Custom Placeholder Image for the Video?

How to Set a Custom Placeholder Image for the Video?

When you add a video to the galley, the default placeholder image will display before playing a video. You can override this with a nice custom thumbnail that gives a finishing touch to the video gallery.

The setting can be found under Gallery > Choose a Video > Thumbnail > Custom Thumbnail

Choose the option Custom Thumbnail and set an Image.

You can adjust the Overlay Color. See How to Set Overlay Color on the Video Thumbnail on Mouse Hover?

How to Show Video Caption on Hover?

How to Show Video Caption on Hover?

To display videos in a more descriptive form, Video Gallery provides an option to display the caption on video hover.

A caption can be a trendy text, informative text or anything that will give more information about the video.

The setting can be found under Video (tab) > Gallery. Follow the steps below to add a caption to each video.

Step 1 – Select a video from the media library list. Caption option will appear in the video settings box.

Step 2 – Caption will not appear on video unless you set it to display on hover. Navigate to Syle ( tab ) >  Content > Show Caption on Hover set to Yes.

Step 3 –  Set Caption Color and Typography.

Related Documents –

How to Set Overlay Color on the Video Thumbnail on Mouse Hover?

How to Show Video Category on Hover?

How to Show Video Category on Hover?

Category set for the video can be displayed on mouse hover.

See How to Set Categories for Videos?

The setting can be found under the Style tab. Navigate to Syle ( tab ) > Content >Show Category on Hover and choose Yes.

You can set Category Color and Typography.

Open a Specific Filterable Tab from URL

Open a Specific Filterable Tab from URL

When you enable Filterable Tab for Video Galley, it shows all available video categories as filterable tabs. On the page load, you can display default or custom category as an active tab. Refer How to Display Specific Video Category Tab as a Default on Page Load?

Apart from the above option, you can specify the category in the URL, that will display as an active tab on page load. You can use this URL to open a specific tab from a remote module.

Add category name as 「/#category-name」 after the page URL.

Below is the example that shows how this works –

Step 1 – Let』s say you have a category 『Music『 in the video gallery.
Step 2 – To open this category as a default one, use add  「/#music」 after the URL.