Code

Adding a Geo based Conditional

By Beaverplugins / May 20, 2018 /

Using Toolbox it is very easy to add any kind of filter. A location-based filter for instance is very easy to add. You will need to install a plugin like GeoIP Detectection from the WordPress Repository. When you’ve done so, you can add the following code to your functions.php or into your own plugin. [pastacode lang=”php”…

Read More

Adding a repeater Accordion module

By Beaverplugins / May 11, 2018 /

Ever wondered if it was possible to add an ACF Repeater as the source for – for example – an Accordion module? Well.. you can. Here’s how: There are a few things you need to do in preparation: Set up the a repeater-field with it’s subfields on the page, post or CPT Add a connections…

Read More

Blurring Row Background Images

By Beaverplugins / April 4, 2018 /

Someone asked if it was possible to blur a background-image using filters for Beaver Builder rows. Due to the way the background-container is used and all elements are positioned into it, when adding the filter:blur() properties as a class, all contents will be blurred out. So I decided to go another route. Using jQuery a…

Read More

Using responsive-values in building your modules

By Beaverplugins / June 7, 2016 /

Building Responsive Modules may be a challenge if you need to set the breakpoints manually. You can also tap into the global settings to be able to change it whenever you change it for all your templates.

Read More

Getting the set Photo thumb-image

By Beaverplugins / June 7, 2016 /

I’ve been bashing my head over this the other day. I was constructing the Owl-slider module and needed the thumb-image that I had set using the photo-field. Now, after finding out the solution it appears it is clearly mentioned in the documentation but never the less I’m going to repeat it here so that you don’t have…

Read More