Home Forums WoodMart support forum Blog Design

Blog Design

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #150798

    neophoen
    Participant

    Hi, I have few questions about blog design and blog post design.

    The first is blog style default Masonry grid seems can’t be changed, because every style I chose shows the same result.

    This second is the blog calendar style seems can’t be changed, it’s always date above months, how can I set the change?

    The third is the author of the blog seems always shown on blog grid and blog posts, how can I hide it?

    Thank you

    #150799

    neophoen
    Participant

    Hi there, I’ve found the problem of the first question.

    #150836

    Hello,

    I’m glad that you resolved your first issue. You are the best.

    There is no such option to edit the blog calendar date batch. You can use some third party plugins or your custom code to edit the calendar styling.

    To hide the blog author you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .woodmart-entry-meta .meta-author{
    display:none;
    }

    Best Regards.

    #150838

    neophoen
    Participant

    Cool, thanks! Author hidden well!
    Is there any suggestion for calendar styling if no coding knowledge? Or an easy way to put mouth above date?
    Thank you!

    #150895

    Most Welcome,

    You can try the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .blog-design-masonry.has-post-thumbnail .post-date{
    display: flex;
    }
    .woodmart-post-date .post-date-day{
    order:2;
    }
    .woodmart-post-date .post-date-month {
    order:1;
    }

    By using the above CSS code your month will shown first but slightly above the date. You can check the output in the below screenshot: https://jmp.sh/sdBdU2x

    Also it might not work in some other layouts. As I already describes you that it is out of our scope and requires customization because with the theme options it is not possible to change the date and month order.

    Best Regards.

    #151048

    neophoen
    Participant

    Thanks,
    I tried it, but it only works on blog widget but blog posts.
    I can’t find other plug-ins about customizing mere blog calendar, most of them are quite complicated and for an independent calendar requirement.
    The default layout seems also a part of WoodMart, could you add a customization function for blog in the future, as what you do in Theme settings >> Shop >> Products styles?

    #151074

    Most Welcome,

    Yes, we will try to consider this in next some updates and we will try to provide some options inside theme settings so the blog styles also changeable as like the product styles.

    Fee free to contact us for further assistance.

    Best Regards.

    #151260

    neophoen
    Participant

    Thanks, looking forward to it!
    Before that happens, could you please help me on blog post?
    The CSS code you provided only works on blog widget but blog post, is there a code with the same effect blog post?
    Thanks again.

    #151308

    Most Welcome,

    As I already describes you that it is relevant to customization.

    But you want an urgent fix currently. So kindly share the page url and screenshot where you used the “blog post” like the “blog widget” I will try to provide you custom CSS code.

    Best Regards.

    #151401

    neophoen
    Participant

    Thanks, sorry for my bad expression.
    I used the code you sent, and it works on my home page (blog widget):
    http://goodfarms.neophoen.com/
    But it doesn’t present in the same way on a single post (blog post):
    http://goodfarms.neophoen.com/?p=503
    Please help me out!
    Thank you very much.

    Attachments:
    You must be logged in to view attached files.
    #151449

    Most Welcome,

    You can try with the below CSS code to change the order in blog post also.

    .woodmart-post-date {
        display: flex !important;
    }

    Best Regards.

    #151450

    neophoen
    Participant

    Thank you, you’re amazing!

    #151534

    Hello,

    I’m so happy to hear you are pleased with the Theme and Support. XTemos strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Blog Design’ is closed to new replies.