Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #27404
    isrimi
    Support Expired

    Hi, sorry again it’s me, please can you tell me how to translate letters, so people can search authors?
    Loco translate already installed.
    https://www.awesomescreenshot.com/image/32354099?key=466ec6b2c1c58085b842b556216347bb
    Thanks in advance

    #27436

    Hi,

    We use the Latin alphabet to filter by the author list.
    To use the alphabet in your language, you will have to customize the code, create the alphabet yourself, then modify the data into the code to make it work.

    #27479
    isrimi
    Support Expired

    Thanks for your response, can you please tell me where to customize the code or modify the data into the code?
    Thanks in advance..

    #27511

    Yes, please go to bookory/inc/elementor/widgets/all-authors.php, find code:

    $index = array_merge(range('A', 'Z'), array('0-9'));
    and edit into your alphabet: https://prnt.sc/mGViAtL4FAC0

    • This reply was modified 1 year, 7 months ago by Billy Nguyen.
    #27536
    isrimi
    Support Expired

    Thanks Billy I’ve done like this but unfortunately not working:

    $index = array_merge(range(‘ა’, ‘ბ’, ‘გ’, ‘დ’, ‘ე’, ‘ვ’, ‘ზ’, ‘თ’, ‘ი’, ‘კ’, ‘ლ’, ‘მ’, ‘ნ’, ‘ო’, ‘პ’, ‘ჟ’, ‘რ’, ‘ს’, ‘ტ’, ‘უ’, ‘ფ’, ‘ქ’, ‘ღ’, ‘ყ’, ‘შ’, ‘ჩ’, ‘ც’, ‘ძ’, ‘წ’, ‘ჭ’, ‘ხ’, ‘ჯ’, ‘ჰ’,), array(‘0-9’));

    #27585

    Hi,

    Oh, you did it wrong. Please change the above code to:

    
    $alphabet = array(‘ა’, ‘ბ’, ‘გ’, ‘დ’, ‘ე’, ‘ვ’, ‘ზ’, ‘თ’, ‘ი’, ‘კ’, ‘ლ’, ‘მ’, ‘ნ’, ‘ო’, ‘პ’, ‘ჟ’, ‘რ’, ‘ს’, ‘ტ’, ‘უ’, ‘ფ’, ‘ქ’, ‘ღ’, ‘ყ’, ‘შ’, ‘ჩ’, ‘ც’, ‘ძ’, ‘წ’, ‘ჭ’, ‘ხ’, ‘ჯ’, ‘ჰ’);
    
    $index = array_merge($alphabet, array(‘0-9’));
    #27631
    isrimi
    Support Expired

    Hi,
    There is no ($alphabet = array or $index = array_merge($alphabet, array(‘0-9’));)
    This is the code i have.

    • This reply was modified 1 year, 7 months ago by Billy Nguyen.
    #27632
    isrimi
    Support Expired

    All authors PHP, just in case, you have same code in previous massage, thanks in advance and sorry for disturbing you.

    https://disk.yandex.ru/d/DN71YWsczX1T1w

    #27637

    Please send the admin web account for me, I will check and try to help you.

    #27641
    isrimi
    Support Expired
    This reply has been marked as private.
    #27647

    I resolved this issue, please recheck your page: https://isrimi.com/all-authors/

    #27648
    isrimi
    Support Expired

    Wow so quick thanks a lot Billy, best customer service.., have a great day..

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

You must be logged in to reply to this topic.