Support

Account

Home Forums General Issues Blank page after activation Reply To: Blank page after activation

  • Thanks for your answer!

    I will try it today in the night-time, when no users are online.

    I think I found out the problem, just tried some hours..

    I think the problem is, that the Theme author already integrated ACF inside the theme:

    Because in the functions.php it says

    include_once( ‘admin/acf/acf.php’ );
    include_once( ‘admin/acf/acf-fields.php’ );

    He uses it to display the choice for the sidebar.

    ACF is in the “admin” folder of the theme..

    Is there a way to use ACF in the Backend (Where it is not displayed right now) without deleting everything from ACF in the theme?

    I just can’t reach the settings page form the backend…