Hi there,
At the moment we don’t have a such built in comment, but you can try to search for WordPress plugins, which could add this kind of functionality.
Best regards,
Shufflehound team
Solution for this topic
Thank you, we got it.
You should try to change sections background colors in page builder. Every section has white background color, therefore it will need to be changed.
Did you try to use Center Columns option for your column section? It could solve this issue.
Thank you for letting us know.
This looks like Unyson page builder related issues, but at the moment we are not sure. We will make some testing and create a fix if possible.
Other thing about this issue – Unyson page builder stores its data in posts meta fields, therefore it is possible that this information is still available in your database, just somehow got separated.
Please try this CSS snippet bellow:
.sh-recent-posts {
padding-right: 5px;
}
Let us know if that works.
Hi there,
You can use this child theme bellow and edit 404.php file 26 line: href=”add-your-link-here“.
Let us know if that works. 🙂
Best regards,
Shufflehound team
Hi there,
You need to go to Admin Dashboard -> Appearance -> Theme Settings -> Header and upload you logo image. This should solve your issue. 🙂
Best regards,
Shufflehound team
Hi there,
Yes, you can put your Google Analytics ID under Admin Dashboard -> Appearance -> Theme Settings -> Custom Code.
For Google Adsense we can recommend you to use WordPress plugins which adds this kind of functionality.
Best regards,
Shufflehound team
Hi there,
Did you managed to fix this issue?
Because for us it looks like that everything is working just fine.
Also please don’t post your login data so it is publicly visible to everyone. We would recommend you to change them. We will soon add functionality to add private information, which can see only Shufflehound moderators.
Best regards,
Shufflehound team
Thank you for letting us know. 🙂
This CSS snippet should fix this issue, because it reduces padding between navigation links. Can you add it so we can check why it is not working? 🙂
Nice to hear that. 🙂
Yes, of course, but we are not fully sure if will be implemented.
Therefore at the moment we can recommend you to use that CSS code.
Let us know if you need any more help.
Hi there,
Please try following CSS snippet:
.sh-nav li.menu-item {
padding: 0px 13px!important;
}
Let us know if it works. 🙂
Best regards,
Shufflehound team
It depends on font you want to use, usually you just need to load only main CSS file, which will load all your font files.
In any way you will need to upload CSS and all its font files.
Hi there,
Can you give us a link to your website so we can check your progress? 🙂
Best regards,
Shufflehound team
To solve this contact form issues as fast as possible we can recommend you to use Contact Form 7 plugin, which is compatible with our theme and have many great options and output should look very similar. We will try to solve this issue, but we didn’t developer our basic contact form element, therefore it is harder for us to fix it.
@Dikus We will investigate it. Can you please tell us if the issue was in one homepage like page or the whole site got corrupted?
Oh, looks like you will need to use custom CSS code.
You can try this little snippet bellow:
.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
-webkit-transform: none!important;
transform: none!important;
}
Here you can see information about WordPress multi sites, but we would recommend you to try plugin solutions, because in this way it could be much harder to setup your site.