Title: Advanced Custom Fields Page Builder
Author: owenr88
Published: <strong>17 ਫਰਵਰੀ 2016</strong>
Last modified: 2 ਅਕਤੂਬਰ 2016

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](https://ps.w.org/acf-page-builder/assets/banner-772x250.jpg?rev=1352435)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/acf-page-builder/assets/icon-256x256.jpg?rev=1352435)

# Advanced Custom Fields Page Builder

 [owenr88](https://profiles.wordpress.org/owenr88/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/acf-page-builder.1.1.4.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/acf-page-builder/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/acf-page-builder/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/acf-page-builder/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/acf-page-builder/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/acf-page-builder/)

## ਵੇਰਵਾ

**PLEASE NOTE: The following plugins or add-ons are required for this to work:**

 * **[Advanced Custom Fields](http://www.advancedcustomfields.com/) is ESSENTIAL**
 * **The Advanced Custom Fields [Flexible Content add-on field](http://www.advancedcustomfields.com/add-ons/flexible-content-field/)
   is essential**
 * **[Simple Contact Forms](https://wordpress.org/plugins/simple-contact-forms/)
   is required for the Simple Contact Forms page builder section to work**

The ACF Page Builder uses the Advanced Custom Fields Flexible Content field to create
a bunch of completely customisable page elements. This plugin works best when used
with [Bootstrap](http://getbootstrap.com/), but it isn’t essential. These elements
include:

 * Banner images
 * ਬਟਨ
 * Bootstrap Content Grids
 * Image Gallery (with text and caption)
 * Raw HTML and JavaScript
 * [Simple Contact Forms](https://wordpress.org/plugins/simple-contact-forms/)
 * WYSIWYG Content

Each element can be configured – see the screenshots for configuration options. 
Default options are background colours, wrapper classes and if the element needs
to be contained (Bootstrap only!) Please [get in touch](https://twitter.com/biglemontweets)
or [submit pull requests](https://github.com/owenr88/acf-page-builder) for any more
page sections.

The ACF Page Builder was created and is managed by [Big Lemon Creative](http://www.biglemoncreative.co.uk).

#### Configuration

To configure which post types or page templates the page builder is displayed on,
use the following filter in your functions.php file:

    ```
    function support_acfpb( $support = array() ) {

        $support['post_type'] = array(
            'page',
            'post'
        );

        $support['page_template'] = array(
            'page-templates/page-sectioned.php'
        );

        return $support;

    }
    add_filter('acfpb_set_locations', 'support_acfpb', 10, 1);
    ```

#### Usage

We designed the functions to match the ACF syntax of `get_field()` and `the_field()`.
Use the functions below to get or directly echo the sections on the front end. The
ID is optional.

    ```
    the_sections( $id );
    ```

OR

    ```
    echo get_sections( $id );
    ```

## ਸਕਰੀਨਸ਼ਾਟ

[⌊All sections collapsed⌉⌊All sections collapsed⌉[

All sections collapsed

[⌊Banner section options⌉⌊Banner section options⌉[

Banner section options

[⌊Button section options⌉⌊Button section options⌉[

Button section options

[⌊Content Grid section options⌉⌊Content Grid section options⌉[

Content Grid section options

[⌊Gallery section options⌉⌊Gallery section options⌉[

Gallery section options

[⌊Raw HTML section options⌉⌊Raw HTML section options⌉[

Raw HTML section options

[⌊Simple Contact Forms section options⌉⌊Simple Contact Forms section options⌉[

Simple Contact Forms section options

[⌊WYSIWYG section options⌉⌊WYSIWYG section options⌉[

WYSIWYG section options

[⌊Full Page of created sections⌉⌊Full Page of created sections⌉[

Full Page of created sections

## ਸਥਾਪਤੀਕਰਨ

Install the plugin by following these steps:

 1. Upload the `acf-page-builder` folder to the `/wp-content/plugins/` directory
 2. ਵਰਡਪ੍ਰੈਸ ‘ਚ ਵਾਧੇ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰਨ ਲਈ ਸੂਚੀ ‘ਚੋਂ ‘ਵਾਧੇ’ ਚੁਣ ਕੇ ਕਰੋ।
 3. Check out the settings page to create some fields and see how to include it in 
    your theme

The plugin can also be searched for and installed directly in the WordPress Plugin
manager.

Make sure that you have [Advanced Custom Fields](http://www.advancedcustomfields.com/)
installed.

## ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

  Can I ask you a question?

Yes. Head over to the [GitHub](https://github.com/owenr88/acf-page-builder) page
with any questions or feature requests. You might also find your answer in the support
tab. Feel free to [contact us](http://www.biglemoncreative.co.uk) if you can’t find
an answer, or reach us on [Twitter](https://twitter.com/biglemontweets).

## ਸਮੀਖਿਆਵਾਂ

![](https://secure.gravatar.com/avatar/d5d85d79f79baba4f5b9a619c51000a67c90c4a228473a9b3d30773859ec200e?
s=60&d=retro&r=g)

### 󠀁[Free plugin requires a commercial component to work](https://wordpress.org/support/topic/free-plugin-requires-a-commercial-component-to-work-why/)󠁿

 [skylabb](https://profiles.wordpress.org/skylabb/) 9 ਅਪ੍ਰੈਲ 2017 4 replies

This review is updated since the author is making it clear in their description 
that this plugin requires another commercial plugin to work with.

![](https://secure.gravatar.com/avatar/63866b22d75dc55d40de3212a6d4b1d45acb091cd7fae9edd636f90a6caff16f?
s=60&d=retro&r=g)

### 󠀁[Good Start a lot to go!](https://wordpress.org/support/topic/good-start-a-lot-to-go/)󠁿

 [creativemanner](https://profiles.wordpress.org/creativemanner/) 3 ਸਤੰਬਰ 2016 1
reply

Hey! It is nice to see someone getting this a go. I ve seen some prototypes on the
net and would like to see this become a must to install add-on to ACF. I would look
in to this https://bitbucket.org/dachcom/dachcom-page-designer/overview Good luck!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/acf-page-builder/reviews/)

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Advanced Custom Fields Page Builder” is open source software. The following people
have contributed to this plugin.

ਯੋਗਦਾਨੀ

 *   [ owenr88 ](https://profiles.wordpress.org/owenr88/)

[“Advanced Custom Fields Page Builder” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/acf-page-builder)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/acf-page-builder/),
check out the [SVN repository](https://plugins.svn.wordpress.org/acf-page-builder/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/acf-page-builder/)
by [RSS](https://plugins.trac.wordpress.org/log/acf-page-builder/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

#### v1.1.4

 * Remove ID as an option to call the sections – doesn’t work
 * The container is now disabled if Bootstrap is not selected
 * Tested up to 4.6.1

#### v1.1.3

 * Fixed the containment and bootstrap toggle – wasn’t working!

#### v1.1.2

 * Changed contributors and some house keeping

#### v1.1.1

 * The very first version! Includes the following sections: banners, buttons, content
   grid, galleries, raw HTML, normal WYSIWYG text and simple contact form integration

## ਮੈਟਾ

 *  Version **1.1.4**
 *  Last updated **10 ਸਾਲ ਪਹਿਲਾਂ**
 *  Active installations **100+**
 *  WordPress version ** 3.8 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/acf-page-builder/)
 * Tags
 * [advanced custom fields](https://pan.wordpress.org/plugins/tags/advanced-custom-fields/)
   [custom fields](https://pan.wordpress.org/plugins/tags/custom-fields/)[page builder](https://pan.wordpress.org/plugins/tags/page-builder/)
 *  [Advanced View](https://pan.wordpress.org/plugins/acf-page-builder/advanced/)

## ਦਰਜਾਬੰਦੀ

 3 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/acf-page-builder/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/acf-page-builder/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/acf-page-builder/reviews/)

## ਯੋਗਦਾਨੀ

 *   [ owenr88 ](https://profiles.wordpress.org/owenr88/)

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/acf-page-builder/)