Home › Forums › WoodMart support forum › Blog Post Amendments
Blog Post Amendments
- This topic has 13 replies, 2 voices, and was last updated 1 year, 4 months ago by
Luke Nielsen.
-
AuthorPosts
-
October 17, 2023 at 4:47 pm #504840
spnutrateaParticipantHi,
a. In the post page the Blog page title is visible. I can see in the post page we can set disable page title. However there are 200+ blog posts needs to be done manually. Is it possible to make it display:none; Only for the blog post pages by css.
Snapshot: https://prnt.sc/ZLFysNOml_CE
b. The featured image picture is it possible to define or set height and width programmatically or is it included in the theme setting?
I look forward to hearing from you.
Kind regards
SPOctober 18, 2023 at 9:53 am #504998
Luke NielsenKeymasterHello,
1. Use the below code to hide the title on the single post page:
.single-post .post-title { display: none; }
2. Yep, this code will help you to change it:
.single-post .attachment-post-thumbnail { height: 500px; }
Kind Regards
October 18, 2023 at 11:31 am #505038
spnutrateaParticipantHi Luke,
Unfortunately both the codes are not working.
1. .single-post .post-title {
display: none;
}Class for the single post is: body .title-size-default .title.
2. .single-post .attachment-post-thumbnail {
height: 500px;
}
The class for the above I can see .post-single-page .entry-header img {}. However, our worry possibly images will be stretched.Regards
SPOctober 18, 2023 at 11:34 am #505040
Luke NielsenKeymasterHello,
Send me access to the admin dashboard so I will check it on your side.
Thank you in advance.
Kind Regards
October 18, 2023 at 12:05 pm #505049
spnutrateaParticipantCould you please not change any settings. I have attached the WP admin access in the private area.
October 18, 2023 at 12:19 pm #505053
Luke NielsenKeymasterHello,
Okay, could you please define the CSS code in the “Custom CSS” area that didn’t work on your side? So I will investigate it.
Kind Regards
October 18, 2023 at 12:35 pm #505061
spnutrateaParticipantIt removed the post title not the Page title. Also image is stretched. I have shared the link in private content.
October 18, 2023 at 12:56 pm #505071
Luke NielsenKeymasterHello,
Add this (https://prnt.sc/2qSqZogafBgy) property to fix the issue with the stretching.
Thank you for your time.
Kind Regards
October 18, 2023 at 1:38 pm #505082
spnutrateaParticipantHi Luke,
If you finished checking it, can i restore the backups. Seems there are a couple of things has been changed.
Please let me know earliest.
Regards
SPOctober 18, 2023 at 2:35 pm #505112
Luke NielsenKeymasterHello,
Yep, you can restore your website.
Let me know if you have any questions.
Kind Regards
October 19, 2023 at 4:12 pm #505458
spnutrateaParticipantHi Luke,
Can we please have the code for .single-post template page title as mentioned above?
Regards
SPOctober 19, 2023 at 4:31 pm #505460
Luke NielsenKeymasterHello,
Please use the below code to hide this (https://prnt.sc/55ScRPT0s3lj) title.
.single-post .page-title { display: none; }
In the meantime, feel free to ask me any questions you may have.
Kind Regards
October 19, 2023 at 4:44 pm #505465
spnutrateaParticipantThank you Luke
October 19, 2023 at 4:49 pm #505473
Luke NielsenKeymasterHello,
You are welcome! In case you need any additional help, I’d be more than happy to assist you.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘Blog Post Amendments’ is closed to new replies.
- You must be logged in to create new topics. Login / Register