Could you please share me your site URL where the shared solution is not working so that I can troubleshoot it?
Hi @dianazahe,
Thank you for your question.
You can update the theme as described in the following page.
https://support.shufflehound.com/updating-theme/
Best regards,
Shufflehound team
Hi @dianazahe,
I hope you are well today and thank you for your question.
Are you using Woocommerce plugin?
If yes then you can create shop page on your site as described in the below pages.
https://docs.woocommerce.com/document/woocommerce-pages/#section-3
https://wpexplorer-themes.com/total/docs/woocommerce-shop-page/
Best regards,
Shufflehound team
Thank you for sharing the site credentials but when I try to log into your site I get an error message as shown in the attached screenshot.
Please change your site password to strong one and share it again.
Hi John,
I hope you are well today and thank you for your question.
Please make sure you are using below latest version of theme.
Please login to access this file
Also could you please clear and disable the WP Fastest Cache that you are using on your site.
Best regards,
Shufflehound team
Solution for this topic
Hi Jeroen,
I hope you are well today and thank you for your question.
You can hide it on mobile 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
.post-content-share-mobile-contaner { display: none; }
Best regards,
Shufflehound team
Hi @fabiano1987,
I hope you are well today and thanks for feature requests.
We will consider these requests to be developed in the future version of theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
So to achieve it now, If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
You are most welcome here 🙂
Would you mind if I log in to your site and do some troubleshooting about why it is not working on your site? If this is ok then could you please temporary 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 to see it.”?
this worked, but I still can’t scroll when I click on the menu.
Then you have to develop more custom code as described in the previous reply.
And is there a way to make the header size fully responsive (if it’s not already fully responsive), because it’s a lot bigger on smaller screens, but gets smaller with bigger screens, image attached?
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.
Solution for this topic
Please try changing above shared CSS code as following.
#header-mobile { position: fixed; top: 0; left: 0; z-index: 9999; border-bottom: 2px solid rgb(37, 170, 225) !important; width: 100%; } .sh-header-mobile-navigation .header-logo img { max-height: 80px; } @media (max-width: 1025px){ #page-container { margin-top: 125px; } }
Also please note currently the theme doesn’t provide sticky header on mobile but I have created feature request for it so that It will be developed in the future version of theme.
If the above shared code solution doesn’t work for you then you have to wait for theme update to implement it or you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Yes it will work even after theme updation but we recommend you to use child theme and we have attached it to this reply.
Please add custom code shared in that topic into the attached child theme.
Then please use the solution shared in the following topic.
https://support.shufflehound.com/forums/topic/display-original-image/#post-16878
We are working on it but don’t have any ETA now.
Hi Vadims,
I hope you are well today and thank you for your questions.
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
#header-mobile { position: fixed; top: 0; left: 0; z-index: 9999; border-bottom: 2px solid rgb(37, 170, 225) !important; } .sh-header-mobile-navigation .header-logo img { max-height: 80px; }
Best regards,
Shufflehound team
Hi @piac1212,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @AkshayfromFaux,
Sorry to hear of the problem you are having.
Please make sure you are using latest version of Unyson plugin and PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
This is a simple PHP warning and most of the time it doesn’t affect functionality of site so it is nothing to worry about!
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
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
#page-container .sh-testimonials-style1 .sh-testimonials-image { border-radius: 0; width: 200px; height: 150px; }
You are most welcome here 🙂
Yes but we don’t know exactly what is conflicting with theme functionality such as CSS, JS or PHP code or any order of files loading or any plugin functionality that the theme is overwriting mistakenly so could you please ask them to provide specific information as they are aware of their plugin?