• Resolved Daniel

    (@dsnger)


    I have a problem on different WP-Sites. All functions are gone. No settings or functions are shown in the backend admin menu. Copy and paste-buttons arent there… Please can you fix it?
    Something seems to be going wrong after the update.

    Thank you very much!
    Best regards Daniel

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello dsnger!

    Thanks for the report. The update 0.8.4 changed a bit the way the plugin get loaded. It now loads after theme setup in order to correctly detect ACF Pro if it is bundled in the theme.

    Can you please do the following check:
    * Is ACF Extended correctly activated in the plugins? If so, is there any warning, message?
    * Do you have the latest WP + ACF Pro version?
    * What is your theme?

    Thanks in advance,

    Regards.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    BTW, maybe you can join us on the Community Slack here: https://join.slack.com/t/wpacf/shared_invite/enQtODc2MjczMzM3NzQ1LTQxNmY2ZGY3OTU2NDkxNTliYmNhMmY1NDMwZGM4NmYxNzgwZTI5MDUzMDFlMGQ5YzcwNDc0ZWM0MDVmODI4NmI

    I’m often connected there, PM me!

    Regards.

    Thread Starter Daniel

    (@dsnger)

    Hi, thanks for your fast reaction.
    Both plugins, acf pro and acf extended are updated and activated.
    I have no special theme, is my own creation. Everything works fine until update 0.8.3x.

    If i change the theme to twentytwenty, the plugin works?! What could bei the difference?

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    After a discussion, the problem come from the plugin’s loading sequence when a get_field() function is being called in the theme functions.php file.

    The fix is to replace: \acf-extended\acf-extended.php line:72 with:

    add_action('acf/include_field_types', array($this, 'load'), 5);

    I’ll push a fix soon.

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PROBLEMS after update 0.8.4’ is closed to new replies.