Solution for this topic
You can remove post title from blog posts 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
.single-post a.post-title { display: none; }
If you want to also remove the post meta then please also use below CSS code.
.single-post .post-item-single .post-meta-data { display: none; }
You are most welcome here 🙂
Hi @natsukiyamada,
I hope you are well today and thank you for your question.
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
.sh-post-categories-style3 .post-categories a { display: inline-block; line-height: 15px; margin-bottom: 8px; }
Best regards,
Shufflehound team
Hi @pixelyatra,
I hope you are well today and thank you for your question.
Could you please temporarily clear and deactivate the W3 Total Cache that you are using on your site so that I can troubleshoot it?
Best regards,
Shufflehound team
If the comments are not displaying on some posts even with default theme then it is not a Jevelin theme issue.
This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Hi @Antalvespo,
I hope you are well today and thank you for your question.
I don’t understand your screenshot as it is in another language so could you please share it in English?
Also, could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @2MPowerFit,
I hope you are well today and thank you for your questions.
How do I change the header image?
Could you please share the page URL from your site where it is displaying so that I can help you to change it?
I’d like to use the same style but change the photo on different pages.
Do you mean you want to display different images on different pages?
Best regards,
Shufflehound team
Hi @activedimes,
I hope you are well today and thank you for your question.
Do the comments display fine for you on the posts after temporarily activating the Twenty Nineteen theme on your site?
Best regards,
Shufflehound team
Solution for this topic
Hi @MonologueHQ,
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 (min-width: 900px){ .sh-footer .sh-footer-columns > .widget-item:nth-child(2), .sh-footer .sh-footer-columns > .widget-item:first-child { width: 20%!important; } .sh-footer .sh-footer-columns > .widget-item:last-child { width: 60%!important; } }
Best regards,
Shufflehound team
Hi @MonologueHQ,
I hope you are well today and thank you for your question.
I visited your shared custom 404 page but didn’t see any padding on it as I can’t access the footer area of the page as shown in your shared screenshot.
Please advise.
Best regards,
Shufflehound team
Hi @legoblog,
I hope you are well today and thank you for your question.
I visited your shared website on mobile but didn’t see any issue with it.
Could you please try using a different browser?
Also, this can be due to plugin conflict on your site so please try temporarily deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
Hi @Carrebear56,
I hope you are well today and thank you for your question.
You have to click on the Review tab of Page Settings and configure it as shown in the attached screenshot.
Best regards,
Shufflehound team
The comments are working fine now! But how can I configurate the options for posting comments? for example mark has not required the “website” field and hide it..
You can remove it as described in the below topic.
https://support.shufflehound.com/forums/topic/leave-a-reply-window-editing/
also I need to translate any of the field labels, is this possible with the plugin “Real-Time Find and Replace” ?
Yes, you can change it either by translating the theme as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
About the post meta.. I like the “slider” post style better so if is possible add the option for “show post meta only on single post” with the “slider” post style to the next theme update. That will be awesome.
Ok. We will consider your request.
By the way.. the new update is coming soon or not yet ?
Yes, it is coming soon.
@legoblog You are always welcome here 🙂
Hi @LeticiaRoland,
Thank you for your question.
There isn’t anything like font instsllation.
You have to manually apply the font to the elements developing CSS code as there isn’t any theme option for it.
http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
https://websitesetup.org/custom-fonts-wordpress/
https://premium.wpmudev.org/blog/custom-fonts-css/
https://wordpress.org/plugins/use-any-font/
Best regards,
Shufflehound team
Hi @LeticiaRoland,
Thank you for your question.
You have to increase the height of container that contains the image.
If you are not sure then could you please share the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
I logged into your website and enabled comments for the posts as shown in the attached screenshot.
To display meta, please change the post style to standard in the theme settings as shown in the second attached screenshot.
Hi @LeticiaRoland,
Thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi @LeticiaRoland,
I hope you are well today and thank you for your question.
You can try using any of the below plugins to achieve it.
https://wordpress.org/plugins/search/social+media+icon/
Best regards,
Shufflehound team
@legoblog Yes, please try using below CSS code.
.single-post #content a:hover { text-decoration: underline; }