Home Forums WoodMart support forum Blog Post Amendments

Blog Post Amendments

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #504840

    spnutratea
    Participant

    Hi,

    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
    SP

    #504998

    Luke Nielsen
    Keymaster

    Hello,

    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

    #505038

    spnutratea
    Participant

    Hi 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
    SP

    #505040

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to the admin dashboard so I will check it on your side.

    Thank you in advance.

    Kind Regards

    #505049

    spnutratea
    Participant

    Could you please not change any settings. I have attached the WP admin access in the private area.

    #505053

    Luke Nielsen
    Keymaster

    Hello,

    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

    #505061

    spnutratea
    Participant

    It removed the post title not the Page title. Also image is stretched. I have shared the link in private content.

    #505071

    Luke Nielsen
    Keymaster

    Hello,

    Add this (https://prnt.sc/2qSqZogafBgy) property to fix the issue with the stretching.

    Thank you for your time.

    Kind Regards

    #505082

    spnutratea
    Participant

    Hi 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
    SP

    #505112

    Luke Nielsen
    Keymaster

    Hello,

    Yep, you can restore your website.

    Let me know if you have any questions.

    Kind Regards

    #505458

    spnutratea
    Participant

    Hi Luke,

    Can we please have the code for .single-post template page title as mentioned above?

    Regards
    SP

    #505460

    Luke Nielsen
    Keymaster

    Hello,

    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

    #505465

    spnutratea
    Participant

    Thank you Luke

    #505473

    Luke Nielsen
    Keymaster

    Hello,

    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

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘Blog Post Amendments’ is closed to new replies.