• Resolved geleiap

    (@geleiap)


    When I change anything on the form the person type field loses its look and is indented on the left side. This prevents it from being used as there is no way to view its options.

    This happens if I edit a field, deactivate, change position or delete.

    Image: https://pasteboard.co/uQ4X9CcMMlgl.png

    How can you help me?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Can you please share us with the website URL in which this issue is available so that we can have a look into it?

    Thank you!

    Thread Starter geleiap

    (@geleiap)

    Plugin Author ThemeHigh

    (@themehigh)

    We believe that your theme or some other plugin on your website removed a required stylesheet (select2) in the checkout page.

    To resolve this issue, please add the below code in your child theme’s functions.php file.

    add_action('wp_enqueue_scripts', 'th256t_enqueue_select2_style');
    function th256t_enqueue_select2_style() {
    	if(is_checkout()) {
    		wp_enqueue_style( 'select2');
    	}
    }

    If the issue still persists, please raise a ticket through our website. We hope our technical team will be able to help you.

    Thank you!

    Thread Starter geleiap

    (@geleiap)

    Hi!

    The code did not work.
    I contacted support.

    Thanks!

    Plugin Author ThemeHigh

    (@themehigh)

    We hope your issue is resolved.

    We are going to mark this thread as resolved.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem billing_persontype field’ is closed to new replies.