All the best!
Hi @Fbutera,
I hope you are well today and thank you for your question.
Currently due to some limitation you can install Basic demo content only from Legacy demo installation method from Tools -> Demo Content Install but please note that Legacy method replaces all your existing site content with demo content.
Best regards,
Shufflehound team
You are most welcome here 🙂
You are always welcome here 🙂
There isn’t any option and the shared CSS code will remove padding on all the pages on your site so if you want to remove it only on your shared home2 page then please change the CSS code as following.
.page-id-299 #wrapper .content-container.sh-page-layout-default {
padding-bottom: 0;
padding: 0;
}You are always welcome here 🙂
Solution for this topic
Hi @MihaiPuscas,
I hope you are well today and thank you for your question.
You can achieve this by using the custom plugin solution shared in the following topic.
https://support.shufflehound.com/forums/topic/post-comments/#post-7479
Best regards,
Shufflehound team
Thank you for your reply and confirming it.
It seems you have added some empty P tags in the text block content element and also added margin to the text block so please remove it.
You can remove page bottom padding 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
#wrapper .content-container.sh-page-layout-default {
padding-bottom: 0;
}I disabled the plugins on your site using shared FTP details and reactivated only theme required plugins which made your site work fine so it seems one of the disabled plugins caused this issue specially Defender.
You can now enable plugins one by one and see which one is causing this issue.
Hi @wassim,
Sorry to hear of the problem you are having.
I can see you are using older version of theme on your shared site so please update it to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
If still the issue persists then try resolving 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
.sh-header,
.primary-desktop {
z-index: 99999;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
For advanced search functionality you can use the following plugin.
You are most welcome here 🙂
Solution for this topic
The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Hi @shrizan,
Sorry to hear of the problem you are having.
Please delete all the plugins and Gillion theme using FTP and reinstall them.
Please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
Solution for this topic
I logged in to your site and saw you have set your site home page to display latest posts but didn’t publish any post yet therefore your home page is displaying Sorry Nothing Found error message and display widgets added in WooCommerce Widgets area.
It will display Blog widget when you will publish any post.
Hi @joaquinestevan,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of the spacing that you want to remove so that I can help you?
Best regards,
Shufflehound team
It doesn’t work on your site because of the Custom margin and CSS code you have applied on it as shown in the attached screenshot so please remove it to make it work.