Hi @Antalvespo,
I hope you are well today and thank you for your question.
I am not sure why you want the shared CSS code in the theme update as other theme users are comfortable using the theme without this CSS code so it will mess with their sites.
You can just use it adding in your theme settings custom CSS option.
Best regards,
Shufflehound team
Hi Erik,
I hope you are well today and thank you for your question.
Please update your site theme to the below latest theme version as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
Also please make sure you are using latest versions of plugins on your site.
If you still face the issue then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Best regards,
Shufflehound team
Hi @barbara,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not working correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @maniacscptrs,
I hope you are well today and thank you for your question.
You can display slider behind header navigation and make header transparent as described in the following topics.
https://support.shufflehound.com/forums/topic/transparent-header/
Best regards,
Shufflehound team
Hi @WendyM,
I hope you are well today and thank you for your question.
Yes we can change it developing custom CSS code so could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Ok Thank you
We are troubleshooting it.
You are most welcome here 🙂
Let’s resolve it in your following separate topic created for the issue.
Hi @mqk051197,
Sorry to hear of the problem you are having.
To troubleshoot the issue could you please share me your site cPanel URL as it seems you forgot to share it?
Do you have WP_DEBUG set to true in your wp-config.php file?
If you do then please set it to false.
This will hide the warning messages and you will be able to use your site normally.
Best regards,
Shufflehound team
I read the WPML support thread where they said “I need to escalate this to the developers to find the cause or a workaround for this.” so it would be great if they find the workaround but if not then it will be sufficient for us to resolve it if they tell us exact cause of the issue.
You are always welcome here 🙂
Solution for this topic
I have hidden the blog section and the form doesn’t overlay the footer anymore. If I make the blog section unhidden it works fine.
You can resolve 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
.page-id-1532 #wrapper {
overflow: visible;
}
Also how do I target the email, phone, working hours icons as I want to change the color of only them, do I need to put in some custom css?
Yes you need to develop custom CSS code which we can help you to develop but 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.
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.
Hi @Antalvespo,
Thank you for your question.
You can resolve 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
.woocommerce div.product form.cart .variations select {
width: auto;
}
Best regards,
Shufflehound team
Hi @Antalvespo,
I hope you are well today and thank you for your question.
You can resolve 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
#page-container .sh-pricing-enlarge {
overflow: visible;
}
Best regards,
Shufflehound team
Not make the slide to the section.
Because the heavy content on the site takes time to load so it doesn’t slide correctly.
You know if it´s possible to have different menu for each pages?
You can try achieving this using any of the following plugins.
I can see the 4 columns on your shared site now as shown in the attached screenshot.
Have you managed to achieve this?
You can try achieving this by using the attached custom child theme of Jevelin theme that contains some custom code.
You can change its color 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
a.sh-single-image-overlay {
background-color: rgba(245, 156, 0, 0.8);
}Why is it that the number of items in cart renders differently on different pages?
It displays same for me so could you please share me the pages URLs from your site where it is not displaying correctly so that i can troubleshoot it?
How do I make the color of the header text change when I mouse over it?
It seems you are talking about the Tooltip color which is browser default color.
There isn’t any direct way to change it but there are some workarounds as described in the following pages.
https://stackoverflow.com/a/49395765/1287548
https://designshack.net/articles/css/html5-css3-anchor-link-tooltips/
You are most welcome here 🙂