Home Forums WoodMart support forum Hide Author's Name and Hide Review Gravatar

Hide Author's Name and Hide Review Gravatar

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #346885

    Harry
    Participant

    Hi team,

    1. May I know how to remove or hide the author’s name on Blog Archive page and Single post page?

    2. How to remove the Gravatar/Profile picture on the user reviews in Single Product Page?

    Thank you
    Harry

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .comments-area .comment-author img {
        display: none;
    }

    Best Regards

    #346961

    Harry
    Participant

    Hi,

    Thank you for your reply.

    1) Done

    2) It doesn’t work

    #346965

    Hello,

    You are Most Welcome.

    2) Please replace the previous Custom CSS with the following then check back.

    #comments .avatar, .wd-user-panel .avatar {
        display: none;
    }

    Best Regards

    #346975

    Harry
    Participant

    Hi, after I replace the previous custom CSS. The result is in attachment. Its broken?

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

    Hello,

    Please replace the previous CSS with the following then check back.

    .commentlist img {
        display: none;
    }

    Best Regards

    #347010

    Harry
    Participant

    Hi, still not change

    #347088

    Hello,

    Please provide the login details of the website to check it myself and help you out accordingly.

    Best Regards

    #347122

    Harry
    Participant

    Hi,

    Hereby i sent you the login details

    #347128

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #347133

    Harry
    Participant

    Hi, thanks for your help.
    Do you have a screenshot on your side? because I’m still like this (attachment)

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

    Hello,

    It is not broken. This is how it is set to display when you disable the author image.

    Best Regards

    #347149

    Harry
    Participant

    Hi Aizaz,

    Thank you for your help.

    #347151

    Hello,

    Your issue is now Resolved. Please clear cache and check back.

    Best Regards

    #347154

    Harry
    Participant

    Perfect!
    Thank you so much for your help!

    Regards

    #347155

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Hide Author's Name and Hide Review Gravatar’ is closed to new replies.