Home Forums Basel support forum Bug : Comment name {RTL}

Bug : Comment name {RTL}

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #19675

    vectorhermanos
    Participant

    Hi 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.
    #19683

    Artem Temos
    Keymaster

    Hello,

    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
    Xtemos

    #19687

    vectorhermanos
    Participant

    I showed the difference between the twenty seventeen and basel templates in the attached image

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

    Artem Temos
    Keymaster

    Try 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;
    }
    #19715

    vectorhermanos
    Participant

    Thanks 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 understand

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

    Artem Temos
    Keymaster

    Try 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;
    }
    #19736

    vectorhermanos
    Participant

    I 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.
    #19741

    Artem Temos
    Keymaster

    OK, thank you for letting us know. We are glad that you have fixed it.

    Kind Regards

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