Viewing 1 replies (of 1 total)
  • Plugin Support Fran Mendoza

    (@franmglez92)

    Hello there,
    hope you are doing well! 🙂

    Could you check if the problem is solved by adding the next code in the functions.php of your active theme, please?

    if ( ! function_exists( 'yith_ywgc_enqueue_scripts_custom' ) ) {
       function yith_ywgc_enqueue_scripts_custom() {         
           $jquery = 'jQuery(function($){             
                $("form.gift-cards_form").insertAfter(".et_pb_module.et_pb_wc_price.et_pb_wc_price_0_tb_body");         
           });';         
           wp_add_inline_script( 'ywgc-frontend-script', $jquery );     
      }     
      add_action( 'wp_enqueue_scripts', 'yith_ywgc_enqueue_scripts_custom', 999 ); 
    }

    Let us know any news, please.

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Misalignment gift card fields’ is closed to new replies.