String Translation "Contact Action Button" Header

Hi, i can translate all string from the theme with WPML, but not that Contact Action Button in the header. I know i can translate it in the themeoptions, but i need the translation for 5 languages.

Comments

  • Hi,

    you`re right. We forgot to make this button translatable via WPML. This will be added with next update of course but at this moment you can do it following below steps.

    In wpml-config.xml file please find below line:
    <key name="footer-copy" />
    and replace with:
    <key name="footer-copy" />
    <key name="header-action-title" />
    <key name="header-action-link" />
  • Works fine ;) thx
Sign In or Register to comment.