Would like to know also.
Looks great.
Thank you. I guess this solves it. Dont know why it works on the other server without this modification.
Something related to apache and trailing slash?
I can solve it by adding “. ‘/'” after “home_url()” to the theme as follows:
<a class="fade" href="<?php echo esc_url( home_url() . ‘/’); ?>" title="Home" >
But it’s not the solution I am looking for as home_url() should do the trick and this is working in another server without this modification. I dont know why.