Home › Forums › WoodMart support forum › Blog author and icon
Blog author and icon
- This topic has 37 replies, 3 voices, and was last updated 6 years, 9 months ago by
Artem Temos.
-
AuthorPosts
-
April 27, 2018 at 8:20 am #54933
ckluong3ParticipantHi, May I know how to change the blog author icon, name, and the comment and sharing icon.
Please show me how can I edit it either change the icon and disable the function.Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 27, 2018 at 8:55 am #54946
Elise NoromitMemberHello,
Please inform if you want to disable icons or change. If you want to change please visit this site https://fontawesome.com/v4.7.0/icons/ and provide icons which you would like to put instead.
Best Regards
April 27, 2018 at 9:29 am #54954
ckluong3ParticipantHi,
1. How to change the author name?
2. Can I change with my own icon instead?
3. Could you share what should I do if I want to disable all?
4. Could you share what should I do if I want to change the icon?Please advise, thanks.
April 27, 2018 at 11:53 am #54997
Elise NoromitMemberHello,
1. The author is the user which logins your site and create the post.
2. WordPress does not provide such options.
3. If you want to disable icons and author navigate to Theme option > Blog you will find the options.
4. If you want to change icon for other from https://fontawesome.com/v4.7.0/icons/ I will provide CSS code.Best Regards
April 28, 2018 at 7:20 am #55126
ckluong3ParticipantHi, I have set the setting off for share button and author bio, but the icons are still there (As attached), not sure am I doing it right?
If I want to disable all 4 icons, appreciate your help to share the way.
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 28, 2018 at 8:39 am #55143
Elise NoromitMemberHello,
Please add this CSS to Theme Settings > Custom CSS
.woodmart-entry-meta { display: none; } .hovered-social-icons{ display:none; }
Best Regards
April 28, 2018 at 8:55 am #55145
ckluong3ParticipantHi, I would like to remain the author icon, but do not want the comment icon.
And, is it possible to add the date beside the author icon?
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 28, 2018 at 1:40 pm #55169
Elise NoromitMemberHello,
In order to hide comments use this CSS:
.meta-reply{ display:none; }
There is no option to insert the date there without a template customization.
Best Regards
April 28, 2018 at 3:17 pm #55173
ckluong3ParticipantHi, I already insert the code into Custom CSS, but the comment icon is still there.
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 28, 2018 at 5:09 pm #55183
Elise NoromitMemberHello,
Try and replace this code:
.woodmart-entry-meta .meta-reply { display:none; }
Best Regards
April 28, 2018 at 5:34 pm #55188
ckluong3ParticipantHi, May I know how to disable the comment reply box and the bottom of the post?
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 29, 2018 at 6:47 am #55197
Elise NoromitMemberHello,
Please try this CSS:
.comments-area{ display:none; }
What do you mean saying ‘bottom of the post’? if you mean pre /next post use this CSS:
.single-post-navigation{ display:none; }
If you do not like footer, enter the post editing mode and disable. Please clarify.
Best regards
April 29, 2018 at 11:23 am #55241
ckluong3ParticipantHi, I am referring the comment reply box which now disable successfully.
Can I know is it possible to show the year in the posted date as currently only have day and month.
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 29, 2018 at 1:54 pm #55260
Elise NoromitMemberHello,
Unfortunately, there is no option to show the year. You will need to customize the template.
Best Regards
April 30, 2018 at 3:10 am #55322
ckluong3ParticipantHi,
Seems there is a solution from Artem Temos provided to the customer on the blog date issue .
https://xtemos.com/forums/topic/couple-of-problems-with-new-install/
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 30, 2018 at 6:41 am #55338
Elise NoromitMemberHello,
The solution from Artem Temos was the customization you can try to apply.
Best Regards
April 30, 2018 at 9:08 am #55368
ckluong3ParticipantHi, there are a lot of times which Artem Temos access to customer’s ftp before generate the code, not sure the code can apply to my case.
As the convo is quite long and the code also provided in piece by piece, appreciate if you could help to provide the code from your end for the blog date issue.
Please advise, thanks.
April 30, 2018 at 9:11 am #55369
Artem TemosKeymasterHi,
You need to edit the file content.php and change this line
'date' => false
, to'date' => 1
, (two occurances)And also use this CSS code
li.meta-date { font-size: 14px; }
April 30, 2018 at 1:39 pm #55401
ckluong3ParticipantHi, after added the code, the date only appear in the blog main page. May I know how to make the date appear in the individual post page as well? (beside the author name).
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 30, 2018 at 1:57 pm #55404
Artem TemosKeymasterDid you replace both occurrences of the
date
parameter in the file?April 30, 2018 at 2:19 pm #55408
ckluong3ParticipantHi, yup you are right, it does the trick.
May I know where should I go to add the images to the instagram?
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 30, 2018 at 2:53 pm #55431
Elise NoromitMemberHello,
Add the Woomart Instagram widget Appearance > Widgets http://prntscr.com/jbzbza to the sidebar which is displayed on this page.
The sidebar settings are configured either in Theme Settings or the page
Best Regards
April 30, 2018 at 3:51 pm #55458
ckluong3ParticipantHi, I have added the instagram widget to the sidebar.
May I know how can I add the images into it?
Please advise, thanks.
Attachments:
You must be logged in to view attached files.April 30, 2018 at 7:29 pm #55466
Elise NoromitMemberHello,
Please look at your screen. There is option “Number of photos” Add this widget and you will see 6 photos from Instagram.
Best Regards
May 1, 2018 at 3:07 am #55487
ckluong3ParticipantHi, not sure I get you right.
I already set the “Number of photos” to 6, but still nothing show up in the sidebar.
Or, do you mean I have to add another widget called “Number of photos”? I can’t find this widget “Number of photos” in the widget list.
Please advise. Thanks.
Attachments:
You must be logged in to view attached files.May 1, 2018 at 7:09 am #55508
Elise NoromitMemberHello,
I have checked the information in the widget and see that is is not filled out properly http://prntscr.com/jc9fl7
Please insert all the necessary information.
Best Regards
May 1, 2018 at 10:38 am #55546
ckluong3ParticipantHi, there is a “No comments” wording at the top menu blog’s dropdown, may I know how to disable it?
Please advise, thanks.
Attachments:
You must be logged in to view attached files.May 1, 2018 at 1:01 pm #55581
Elise NoromitMemberHello,
I have unchecked Display Comments Count http://prntscr.com/jcchnn and now you do not have them in your drop-down.
Best Regards
May 15, 2018 at 3:24 am #57592
ckluong3ParticipantHi,
How can I make the home page’s blog slider post’s author and date look exactly like the blog page.
As the current blog slider post in home page only have the name.
Please advise, thanks.
Attachments:
You must be logged in to view attached files.May 15, 2018 at 7:43 am #57621
Elise NoromitMemberHello,
You will need to take Blog element and configure it in a carousel format. Design tab allows configuring components which you want to see in the slider.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register