Okay
  Public Ticket #2381803
Advanced Custom Fields is missing
Closed

Comments

  • Chris started the conversation

    So I am using LocalbyFlywheel to develop. I created a brand-new installation, uploaded the theme and activated it. Then used the install plugin installer and then it goes rapidly downhill. I get a list of errors for each plugin installed - see the attachment. Then when I go to the plugins menu they are all there. They all appear to be usable aside from ACF - its there in plugins list but I can't edit or create any custom fields. When I switch to a stock theme the Custom fields menu item reappears but then disappears when I switch back to Amartha. Any ideas. The odd thing is that the mega menus work which I know are driven by ACF. It's critical I get a fix for this. I am running WP5.4. PHP7.3.5, MySQL 8.0.16 on ngnix. 

    Finally, the very first time I used the same environment to create a WPMU site while I still got the errors I was able to use ACF.

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply.

    It seems like you are using a very low version of PHP, please increase that to 7.0 or higher.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Chris replied

    Ah, I am running PHP7.3.5 - please read my original ticket more carefully. In anywise I found the issue - there is a line in the functions.php file that disables the custom fields menu item:

    get_theme_mod('custom_fields_panel', '2') == '2' ? define('ACF_LITE' , true) : '';

    I have commented this out and the Custom Field list item reappears in the Admin dashboard.


  •  675
    Neuron replied

    Hi,

    I am sorry, somehow I misread your question. You can get that line back, you can activate-deactivate the Custom Fields panel at Appearance > Customize > General > Custom Fields Panel.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.