Beaver Themer: ACF Options Support Could Change EVERYTHING!!
October 13, 2018/
Important: The functionality shown here is probably not unique to ACF. Other custom field plugins like Pods could be worth checking if you are not a ACF user.
With the addition of custom field connections to colour fields in 2.2 this feature could be an incredible time saver for those who build websites professionally. It could also provide a great way for clients to be able to update global content like various contact details.
This code snippet need to be added to the child theme’s functions.php file:
// Adds an ACF Pro options page. It needs an ACF Field Group assigning to it. if( function_exists('acf_add_options_page') ) { acf_add_options_page(); }
This adds an “Options” Menu item to your Dashboard navigation. The option page will then show any ACF field groups set with a rule under Locations to show on the options page. Use the ACF Color Picker Field.
Note:
- You can set the order of Field Groups (Look for “Order no.” in the group setting).
- The options page is a feature of ACF Pro version.
- The ACF color picker does not support Alpha transparency.
- The “ACF RGBA Color Picker” plugin is not working with the Alpha version of Beaver Builder 2.2
Interesting Links.
- The “ACF Options Page Admin” plugin looks to have interesting options to layout the options page.
- And should there be any who don’t have Beaver Builder here is my affiliate link to them.
- My video example page.
Posted in Beaver Themer Tips

Brilliant idea!
Hey thanks Nancy. It means much to me coming from you. Ha ha you are the first comment here. I forgot I had that on. I must really sort this site out! Best wishes.
Excellent video, David! I’ve been a lurker admirer for some time, but must say I truly enjoy your tutorials. Thanks so much for what you do for BB & the community!
Cheers Jason. It’s really great to be appreciated. 🙂 I enjoy the learning. Plus with the Beaver Builder affiliates link everyone has kindly covered my yearly software license cost. No career in this for me, but I’m really grateful for the support I have had.
As always, you’re the man…. whatever that means!!!
Ha ha Thank you. I kinda like the idea of being the man. I’ll walk with more a swagger today… If I can manage it without doing my hip in. Then I’ll just go back to being the old man. Much appreciated 🙂
Thanks for this tip David, even though it’s been around over a year, it’s still the top result for this set up.
One thing to mention I just found out, is that if using a colour for example, in a group then the group name obviously needs to be included in the reference to the colour. Eg. colours_primary_colour
On another issue I’ve been trying to work out, any idea how I can connect a global repeater to show? The ACF documentation says when using php to set: , but how do you do that in a BB HTML module?
Your help is greatly appreciated.
Many Thanks
Sorry Richard, I completely missed this. I have been having a very busy time recently. I just don’t have the answers for this as I never end up implementing this.