Add Multiple Recipients in the Contact Form module

Add Multiple Recipients in the Contact Form module

There are times when you would want to add multiple email address to your contact form. This means that every time a user fills a contact form, a notification will be sent to all the email IDs connected to that form.
You can do this using UABB』s Contact Form module.
You will need to simply add multiple recipients』 email addresses separated by a comma(,). You can refer to the image below

If you』re facing any issues or have any further questions, please feel free to Get in touch. We will be happy to help!

cURL error 6: Could not resolve host: support.brainstormforce.com

cURL error 6: Could not resolve host: support.brainstormforce.com

This DNS resolution error is usually hosting network related error. This means that your server could not connect to our API server at – support.brainstormforce.com.
The best way to get this resolved is by communicating with your web host providers and ask them if there is any blocking / Firewall rule in place on your server which might not be causing a problem in the connection between our API server and your website.

GDPR Compliance with Contact Form and Subscription Form Modules

GDPR Compliance with Contact Form and Subscription Form Modules

UABB version 1.7.3 adds new features that allow you to remain GDPR compliant.
You can use the GDPR consent box feature by following the steps mentioned below:
Step 1: Open the Contact Form module and scroll down to the 「Terms and Conditions Field」. You』ll find the option to enable or disable the GDPR consent box. Enable this

Step 2: Select responsive toggle for 「Terms and Conditions checkbox」 in the General tab of the module:

Step 3: Add necessary Checkbox text and Terms and Conditions Text in the 「Checkbox Text」 and 「Terms and Conditions」 text field. You can also add a link using HTML tags.
Step 4: You can make changes to the checkbox fields from the 「Input Color」 and 「Input Border Style」 to make the Checkbox look just like the input fields.

 
Step 5: If you require to make custom changes to the Check boxes you can do the same from the Terms Checkbox field.

Step 6: On enabling GDPR consent box, it adds typography settings for 「Checkbox Text」 and 「Terms and Conditions Text」 in the Typography tab of the module.

Now your contact form is GDPR compliant, similarly, you can add the GDPR consent box for the Subscription Form module.

How to Get License Key of UABB?

How to Get License Key of UABB?

The license key (or purchase key) is needed in various instances; like registering the product to receive free updates, logging in to our support center to request support and more.
You can find the key when you log in to our store.
Login to our store and open the Licenses page.
You will see all your license keys information there.

White Screen / Blank Screen / 500 Error After Installation

White Screen / Blank Screen / 500 Error After Installation

There are times when you come across an error as soon as you install a new plugin or theme on your website.
Following are a few possible reasons why you may see an error at such times –

WordPress Memory Limit

The memory allocated by your server for your site might get exhausted as soon as you install a new plugin. You can increase the WordPress memory limit as we』ve explained in this article.

Older Version of Beaver Builder Plugin

You have installed an older version of  the Beaver Builder plugin. Make sure you have installed the latest (1.8+) version of the Beaver Builder plugin.

Older Version of PHP

Your website hosting server is running on an older version of PHP. Versions below 5.4 are declared unsupported by PHP itself and have come to End Of Life. If your PHP version is older than 5.4, please contact your hosting provider and ask them for an upgrade. Most of the hosts will be able to get this done quickly.

Temporary Solution

To get your site working back again, you can deactivate some plugins from your site manually as explained in this article.

Fatal error: Call to undefined function array_replace_recursive()

Fatal error: Call to undefined function array_replace_recursive()

First of all – Please make sure that you have installed version 1.1.0 or newer of UABB. We have applied patch for this issue in our version 1.1.0. Please upgrade to it to run your website smoothly.
Meanwhile, to get back your website in working condition. Please deactivate the UABB plugin and remove it manually through your FTP program.

Login to the site via your FTP Program.
Go to the WordPress plugins directory and find bb-ultimate-addon folder.
Delete the bb-ultimate-addon folder from your server.

How to Increase the Memory Limit of your site?

How to Increase the Memory Limit of your site?

『Fatal Error : Memory Size Exhausted』

Have you come across this error anytime? Such an error occurs when you install a new theme, plugin or upgrade your WordPress to the latest version.
This is because the PHP Memory Limit of your Host is lesser than the process actually needs. In such cases, you might want to increase the host memory Limit in order to complete the process.
Following are 5 different ways you can increase your Host』s PHP Memory Limit:

1. Changing the Memory Limit via wp-config.php:

This method will be comfortable for those who do not want to mess with the PHP.ini file. All you need to do is add define(『WP_MEMORY_LIMIT』,』XM』); in your wp-config.php file. Here too, 『X』 is the number of MBs you wish to extend your limit to.
define('WP_MEMORY_LIMIT','256M');

2. Increasing Memory Limit via PHP.ini file:

Most of the small shared hosting servers don』t allow users to access their PHP.ini file. If you are granted access, you can directly increase the memory limit here. If not, you can ask the host to allow you to create a duplicate PHP.ini file in your directory. The data or values in this duplicate PHP.ini file will override the data in the original file. To do this, you can simply create a file named PHP.ini in the directory where your WordPress website is installed. If you wish to increase the limit to X MB, you can enter the command memory_limit = X M; where X is a number.
memory_limit = 256 M;

3. Changing Memory Limit via wp-config.php:

This is an alternative method to the PHP.ini file method. You simply need to add the command: ini_set(『memory_limit』,』XM』); in your wp-config.php file that is placed in the root folder of your WordPress installation. Note: X is the number of MBs you wish to increase the memory limit to.
ini_set('memory_limit','256M');

4. Modifying the .htaccess file:

In case you have a .htaccess file, you can simply add the command: php_value memory_limit XM in it, to increase the memory limit to X MB. Note: A default WordPress Installation won』t have a .htaccess file.
php_value memory_limit 256M

5. Contact your host:

If you are a non techie or are new to all of this, it is better to get it done from someone who knows it all. Your host can be the best one to get in touch. Contact him to help you increase your PHP Memory Limit.

Fatal error: Class 'FLBuilderAdminSettings' not found

Fatal error: Class 'FLBuilderAdminSettings' not found

First of all – Please make sure that you have installed version 1.8 or newer of Beaver Builder plugin.
Meanwhile, to get back your website in working condition, please deactivate the UABB plugin and remove it manually through your FTP program.

Login to the site via your FTP Program.
Go to the WordPress plugins directory and find bb-ultimate-addon folder.
Delete the bb-ultimate-addon folder from your server.

Failed to download template from Template Cloud

Failed to download template from Template Cloud

To download the template from Template Cloud, your server should have enabled allow_url_fopen PHP module. If allow_url_fopen PHP module is disabled then you may face failed error while downloading the template.
To resolve this issue, kindly contact your host and request them to enable allow_url_fopen PHP module.