Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Chrystl

    (@chrystl)

    Hi
    Have you a wpml-config.xml on your theme directory? If yes, have you in this file a footer option?
    Do you use a child theme?

    Thread Starter Andrej

    (@and5rey)

    Yes, I have wpml-config.xml in my theme’s files, but there is no footer option in it.

    And yes, I’m using a child theme.

    Plugin Support Chrystl

    (@chrystl)

    Could you provide a screenshot of where you have filed your link in your admin side?
    You can upload them it https://snag.gy and link to it here.

    Thread Starter Andrej

    (@and5rey)

    I just manually inserted the link code into the footer.php file of my child theme.

    Thread Starter Andrej

    (@and5rey)

    I have already solved this problem. The solution was to create a functions.php file in my child theme and add the following code into it:

    <?php
        if(function_exists('pll_register_string')) pll_register_string('Footer Text', '&copy; 2015 – Veronika Madudova &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong><a href="https://quantasha.com/de/impressum/">Impressum</a></strong>', 'Quantasha');
    ?>
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to translate footer text?’ is closed to new replies.