Solution for this topic
Hi Ben,
Sorry to hear of the problem you are having.
This is a known issue which will be fixed in the future version of theme released shortly.
To resolve it now please make sure you have activated latest version of Woocommerce plugin on your site.
Best regards,
Shufflehound team
Hi Ben,
Sorry to hear of the problem you are having.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
Sure we will consider this to be developed in the future version of theme.
Not sure how you are trying to change it.
Please try as shown in the attached screenshot.
Please try resaving your permalink settings.
If it doesn’t resolve the issue then please reset your site htaccess file as described on the following pages.
http://www.bordercrossingmedia.com/2009/01/how-to-restore-your-wordpress-htaccess-file/
In the free shipping condition please make sure you have set valid rule as shown in the attached screenshot.
Please share me the screenshot of it.
Could you please share me the products URLs from your site which have free shipping available so that i can troubleshoot it?
Yes just do how you have done now.
Hi @bc2011,
I hope you are well today and thank you for your question.
The information provided on the following pages will help you to achieve this.
http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/
https://codex.wordpress.org/Multilingual_WordPress
https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-theme/
Best regards,
Shufflehound team
Solution for this topic
Hi @grammakov,
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
#content .sh-portfolio-item {
min-height: 360px;
}
Best regards,
Shufflehound team
Hi @c.kuekmen,
I hope you are well today and thank you for your question.
I am not sure where exactly it is displaying for you as i don’t know the language displayed in your shared screenshots.
Could you please share me your site URL where it’s displaying so that i can help you?
Best regards,
Shufflehound team
Please create separate topics for each of your questions instead of asking them all in one topic which makes the topic hard to read and messy.
Ok I will try this, but I have this code in my functions.php. Can you please provide me the good way to do this for further updates.
So do you mean that code is causing this issue and if you temporary remove that code then the issue gets resolved which you posted in this topic?
I have notified the theme developer about this.
It will be resolved ASAP.
In the meanwhile you can hide textbox and arrows from that section by using the below CSS code.
span.quantity.sh-increase-numbers input,
span.quantity.sh-increase-numbers span.sh-noselect {
display: none !important;
}
Could you please also try changing it using the solution posted in your following topic?
We are working on it.
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
The theme doesn’t provide any such section so it may be created by any of the plugin you are using on your site and it has nothing to do with theme but do remember when you install theme demo content then your site content gets deleted so i think when you installed theme demo content then it may be removed the content created by that plugin.
Hi @jburleson,
I hope you are well today and thank you for your question.
I visited your shared site and found this is happening because of the wp-carousel-free plugin conflict happening on your site.
You can resolve this 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
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'simple-line-icons';
}
Best regards,
Shufflehound team
Solution for this topic
Please so the same as said in your following topic.