@todayfarer Could you please share me the screenshot of the draft post displaying on your site?
Also 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 be able see it.”?
Solution for this topic
Hi Jürgen,
I hope you are well today and thank you for your question.
You can disable that notice in the theme settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Hi @jeffreya93,
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
@media (max-width: 1025px){
#wrapper #sidebar {
display:none;
}
}
Best regards,
Shufflehound team
Hi @rlevine9,
Sorry to hear of the problem you are having.
It seems the issue with Max Mega Menu plugin so could you please contact the plugin support on the following page?
https://www.megamenu.com/support/
Best regards,
Shufflehound team
We have tested it and the first section is working fine for us.
It isn’t working too good in ” Wir setzen Standards im Sachschaden. ” section, but it seems this could be due to small image size so could you please try using larger image?
You are most welcome here 🙂
Hi @MelH,
I hope you are well today and thank you for your questions.
1. I’m trying to create a blogpost using the link format, so that a reader can just click on the link and be taken straight to that other website.
But when I created a blogpost as a link format, when I click on the post on the homepage, it just opens up the blog post, but the link has disappeared. So it means that the reader can’t click on the link at all.
I’ve created a test post, which you can see at the top of my homepage at the following url, please could you help me find out why it is going wrong?
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.
2. How do I create a page which gathers blogposts from one category? For example, I want to create a science page, and I want to feature all blogposts on this page which I have tagged with the category ‘science’. Can you tell me how I can do this?
You can achieve this by configuring that page as shown in the attached screenshot.
Best regards,
Shufflehound team
Not sure why the problem is still exist on your site but you can fix that problem using below CSS code.
.widget_search .search-field {
padding-bottom: 13px !important;
}Solution for this topic
You can use below CSS code to make it fixed on mobile on scroll.
#header-mobile.sh-sticky-mobile-header-active {
position: fixed;
top: 0;
left: 0;
width: 100%;
}You can use Double Icon style as displayed in my above shared screenshot and also try using other styles.
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Thank you for making it clear.
You can resolve 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
#header-mobile.sh-sticky-mobile-header-active {
background: #FFF !important;
}Solution for this topic
Hi @Elise_jansson,
I hope you are well today and thank you for your question.
The span tag you have added is empty so it won’t display but exists in the HTML markup which is normal.
I have added following custom CSS code in your site theme settings to resolve the glitch but there will be a bit of glitch as it takes some time to load the images on the page and make the page having proper height.
span#aboutUs {
position: absolute;
top: -50px;
}
Best regards,
Shufflehound team
You can export those pages from your local site as displayed in the attached screenshot and then import it on your another site with images.
Before importing it please make sure to activate the theme and required plugins on your site.
Solution for this topic
Hi @MelH,
I hope you are well today and thank you for your question.
You can display slider in the header and make header transparent as described in the following topics.
https://support.shufflehound.com/forums/topic/transparent-header/
Best regards,
Shufflehound team
The theme is already displaying the image on the website so please contact them on http://dis.gd/contact as mentioned in the reply.
You are most welcome here 🙂
That is what I am telling that it doesn’t display fuzzy for me.
Could you please share me the screenshots of the issue and also test it on different browser?