Home › Forums › Basel support forum › Bug : Comment name {RTL}
Bug : Comment name {RTL}
- This topic has 7 replies, 2 voices, and was last updated 7 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
September 18, 2017 at 1:16 pm #19675
vectorhermanosParticipantHi iam used wordpress RTL (Farsi Language).
The letters in the Farsi language stick together.
So now display the user’s name in the comments section ,not displayed correctly.
For a better understanding, see the attached image
——
How should this problem be solved?Attachments:
You must be logged in to view attached files.September 18, 2017 at 1:48 pm #19683
Artem TemosKeymasterHello,
We are glad to know that you considered using Basel for your web-site. I hope you will be happy with it.
Sorry, but could you please provide some examples of how it should look with default WordPress theme? It is not quite clear for us what is wrong here.
Kind Regards
XtemosSeptember 18, 2017 at 2:20 pm #19687
vectorhermanosParticipantI showed the difference between the twenty seventeen and basel templates in the attached image
Attachments:
You must be logged in to view attached files.September 18, 2017 at 7:38 pm #19709
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. Write us if you still understand you wrong.
.comments-area .comment-body .comment-author .says { display: none; }
September 18, 2017 at 8:22 pm #19715
vectorhermanosParticipantThanks for helping me
this code remove (“Says”==”گفت”) but I do not want to delete this word.
I do not want the first letters to be capitalized.
Converting lowercase letters to capital letters causes this problem in Farsi. Farsi does not have uppercase letters.
I added more photos to better understandAttachments:
You must be logged in to view attached files.September 19, 2017 at 5:57 am #19726
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS
.comments-area .comment-body .comment-author .fn, .rtl .comments-area .comment-body .comment-author { text-transform:lowercase!important; }
September 19, 2017 at 10:11 am #19736
vectorhermanosParticipantI tried it, but it did not change 🙁
I tried this code and now the problem is resolved 🙂.comments-area .comment-body .comment-author .fn { display: inline-block ; }
Thanks for support
Attachments:
You must be logged in to view attached files.September 19, 2017 at 11:15 am #19741
Artem TemosKeymasterOK, thank you for letting us know. We are glad that you have fixed it.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register