• Resolved Pavan789

    (@pavan789)


    Hey,

    Is there a way to translate the footer copyright content.

      Footer copyright content is being rendered from the theme settings
      Footer copyright to be translated directly from footer.php file

    Either solution for the above two methods would be fine. Thanks in advance.

    https://wordpress.org/plugins/qtranslate-x/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author John Clause

    (@johnclause)

    Normally this is one of the easiest things to integrate. FAQ may help too, for example: https://qtranslatexteam.wordpress.com/faq/#HowToTranslateCustomFields

    Thread Starter Pavan789

    (@pavan789)

    Hey John,

    I went through the FAQ, but considering this as an alternative the theme I’m using is industrix and it has a custom field which overrides the footer.php copyright text. Thus making it little hectic to translate the footer text.

    Thanks!

    Plugin Author John Clause

    (@johnclause)

    Have you tried to put multilingual value in that theme’s field?

    Thread Starter Pavan789

    (@pavan789)

    Yup, multilingual fields aren’t allowed in this particular widget box. The theme overrides the feature.

    Plugin Author John Clause

    (@johnclause)

    Then it is what we call a deep integration needed. Do you control theme code, or it is someone else code?

    Footer copyright to be translated directly from footer.php file

    You may simply overwrite the code to whatever you wish, for example:

    echo __('[:en]English[:xx]Other[:]');

    Do you use child theme? Are there filter available to employ? We collect non-standard cases, do you mind sending us the theme? Contact us via https://qtranslatexteam.wordpress.com/contact-us/ to arrange that. Thank you.

    Thread Starter Pavan789

    (@pavan789)

    Thanks John!

    echo __('[:en]English[:xx]Other[:]');

    Worked for me!

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

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