Hi there and thank you for getting back to me..appreciate your time!
I’m not sure how I could provide you with a link of a local installation, but I can tell you what few modifications I have done:
1. Even though I created a Child theme of this, I modified the footer.php of the parent theme to change the footer credits. I have a feeling that this is when it stopped working. However, I copied the original footer.php for my records and then went back and copied /pasted the original code into footer.php – but nothing happened.
2. I have included and activated a Newsletter plugin from “ContactUs’ through “MailChimp form”, could it be this..?
Hope this helps..otherwise, please provide instructions so I can create a link somehow or other info..! Thank you again..!
P.S. This is now the code in the original “footer.php”:
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
*/
?>
</div>
<!-- Footer -->
<footer class="row show4 cu-footer">
<div class="nine columns push-three text-right">
<?php _e('since 2015:'); ?><a href="https://www.webndesign.eu/" title="Webndesign" target="_blank">Webndesign</a>
</div>
<div class="three columns pull-nine copyright">
<?php echo of_get_option('copyright_text', 'countdown');?>
</div>
</footer>
<!-- End Footer -->
<?php wp_footer();?>
</body>
</html>