• Resolved serojosaistrusis

    (@serojosaistrusis)


    Hello everyone,

    I’m using Polylang plugin to translate the website in different languages, but I don’t know how to translate the breadcrumb “Home” in other languages. Any suggestions?

    Many thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @serojosaistrusis,
    Thank you so much for using our theme. There are variety of way to translate the string of Home, and other string of the theme. You can either use the concept of mo file, or can translate the theme directly on WordPress Translation. Possible ways are below:
    1. You can use the automatic translation of polylang plugin.
    2. You can make your own language of mo file and put it on the languages folder.
    3. You can find that text on the theme file and customize the text.(Not highly recommended)
    4. Or you can find the alternative plugin which help to translate that type of static strings.

    Please try any of the above method. Let me know if you have any confusion. For dedicated support, please visit theme official support forum.

    Kind Regards
    @kafleg

    Thread Starter serojosaistrusis

    (@serojosaistrusis)

    Hi, Kafleg!

    Please, tell where can I change it from the theme file (point 3.). In which directory it is?

    Additionally, I would like to know, where to delete the slug “Category” on archives/category pages!

    Thank you very much.

    Hello @serojosaistrusis,
    1. You can check that string on acmethemes/library/breadcrumbs.php line 246. See this screenshot as well. http://prntscr.com/gaoxbw
    2. If you want to remove the category from the archive/category pages, please remove this line the_archive_title( '<h1 class="page-title">', '</h1>' ); and add new line in place of that line. single_term_title('<h1 class="page-title">', '</h1>' ); on archive.php file. See this screenshot for more help. http://prntscr.com/gaoz6i

    Hope, this will solve the issues.

    Regards
    @kafleg

    Thread Starter serojosaistrusis

    (@serojosaistrusis)

    Thank you Kafleg, I solved the issues.

    Nice to know that your problem is solved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Breadcrumb translation’ is closed to new replies.