• Hey there… just posting to let you know that if anyone is having an issue with Avada 3.7.1 Copyright Bar showing the default data, regardless of what you have typed in the footer area of the Theme Options, you need to edit the footer.php file on line 99

    <div><?php
    echo "Copyright 2012 Avada | All Rights Reserved | Powered by WordPress | <a href=\"https://www.coupondaze.com\">Coupon Daze</a>\n";
    ?></div>

    and change it to

    <div><?php echo do_shortcode( $smof_data['footer_text'] ); ?></div>

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avada 3.7.1 Copyright Bar (Footer.PHP) issue’ is closed to new replies.