Hi @crobertson6,
Thank you for your question.
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
.home #content > .fw-page-builder-content section.sh-section:last-child {
padding-bottom: 0;
}
Best regards,
Shufflehound team
Hi @crobertson6,
I hope you are well today and thank you for your question.
You can make the header transparent as described in the following topic.
https://support.shufflehound.com/forums/topic/transparent-header/#post-2187
Best regards,
Shufflehound team
HI @zdrave,
I hope you are well today and thank you for your question.
I visited your shared page but didn’t see any issue on it so could you please describe it a bit more in detail so that I can help you?
Best regards,
Shufflehound team
Hi @Towerjas,
I hope you are well today and thank you for your question.
Your share site credentials are missing login username.
Have you set the API key in the theme General options?
Please try using the solutions shared in the following topics to make it work.
https://support.shufflehound.com/forums/topic/maps-bottom-page/#post-39014
https://support.shufflehound.com/forums/topic/google-map-element-doesnt-work-properly/
Best regards,
Shufflehound team
Solution for this topic
I logged into your site and saw the SmartCrawl plugin that you are using on your site is generating the javascript error causing this issue therefore I have disabled it.
Please contact the SmartCrawl plugin developer to resolve the issue.
Please try changing above shared CSS code as following.
@media (max-width: 550px){
body:not(.home) #page-container .container.entry-content {
max-width: 90% !important;
padding: 0 !important;
}
}It is still working fine for me.
Please make sure you have configured the HTTPS settings correctly as described in the below pages.
https://www.inmotionhosting.com/support/website/wordpress/enable-https
https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://make.wordpress.org/support/user-manual/web-publishing/https-for-wordpress/
https://websitesetup.org/http-to-https-wordpress/
I can see you are using child theme on your site.
This can be child theme issue used on your site so to confirm it just temporary use the Jevelin theme on your site. If everything works fine then it’s your site child theme issue.
If it is not your child theme issue then would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
The shared CDN link gets redirected to your above shared blog where the cache is enabled.
You can’t compare Jevelin theme and Unyson plugin with other themes or plugins as each theme and plugin provides different functionality and consumes different resources.
Still, you can improve the site performance using cache and the various solutions shared above or consider hiring a developer to do it for you.
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
The adcode is displaying the error message on your site as shown in the attached screenshot.
Please make sure that the adcode is correct and also test by adding some text content in the header banner code field to check whether it works fine.
Please use below custom CSS code to resolve the issue.
.woocommerce.columns-4 li.product.first {
clear: left;
}Solution for this topic
To remove that space just edit the row created by visual composer and remove its bottom margin as shown in the attached screenshots.
Solution for this topic
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
.blog-slider-style11 .slick-prev:hover,
.blog-slider-style11 .slick-next:hover,
.blog-slider-style11 .slick-prev:focus,
.blog-slider-style11 .slick-next:focus,
.blog-slider-style9 .slick-prev:hover,
.blog-slider-style9 .slick-next:hover,
.blog-slider-style9 .slick-prev:focus,
.blog-slider-style9 .slick-next:focus {
background-color: #03A9F4 !important;
}The whatsApp button works on mobile and not on web.whatsapp.com.
No, then you have to create it manually.
Sorry for the inconvenience caused.
I asked the developer about the issue and he is still working on it as the issue is tricky but he assures that the issue will be resolved in a couple of days.
You can download and update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
You can remove the social share icon 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-nav li.menu-item.sh-nav-share.sh-nav-special {
display: none;
}