Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1195450
How to translate words/buttons/etc., eg. Comments box?
Closed

Comments

  • Konrad started the conversation

    Where do I manage this? How can I switch off the comments? Do I need a plugin to translate its buttons and texts?

  •  7,280
    Oliver replied

    HI!

    1. Take file languages/thegem.pot or xx_YY.po from theme directory.

    2. Open this file with Poedit software.

    3. Translate necessary strings to your language.

    4. In software open Catalog - Settings and set Language to Translation to xx_YY.

    5. Then save the file as thegem-xx_YY. (You must have two files thegem-xx_YY.po and thegem-xx_YY.mo.)

    6. These files you need to put to the wp-content/languages/themes of your site.

    With the same operation, you can translate TheGem elements plugin.

    Just put  translations in wp-content/languages/plugins

     


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,280
    Oliver replied

    You need to remove comments on all the pages?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Konrad replied

    Thanks for the info about translations.

    Regarding the comments box, I was thinking where do I remove it if I don't want it? On all posts.

  •  7,280
    Oliver replied

    The most simple way to remove it on all the pages is to use following css:

    div#comments {
        display: none;
    }

     


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver