Adding a Geo based Conditional

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

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

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

Getting the set Photo thumb-image

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