Home Forums Jevelin Theme Not proper German translation Reply To: Not proper German translation

Home Forums Jevelin Theme Not proper German translation Reply To: Not proper German translation

1. I have done this but still showing “Continue to Payment”

https://www.privatesocks.ch/checkout/

That is displaying by WooCommerce plugin and not this theme so please translate the WooCommerce plugin or us ethe following plugin to translate specific strings.

 

https://wordpress.org/plugins/say-what/

 

3. I cant send a link but if you add 2 or 3 different product to the cart and mouseover the icon above, design is not proper and you cannot scroll down to “Checkout”.

I don’t see the issue on your site so please share the screenshot of it or if you have already shared it then please tell me specifically which screenshot is that?

 

Now I have another Problem on the checkout page. While entering personal data there are two “Counrties” like in the Picture I have added as attachment.

You can hide one of it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

div#simpleselect_billing_country + .select2-container {
    display: none;
}

 

I have activated shipping address but the checkbox is shown middle of the Title.

To resolve it please use the below custom CSS code.

 

#page-container .woocommerce form .form-row .input-checkbox {
    position: relative;
}

To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.