GithubHelp home page GithubHelp logo

conceptstom / acf-page-builder-field Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angrycreative/acf-page-builder-field

0.0 2.0 0.0 79 KB

A plugin that will add a page builder field type in Advanced custom fields.

PHP 79.49% CSS 0.73% JavaScript 19.78%

acf-page-builder-field's Introduction

ACF SiteOrigin Page Builder Field

Currently in Beta. We will release the first stable version (1.0.0) in Q2 of 2016.

Adds a "Page Builder Field" for the Advanced Custom Fields WordPress plugin.

Plugin requirements

How to use the plugin

More documentation coming soon.

Installation

  1. Copy the acf-page-builder-field folder into your wp-content/plugins folder
  2. Activate the plugin via the plugins admin page (and make sure the required plugins are already activated)
  3. Create a new field via ACF and select the Page Builder Field type

Known issues and limitations

  • Use of ACF Page Builder field in widget areas. We aim to fix this in a comming release.
  • Some issues with Page Builder content in the_content()(normal post content) if an ACF Page Builder field is rendered before the_content(). We recommend using ACF Page Builder fields instead and removing the normal post content completly on ACF-pages in WP-Admin.

Integrate into your ACF fields.

A blog post will be published soon about how we use this plugin to make an awesome CMS experience for our customers.

Output in theme

if( get_field( 'page_builder_field' ) ) {
    echo get_field( 'page_builder_field' );
}

Changelog

Please see readme.txt for changelog

acf-page-builder-field's People

Contributors

pelmered avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.