📄️ Google Map arguments in the Map module
The flbuildermap_args filter lets you add or change Google map arguments to filter the location on the map, add language parameters for WPML, or even change the key. Here's an example.
📄️ Limit Typography section controls
You can add code that displays only a subset of the Typography section in modules that include it. For example, if you add the following code to a modules typography array, it will disable font size controls for mobile device settings.
📄️ Data storage
Layout data for Beaver Builder is stored in the WordPress postmeta table in a
📄️ HTML, CSS, and JavaScript reference
Each Beaver Builder layout has a dynamically generated and compressed CSS and
📄️ Load CSS and JavaScript inline
Instead of loading Beaver Builder CSS and JavaScript as an asset file, you can
📄️ Disable schema markup in Beaver Builder
If you'd like to disable Schema markup within Beaver Builder, use the filter:
📄️ Disable minification and caching with WP_DEBUG
It is a best practice to set WP_DEBUG
📄️ Add custom attributes to rows, columns or modules
You can easily add custom attributes when you need them for a particular row,
📄️ Render layouts with PHP
You can render Beaver Builder layouts using PHP. This is typically done in
📄️ Load Google Fonts Locally (GDPR)
Beaver Builder accesses Google Fonts through its Content Delivery Network (CDN). Google claims to be compliant with GDPR in their use of personal information. If you still want to load Google fonts locally from your own server, this article has the procedure to disable the remote calls to Google Fonts server.
📄️ Prevent CSS and JavaScript from loading on archive pages
When you have blog posts or custom posts displayed on an archive page that was
📄️ Create a video lightbox for an Amazon S3 video
These instructions assume that you haven't uploaded your video to Amazon S3 yet but also describe the folder structure and file permissions you need to get the video lightbox to work. Thanks to one of our members for providing this information!