Hi @Shinykins,
I hope you are well today and thank you for your question.
You can hide 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
#lightcase-info #lightcase-caption {
display: none !important;
}
Best regards,
Shufflehound team
Solution for this topic
Hi Reuben,
I hope you are well today and thank you for your question.
To achieve this you can configure blog post settings as displayed in the attached screenshot.
You can display background image on single post 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
body.single.single-post {
background: url("http://edenfestival.co.uk/SITE/wp-content/uploads/2017/03/EDEN_HEADER_CONTENT_RED.png");
background-size: cover;
}
body.single.single-post .sh-header,
body.single.single-post .sh-titlebar {
background-color: transparent;
}
Best regards,
Shufflehound team
Solution for this topic
I logged in to your site and just changed the contact form SMTP email settings to WP-mail send method and it seems working fine now as shown in the attached screenshot.
Could you please test it and let us know whether it works fine for you?
Solution for this topic
But as for “Search results for” there are 2 strings for search results page.
One resides in titlebar.php (the one that I can translate),
the other “Search results for:” which is shown on breadcrumbs on the search result page (the one that I can’t translate).
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can resolve the issue by using the attached modified child theme of Jevelin theme.
Ok we are troubleshooting the issue and will update you here.
If you can then could you please share me your site URL where it’s happening so that i can troubleshoot it?
Yes you can achieve this as described on the following pages.
https://wpsites.net/web-design/custom-fonts-wordpress-font-face-generator/
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
.sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title,
.sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title + div,
.sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-short-description,
.sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-seperator-line {
display: none;
}
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Ok. Please make sure you clear your W3 Total Cache and autoptimize cache.
If it still doesn’t work for you then 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.”?
Thank you for sharing your site details but you didn’t share us your site URL?
Solution for this topic
You can remove that border 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-mobile-navigation,
#page-container .header-mobile-social-media {
border: 0;
}
I compared both the site configuration but both are same and also the fw-backup/tmp folder has nothing to do with this error.
Please check whether this is domain related issue. Also check whether this domain is from one domain provider bit hosted on another hosting provider which raised the issue.
Hi Marcin,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to remove it?
Best regards,
Shufflehound team
The theme supports some older versions of safari but not very old. If it works on our site but not yours then there must be something happening on your site like some type of conflict, plugin conflict.
No we didn’t.
Have have you shared it?
Could you please share it again privately?
Instead of replacing the files could you please just try using the shared child theme removing your child theme?
Or share me your modified child theme so that i can test it on my site?
Does the same happen for you when you visit our demo site https://jevelin.shufflehound.com/ on IE 11?