You are always welcome here 🙂
Hi @auda,
I hope you are well today and 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
span.post-meta-author {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
Hi @brandonmaytham,
Thank you for your question.
This is happening because they point to the same current home page.
If you don’t want this behaviour then 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 .sh-nav-mobile .current_page_item > a {
color: #aaaaaa!important;
}
Best regards,
Shufflehound team
Solution for this topic
Hi @brandonmaytham,
Thank you for your question.
You can make them clickable to have links by using the child theme solution shared in the following topic.
Best regards,
Shufflehound team
Hi @brandonmaytham,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help?
Best regards,
Shufflehound team
Then please display it on the left side then I can develop custom CSS code to make it display on right side on desktop.
You are always welcome here 🙂
You are always welcome here 🙂
Hi @laurenswuyts,
I hope you are well today and thank you for your question.
It seems that plugin is not updated from last 2 years so could you please try using any of the following solutions to get the first image of a post and set it as the thumbnail.
https://wordpress.org/plugins/auto-post-thumbnail/
https://www.gavick.com/blog/wordpress-automatically-set-post-featured-image
https://www.wptutor.io/wordpress/snippets/first-image-thumbnail
Best regards,
Shufflehound team
Hi @lushcreative,
I hope you are well today and thank you for your question.
We have created feature request in the following topic to implement this option in the future version of theme.
https://support.shufflehound.com/forums/topic/replace-time-ago-with-the-actual-time/#post-20583
In the meanwhile if you want to achieve this without using child theme then you can achieve it by editing following line of code wherever you find it in the theme file /gillion/inc/helpers_blog.php
<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ' . esc_html__( 'ago', 'gillion' ); ?>
Best regards,
Shufflehound team
Hi @m4mazzotti,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where you want to display it so that i can help you to achieve it?
Best regards,
Shufflehound team
Still that image is displaying there as shown in the attached screenshot.
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.”?
It seems you had changed its size using Yellow Pencil plugin so I restored it as shown in the attached screenshot and it started displaying fine.
Could you please confirm it?
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 try resolving the issue 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-empty-space {
height: auto !important;
}Yes always use latest version of theme.
You are most welcome here 🙂
I didn’t give you any code but asked you to temporary remove the existing code from your site.
Awesome great to see you got it solved.
Please advise if you have more questions.
Have a fantastic day!
Could you please share me the page URL from your site where it is not displaying so that i can troubleshoot it?
Also please share me the post URL from your other blog that you want to embed so that I can test it on my site.
You can style them 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
#content a {
color: #c10525;
}Solution for this topic
Hi @shanticfm,
I hope you are well today and thank you for your questions.
How would I go about removing the page title bar/ navigation bar above the blog article as well as the tags on the right for all individual blog pages.
You can remove them from theme titlebar settings and site widget area as shown in the attached screenshots.
I would also like to remove the Author, Date, and tags under the title.
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
#content .post-meta-data {
display: none;
}
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
Your shared site only displays for me “Coming Soon”. May be because it is in Maintenance mode.
Could you please temporary disable it or Would you mind if i log in to your site and access it? 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.”?
Also I am not sure what do you mean by “container that my menu will be in” so could you please share me the screenshot of it?
Best regards,
Shufflehound team