Title: Advanced Custom Fields Page Builder
Author: owenr88
Published: <strong>17.02.2016</strong>
Last modified: 02.10.2016

---

ჩადგმების ძებნა

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

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი 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://ka.wordpress.org/plugins/acf-page-builder/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/acf-page-builder/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/acf-page-builder/#installation)
 * [დეველოპმენტი](https://ka.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
 * Buttons
 * 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 );
    ```

ან

    ```
    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. Activate the plugin through the ‘Plugins’ menu in WordPress
 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/) 09.04.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/) 03.09.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!

 [ 2 რევიუს წაკითხვა ](https://wordpress.org/support/plugin/acf-page-builder/reviews/)

## მონაწილეები & დეველოპერები

“Advanced Custom Fields Page Builder” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა
წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

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

[გადათარგმნეთ Advanced Custom Fields Page Builder თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/acf-page-builder)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/acf-page-builder/),
შეამოწმეთ [SVN რეპო](https://plugins.svn.wordpress.org/acf-page-builder/), ან გამოიწერეთ
[შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/acf-page-builder/) : [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://ka.wordpress.org/plugins/tags/advanced-custom-fields/)
   [custom fields](https://ka.wordpress.org/plugins/tags/custom-fields/)[page builder](https://ka.wordpress.org/plugins/tags/page-builder/)
 *  [დამატებითი ხედი](https://ka.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/)