• Hello,

    I really love your theme, thank you for providing it for free.

    I want to customize the theme more and add some new sections.

    Basically, I created a new plugin on the same model as the Business One Toolkit to create some custom post types. Moreover, to customize the WordPress edit screen of those posts I want to use ACF (Advanced Custom Fields). However, the theme is removing the ACF settings in the Admin Panel.

    I can’t find a way to get it back except by disabling the theme which is not what I want to do ??

    Therefore, what should I modify to have it back and will it be a problem to use it at the same time for the theme and my own plugin ?

    Thank you for your time.

    Have a nice day

    – Lucas

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lucasvandroux

    (@lucasvandroux)

    I found a simple trick to use ACF with the theme:

    1. Desactivate the theme.
    2. Do what you need with ACF.
    3. Reactivate the theme.

    However, if someone has a better alternative I will love to hear it.

    Have a good day

    – Lucas

    Lucas,

    I might be late, but I wanted to do the same.

    B1 deactivates the ACF menu in its functions.php file with the line

    define(‘ACF_LITE’,true);

    I “reactivated” ACF while the B1 theme is active by creating a child theme and adding the following line to the child functions.php

    define(‘ACF_LITE’,false);

    Hope this is helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get back the ACF settings in the Admin Panel ?’ is closed to new replies.