You are always welcome here 🙂
Awesome great to see It is working fine for you now.
Please advise if you have more questions.
Have a fantastic day!
Hi @cultobarbaro,
I hope you are well today and thank you for your question.
You can reduce 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 #wrapper > .sh-page-layout-default {
padding-top: 0;
}
Best regards,
Shufflehound team
Hi @juniormartian,
Sorry to hear of the problem you are having.
Could you please tell me how you had made the changes earlier so that I can help you?
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @juniormartian,
I hope you are well today and thanks for posting here.
I am not sure which translation issue you are having so could you please tell me a bit more in detail?
Do you mean after updating the theme to the latest version?
Do you mean you had translated the post in other language earlier but it is not displaying translated now?
If yes then could you please tell me how you had translated it?
Best regards,
Shufflehound team
Solution for this topic
One last question: is it possible to have a Sticky Sidebar effect for the right sidebar in a single post? I was looking into using the Theia Sticky Sidebar plugin but if there’s already an internal way to do it I would prefer that.
The theme doesn’t provide any such option but you can use any of the following plugins to achieve it.
https://wordpress.org/plugins/q2w3-fixed-widget/
https://wordpress.org/plugins/mystickysidebar/
How do I change the color of the hover when I move the mouse? Does this change in theme settings?
You can change 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 .post-meta a:hover{
color: #F44336 !important;
}
I updated the theme for the new version and all the modifications I had made to (css) were deleted
Could you please tell me exactly where you have made modifications to the CSS?
Have a fantastic day!
Could you please share me the full address that you want to set so that I can try adding it myself?
I logged in to your site and reused new Google map content element on your site home page setting Sydney location as shown in the attached screenshot.
Could you please confirm?
I have created feature request for both of these features so that it will be implemented in the future version of theme.
Solution for this topic
Hi @yahknow,
I hope you are well today and thank you for your questions.
I’m having an issue with getting the comments section to display. I have the Comments box ticked in the Theme Settings but when I’m viewing a post I don’t see the comments section at all. It’s set to ON in the General tab as well as in the WordPress Discussion settings. I tried deactivating all plugins except Unyson and VC as recommended and still nothing. Not sure what’s causing that to happen.
I logged in to your shared site and temporary used default WordPress Twenty Seventeen theme but the comments still not showing so it seems the issue with your WordPress installation.
Please try reinstalling WordPress on your site.
1) Is the Share button in the header removable at all through the Theme Settings or would I have to apply CSS to hide it?
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
.sh-nav li.menu-item.sh-nav-share.sh-nav-special {
display: none;
}
2) I would like to change how the post meta displays in a single post. Very minor but I would prefer to not have the author’s avatar and the line to read as “By [Author Name] | [Date] | [Reading Time]”. Is that doable?
You can change Date format from theme Blog post settings as shown in the attached screenshot.
To hide author avatar and display By please use below custom CSS code.
.single-post span.post-auhor-date > a:first-child{
display: none;
}
.single-post span.post-auhor-date:before {
content: "By";
display: inline-block;
}
Best regards,
Shufflehound team
Solution for this topic
Please change the above shared code as following.
#page-container .post-content-gallery-item img {
border-radius: 8px;
}If it still doesn’t work then could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
If it is not plugin conflict 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 be able see it.”?
Hi @cheeks,
Sorry to hear of the problem you are having.
Please make sure you are using below latest version of theme and theme required latest versions of plugins on your site.
Please login to access this file
If you are still facing the issue 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 be able see it.”?
Best regards,
Shufflehound team
Hi @smart_alec,
Thank you for your question.
Instead of name=”services” please try using id=”services”
f it still doesn’t work for you then could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @smart_alec,
I hope you are well today and thank you for your question.
You can change the color of mobile menu icon using the CSS code shared in the following topic.
https://support.shufflehound.com/forums/topic/changing-the-burger-menu-icon/#post-23481
I am not sure what you meant by “display menu as a regular bar menu on desktop” so could you please describe it a bit more in detail and also share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @imcgaw,
Sorry to hear of the problem you are having.
Could you please share me the screenshot of how you have configured the map settings in the admin area of your site and also share me page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
Hi Amy,
I hope you are well today and thank you for your question.
I can see second slide on clicking on the slider pagination as shown in the attached screenshot.
Do you want to display it automatically?
If yes then please make sure you have not disabled its autoplay feature as described in the following page.
https://www.themepunch.com/faq/turn-autoplay-off-sliders/
Best regards,
Shufflehound team