Home › Forums › WoodMart support forum › Blog Design
Blog Design
- This topic has 12 replies, 2 voices, and was last updated 5 years, 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 18, 2019 at 2:44 am #150798
neophoenParticipantHi, 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
October 18, 2019 at 3:35 am #150799
neophoenParticipantHi there, I’ve found the problem of the first question.
October 18, 2019 at 6:57 am #150836
Aizaz Imtiaz AwanKeymasterHello,
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.
October 18, 2019 at 7:04 am #150838
neophoenParticipantCool, 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!October 18, 2019 at 11:19 am #150895
Aizaz Imtiaz AwanKeymasterMost 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.
October 19, 2019 at 8:31 am #151048
neophoenParticipantThanks,
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?October 19, 2019 at 11:01 am #151074
Aizaz Imtiaz AwanKeymasterMost 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.
October 21, 2019 at 1:51 am #151260
neophoenParticipantThanks, 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.October 21, 2019 at 8:25 am #151308
Aizaz Imtiaz AwanKeymasterMost 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.
October 21, 2019 at 1:17 pm #151401
neophoenParticipantThanks, 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.October 21, 2019 at 3:05 pm #151449
Aizaz Imtiaz AwanKeymasterMost 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.
October 21, 2019 at 3:08 pm #151450
neophoenParticipantThank you, you’re amazing!
October 22, 2019 at 5:11 am #151534
Aizaz Imtiaz AwanKeymasterHello,
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. -
AuthorPosts
Tagged: blog, blog design, Blog Post
The topic ‘Blog Design’ is closed to new replies.
- You must be logged in to create new topics. Login / Register