Solution for this topic
Hi @c.kuekmen,
I hope you are well today.
I am not sure how exactly you are trying to translate it.
Just use the plugin https://wordpress.org/plugins/say-what/ and try to translate it as shown in the attached screenshot.
Best regards,
Shufflehound team
Could you please share me your site URL where it’s displaying so that i can troubleshoot it?
Also just to make sure are you using the shared pot file?
This is not happening on our site so we have to troubleshoot it on your site.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Woocommerce and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Can you please try temporary enabling WP_DEBUG mode? To do this, just go to wp-config.php include this:
define('WP_DEBUG',true);
You might already have a line for WP_DEBUG, so just make sure it’s set to true.
Let me know what errors if any you are getting when you face this issue.
Hi @c.kuekmen,
Thanks for posting here.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue 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
.sh-increase-numbers input,
.sh-increase-numbers span {
float: none;
display: inline-block !important;
width: 30px!important;
height: 30px;
color: #000;
}
.sh-increase-numbers span {
width: auto!important;
height: auto!important;
padding: 2px 3px;
margin: 0 1px;
}
.sh-increase-numbers i {
line-height: 10px;
}
Best regards,
Shufflehound team
Hi @c.kuekmen,
Thank you for your question.
The information provided on the following page will help you to change it.
https://davidryanwebdesign.com/change-woocommerce-place-order-button-text-checkout-page/
Best regards,
Shufflehound team
Solution for this topic
HI @c.kuekmen,
I hope you are well today and thanks for posting here.
Please try using below custom CSS code.
#page-container .woocommerce form input[type=checkbox] {
position: relative;
margin-left: 0;
margin-right: 5px;
}
Best regards,
Shufflehound team
Solution for this topic
@nicolas Could you please check it now?
I logged in to your site and saw the theme file woocommerce/content-single-product.php is modified so it was not displaying properly.
I restored the file to original and it is working fine now.
Please note if you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation so we recommend to make changes using child theme.
@sidbicius I have replied to your newly created topic so let’s resolve it on your new topic and no need to post here.
Hi @sidbicius,
I hope you are well today and thanks for posting here.
I use the last stable version of jevelin theme (2.4.4), do I have to install beta version that you suggest to me (beta 2.4.4 v1) in previous thread?
Yes please.
If it still doesn’t work for you using theme beta version then could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
I visited your shared page and it is working fine for me as shown in the attached screenshot.
Could you please test it on another browser?
1. I have done this but still showing “Continue to Payment”
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.
Then after update please resave your site permalink settings.
Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
Hi @woarnoart,
I hope you are well today and thank you for your question.
You can configure it in the product shipping settings as shown in the attached screenshot.
Best regards,
Shufflehound team
@sidbicius Please make sure you are using following latest version of Jevelin theme.
Please login to access this file
Also please share the screenshots of the issue.
To help us keep support thread separates could you please create your own thread for your question here https://support.shufflehound.com/forums/forum/jevelin/ instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
In that page Portfolio 2.0 content element is used as displayed in the attached screenshot.
You are most welcome here 🙂
Hi @quirk,
I hope you are well today and thank you for your question.
Please see the solutions posted in the following topic for similar questions.
https://support.shufflehound.com/forums/topic/change-the-blog-title/#post-2255
Best regards,
Shufflehound team
Solution for this topic
Hi Pedro,
I hope you are well today and thank you for your question.
You can achieve 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
@media (min-width: 992px){
.woocommerce #content .woocommerce-tabs.wc-tabs-wrapper {
position: relative;
width: 200% !important;
}
}
Best regards,
Shufflehound team
You are always welcome here 🙂