Home Forums LZ One Page footer bug in copyright text code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32793
    Ian Dunn
    Participant

    Just letting you know that there is a small bug in this theme in the footer

    <?php
    $footercopyright = get_theme_mod(‘footer_copyrighttext’, ‘Copyright © 2019 LZ One Page. All Rights Reserved’);
    ?>

    should be

    <?php
    $footercopyright = get_theme_mod(‘lz_fitness_footer_copyrighttext’, ‘Copyright © 2019 LZ One Page. All Rights Reserved’);
    ?>

    as it stands right now you cannot change the footer copyright text via the customization – Ialso changed the default year to 2020 from 2019

    #32806
    User Support
    Participant

    Hello
    Yes we are working on updating the theme.
    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.