Beaver Themer: ACF Options Support Could Change EVERYTHING!!

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.

Support for ACF option fields has been in Beaver Themer since it was in alpha. Perhaps for many it was one of a number of overwhelming options for those getting started.

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.

 

Acf Field Group

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.

david-waumsley-web-developer-150x150-circle

David Waumsley

A British chap who helps with websites and whatnot.  Some refer to him as a digital nomad, but he will accepts the term "fugitive" or "international bag lady".  He actually builds websites for a living. Yeah, I know!