You can disable the logo area 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-logo {
display: none;
}I still see the same search form on your site.
Please advise.
You are most welcome here 🙂
Awesome great to see you got that worked.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Hi @WebKernel,
I hope you are well today and thank you for your question.
This is a known issue which will be resolved ASAP in the future version of theme.
Best regards,
Shufflehound team
Hi Ankur,
I hope you are well today and thank you for your question.
Yes, the Gillion theme is SEO optimized and we are continuously improving it.
You can use any SEO optimization plugins with the theme.
All other plugins that you have listed above are optional except Unyson plugin which theme required but you can disable all Unyson extensions if you are not using them.
Best regards,
Shufflehound team
Solution for this topic
This is intended behavior as there are multiple links there but if you want whole image to link to the page then you can do so 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 .post-style-cover .post-cover-link {
z-index: 999;
}
It is working fine on my test site.
Please make sure you are using latest version of 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
Also could you please share me your site URL where it’s happening so that I can troubleshoot it?
It is not.
Hi @cezarymazur,
I hope you are well today and thank you for your question.
You can translate the theme as described in the below page.
https://support.shufflehound.com/theme-translation/
Alternatively, you can use any of the following plugins to change the text.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
Solution for this topic
Hi @NickRust,
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
.single-post .post-meta-thumb {
padding-top: 50px;
}
Best regards,
Shufflehound team
Hi Derek,
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
#page-container .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 30px;
margin-bottom: 30px;
}
Best regards,
Shufflehound team
Hi Derek,
I hope you are well today and thank you for your question.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
You can achieve that by adding empty text widgets in the places as shown in the attached screenshot.
You can just read the description of the extension and check whether you use that functionality on your site.
I thought you want to change the width of the description text area of projects but it seems you want to change the length of description text that you can only do by developing custom code and not by using Yellow Pencil Editor.
Solution for this topic
To achieve this please use the below custom CSS code instead of shared above.
.single-fw-portfolio #lightcase-nav,
.single-fw-portfolio #lightcase-overlay,
.single-fw-portfolio #lightcase-case {
display: none !important;
}
.sh-portfolio-single-slider .slick-list *,
#wrapper .sh-portfolio-single .sh-portfolio-single-right * {
cursor: unset;
}
You can remove the project cover image 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-portfolio-single-right > a.sh-portfolio-single-image {
display: none;
}You are most welcome here 🙂