Home Forums WoodMart support forum Blog author and icon

Blog author and icon

Viewing 30 posts - 1 through 30 (of 38 total)
  • Author
    Posts
  • #54933

    ckluong3
    Participant

    Hi, 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.
    #54946

    Hello,

    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

    #54954

    ckluong3
    Participant

    Hi,
    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.

    #54997

    Hello,

    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

    #55126

    ckluong3
    Participant

    Hi, 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.
    #55143

    Hello,

    Please add this CSS to Theme Settings > Custom CSS

    .woodmart-entry-meta {
        display: none;
    }
    .hovered-social-icons{
    display:none;
    }

    Best Regards

    #55145

    ckluong3
    Participant

    Hi, 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.
    #55169

    Hello,

    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

    #55173

    ckluong3
    Participant

    Hi, 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.
    #55183

    Hello,

    Try and replace this code:

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

    Best Regards

    #55188

    ckluong3
    Participant

    Hi, 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.
    #55197

    Hello,

    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

    #55241

    ckluong3
    Participant

    Hi, 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.
    #55260

    Hello,

    Unfortunately, there is no option to show the year. You will need to customize the template.

    Best Regards

    #55322

    ckluong3
    Participant

    Hi,

    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.
    #55338

    Hello,

    The solution from Artem Temos was the customization you can try to apply.

    Best Regards

    #55368

    ckluong3
    Participant

    Hi, 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.

    #55369

    Artem Temos
    Keymaster

    Hi,

    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;
    }
    #55401

    ckluong3
    Participant

    Hi, 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.
    #55404

    Artem Temos
    Keymaster

    Did you replace both occurrences of the date parameter in the file?

    #55408

    ckluong3
    Participant

    Hi, 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.
    #55431

    Hello,

    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

    #55458

    ckluong3
    Participant

    Hi, 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.
    #55466

    Hello,

    Please look at your screen. There is option “Number of photos” Add this widget and you will see 6 photos from Instagram.

    Best Regards

    #55487

    ckluong3
    Participant

    Hi, 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.
    #55508

    Hello,

    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

    #55546

    ckluong3
    Participant

    Hi, 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.
    #55581

    Hello,

    I have unchecked Display Comments Count http://prntscr.com/jcchnn and now you do not have them in your drop-down.

    Best Regards

    #57592

    ckluong3
    Participant

    Hi,

    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.
    #57621

    Hello,

    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

Viewing 30 posts - 1 through 30 (of 38 total)