There is no space betweeen the icon and the text of the ‘Home’ item of the menu list. Could you please suggest a solution for that as well?
To resolve it please try updating the theme to the below latest version and also update the Unyson plugin.
Please login to access this file
Hi @bc2011,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where the image is displaying and tell me to what size you want to resize it so that i can help you to achieve it?
Also please share me the screenshot of Wocommerce/settings/products/display settings.
Best regards,
Shufflehound team
Solution for this topic
Hi Stefan,
I hope you are well today and thank you for your question.
You can use below get_search_form function in your child theme 404.php file to display search field.
https://developer.wordpress.org/reference/functions/get_search_form/
Best regards,
Shufflehound team
Hi @spfskyline,
I hope you are well today and thank you for your question.
You can achieve it using small custom plugin solution shared in the following topic.
https://support.shufflehound.com/forums/topic/hide-mobile-menu-on-click/#post-5380
Best regards,
Shufflehound team
Any other way of solving this Render blocking Javascript issue?
The Google font has to load from Google website so it will take some time to load but you can use following cache plugin to improve your site speed.
https://wordpress.org/plugins/w3-total-cache/
Also, what about my other question re setting an expiring cache time?
The above plugin will help you to set it or you can use below plugin to set it.
Hi @tienthinhturbo,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version 1.2.2 of Gillion theme.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Hi @dreidel18,
I hope you are well today and thank you for your question.
That page is created by configuring it as shown in the first attached screenshot and the post that you want to display on that page is configured as displayed in the second attached screenshot.
Best regards,
Shufflehound team
Could you please share me the page URLs from your site where it is still displaying so that i can help you to remove it?
Hi Sofia,
I hope you are well today and thank you for your question.
Actually to change its functionality you have to develop custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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 don’t need to do anything. Just ignore that notice.
We will update that plugin bundled with theme when required as currently there isn’t any necessity to update.
Solution for this topic
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
.single-post .blog-slider-content { display: none; } .single-post .blog-grid-item-container:after, .single-post .blog-slider-item:after{ background: none !important; }
Solution for this topic
You can display image in the footer 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
footer.sh-footer { background: url("http://blog.lightful.com/wp-content/uploads/2017/08/header-teachers-in-kakuma.jpg"); } .sh-footer .sh-copyrights, .sh-footer .sh-footer-widgets { background: transparent; }
Please change the image URL in the above code to whatever you want to display in the footer.
Solution for this topic
You can remove 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
li.menu-item.sh-nav-share { display: none; }
You can read the information provided on the below site to know how to develop CSS code.
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 bee able see it.”?
Also please try using the solutions posted in the following topics.
https://github.com/ThemeFuse/Unyson/issues/2790#issuecomment-323770195
https://github.com/ThemeFuse/Unyson/issues/2805#issuecomment-324139242
Hi Gustavo,
I hope you are well today and thank you for your question.
Could you please try using the following plugin on your site to defer the loading of all JavaScript?
https://wordpress.org/plugins/wp-deferred-javascripts/
Best regards,
Shufflehound team
Hi @Lead4B,
Sorry to hear of the problem you are having.
Alternatively you can install demo content offline by downloading demo content.
You can download demo content from this page http://remote.demos.shufflehound.com/jevelin/files/?key1=nb3javfj03&key2=40legtcdrh
After downloading demo zip file you have to add it on the path wp-content/uploads/fw-backup in your WordPress install.
Then that zip file can be installed from Tools > Backup by restoring backup.
Please note this action is not revertible and it deletes all the existing content on your site so please is required take backup of your site before importing demo content.
Best regards,
Shufflehound team
Hi @supermegalino,
Sorry to hear of the problem you are having.
This seems causing by new Unyson plugin update so please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
To resolve the font issue, please try using the solutions posted in the following topics.
https://github.com/ThemeFuse/Unyson/issues/2790#issuecomment-323770195
https://github.com/ThemeFuse/Unyson/issues/2805#issuecomment-324139242
Best regards,
Shufflehound team
No i need your site admin login credentials.
Also could you please try using the solutions posted in the following topics?
https://github.com/ThemeFuse/Unyson/issues/2790#issuecomment-323770195
https://github.com/ThemeFuse/Unyson/issues/2805#issuecomment-324139242
I could confirm the issue on your shared site but it is working fine on our site https://jevelin.shufflehound.com/
Please make sure you have configured the slider to display on mobile devices by referring the information shared on the following pages.
https://www.themepunch.com/revslider-doc/layer-mobile-visibility/
https://teslathemes.com/topic/disable-slider-revolution-on-mobile-phone/
Also you can test it by creating new test slider and temporary using it.
Hi @resonantvision,
Sorry to hear of the problem you are having.
Are you getting emails from your site like user registration or comments posted?
Please use following plugin to test whether your site sends email successfully.
https://wordpress.org/plugins/check-email/
Best regards,
Shufflehound team