First Name
asked 9 years ago

Hello I have 2 problems with the plugin

  1. The answer to the question is displayed fine, but if a comment, the avatar closes the name of the author and the text.
  2. Not correctly shows the role of the user in answers and comments. All the following answers and comments says "admin", but that’s not right. How can I remove the display the user role on the page.
1 Answers
DominicStaff
answered 9 years ago

Hi,

  • To resolve this issue, you can add the following code to the style.css file:
    .dwqa-single-question .dwqa-comment-author .avatar {width: 40px; }

  • At the moment it only display when user is administrator, if you want to remove it, you can add the following code to the style.css file:
    .dwqa-container .dwqa-label.dwqa-staff { display: none; }

Regards,

rosemaryn
replied 9 years ago

Thank you very much! It’s works!

Powered by DW Question & Answer Pro