Okay
  Public Ticket #1198049
Admin Woocommerce Product Page
Closed

Comments

  •  1
    welikeconcepts started the conversation

    Hello,

    juswt got the error:

    Fatal error: Call to undefined function get_field() in /var/www/vhosts/n51e12.de/httpdocs/2016/wp-content/themes/kalium/inc/laborator_actions.php on line 982


    by try to open the admin woocommerce product page with product listening.

    "wp-admin/edit.php?post_type=product".

    These are the lines in the actions.php:

        $post_id = $post->ID;
        
        $custom_logo           = get_field( 'custom_logo', $post_id );
        $custom_menu_skin      = get_field( 'custom_menu_skin', $post_id );
        $sticky_menu_on_page   = get_field( 'sticky_menu_on_page', $post_id );
        $custom_sticky_logo       = get_field( 'custom_sticky_logo', $post_id );
        $sticky_menu_skin       = get_field( 'sticky_menu_skin', $post_id );


    Can you help us?

  • [deleted] replied

    Hi welikeconcepts

    Please read the following article how to install and update premium plugins required by Kalium Theme. Currently theme is trying to access un decelerated plugin in this case Advanced Custom Field was not installed or activated at least.

    Thank you.