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.
分类: 入门
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!
How to create Google API key in Google Maps module
Google has recently launched the Google Maps Platform to manage the maps used on your websites.
With this launch, the process to get Google Maps API key has changed.
From June 11, 2018, it is mandatory to enable the billing account with a credit card/ bank account details and have a valid API key for all projects.
Do I need to pay anything to use a new API key?
Not initially! After creating a billing account in the Google Maps Platform, you will gain access to your $200 of free monthly usage. After that, the charges will be applied as per the standard rates decided by the Google Maps Platform.
Here is an article that shows how to enable billing account and get a new API key. Once you generate an API key, make sure to update UABB Google Map API option with the new API key. Following are the steps –
Step 1 – Follow this link in order to generate your API key. Click GET STARTED button.
Select Maps from the list and click to CONTINUE.
Step 2 – Create a new project or select one from the existing ones. Click Next.
Step 3 – To CREATE BILLING ACCOUNT, select the country. Click Confirm.
Step 4 – Add Customer info.
Step 5 – Choose the Payment method and add payment details. Click Submit and enable billing.
Step 6 – Select website from the Account Overview page.
Step 7 – Choose Maps Javascript API
Step 8 – Enable maps for your website.
Step 9 – Choose APIs credentials.
Step 10 – Select API Key option.
Step 11 – Copy the generated API key.
Step 12 – Select HTTP referrers for your site.Step 13 – You can see map usage on your account overview page.
How to add Google Map API key in UABB』s Google Maps option?
From the WordPress dashboard, navigate to Settings -> UABB -> General Settings > Google Map API Key.
Once you are done with the above steps, then you can use the google map element.
Note: These steps are also applied to the users who have the google map issue on their site, and getting this error in console: 「Google Maps API error: MissingKeyMapError「
How to Set Overlay Color on the Video Thumbnail on Mouse Hover?
Overlay color can be set for normal and hovered video.
The setting can be found under Style ( tab ) > Content.
Overlay Color will display on normal video. While Overlay Hover Color color will display when you hover over a video.
Related Documents –
How to Set a Custom Placeholder Image for the Video?
What is the use of UABB Templates Manager?
Deprecated From Version 1.3.0
Templates are a boon! We are sure no one will disagree with the fact that templates actually make work much simpler and faster.
The Ultimate Addons for Beaver Builder comes with a number of row and page templates. You can enable the templates you wish to use while the others can remain disabled.
This is where you will have to disable the categories of sections you might not be using quite often.
In order to enable or disable templates, you will have to follow the steps mentioned here.
Note: You need to Disable the Show Row Categories and Show Module Categories option under templates. If enabled, these options show only the saved categories and prevent all third party templates and modules to be shown.
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.
Modules not working suddenly / content missing from the page / content not aligned properly
It often happens that the Modules』 content is not displayed as expected. For example in the Google Map module, the content goes missing, or in case of Testimonials module, the slider won』t work, or in Info List the Icons are missing / are not aligned properly.
At such times, you can try and clear the Page Builder』s Cache which is found in Dashboard -> Settings -> Page Builder -> Tools -> Cache -> Clear Cache.
In most of the cases, this resolves the issue. But, it is also recommended to clear your browser』s cache.
You can try checking if the same issue occurs in the Browser』s Incognito mode or on different devices.
If this issue cannot be found on other devices, just to be sure you can try and follow the step mentioned here DIY Troubleshooting. This step is necessary as it will rule out any chances wherein you have installed any new plugin and it is interfering with the CSS or Javascript of our module.
If the issue still persists, even after following the above mentioned steps, or if you have any further questions, you can Get in touch. We will be happy to help!
How do license upgrades work?
Upgrade to Lifetime:
Customers need to pay only the difference amount.
Example – If a user wants to upgrade from Ultimate Addons ($69 / Year) to Ultimate Addons ($249 / Lifetime), he will have to pay only $180 ($249 – $69)
That』s about it
Upgrade to Annual:
In case if you upgrade to annual license, the original date of license expiry is considered, regardless of the date of upgrade. The amount you will be charged will be based on the price difference and the time left in your current subscription before renewal.
Example: A customer purchased an annual license of Ultimate Addons ($69 / Year) on January 1, 2017. On July 1, 2017 the customer upgrades his license to Astra Growth Bundle ($249 / Year). The price difference is $180 and there are 6 months left in his current subscription period. The customer will pay $90 to upgrade. On January 1, 2018, the subscription will renew and the customer will pay the license renewal amount and own an active license key until January 1, 2019.
The expiration date of the license will not change; an upgraded license will still expire on the original expiration date whether prorated or not.
How to Upgrade?
Just visit the upgrades page on our store to see your available options.
Have a questions? Get in touch, We will be happy to help!
How to fetch Latest Templates from Template Cloud?
Available from Version 1.3.0
All the recently created templates; whether section templates or page templates will be uploaded to our Template Cloud.
In order to fetch these templates from our cloud server, you need to simply click on the refresh button seen in the screenshot below.
This will pull all the latest templates directly from our template cloud server.
Not sure how you can install templates? Take a look at the article here.
Using the Template Cloud on a multisite setup? Take a look at the article here.
Cannot see the installed Cloud Templates? Take a look at the article here.
How to override built-in UABB modules?
All the UABB modules can be overridden within your theme by following the steps below –
Create a new folder in your theme』s folder named bb-ultimate-addon.
Create a new folder within the bb-ultimate-addon folder, named modules.
Copy the module you wish to override from wp-content/plugins/bb-ultimate-addon/modules to your theme』s bb-ultimate-addon/modules folder.
That』s it! You can now start editing the module to suit your needs.
Please note: Even though you can customize the module』s code, the module』s folder name, main php file name and main class name must remain unchanged to be recognized by the UABB.