Hi, and thank you very much for the support! I try to fix the template as you suggest, but it seems to me that this create new problems. After all the changes, on my iPhone the footer stops overlapping the other parts during the scroll, but it loses his "effect", simply the footer is in order under the mainbody. This happens on desktop too, only copyright works fine, social items and the flower does not. I'm sorry for my english, I don't know how to explain better

Other problem is that with the new index.php, the position "slideshow" disappears! I have a multilanguage site, and previously fix that problem changing
------------------------------------------------------------
<?php
if ($menu->getActive() == $menu->getDefault()) : ?>
<div id="jf-slideshow">
<div class="main clearfix">
</div>
</div>
<?php endif; ?>
-------------------------------------------------------------------
in
-------------------------------------------------------------------
<?php if($this->countModules('slideshow')) : ?>
<div id="jf-slideshow">
<div class="main clearfix">
</div>
</div>
<?php endif; ?>
-------------------------------------------------------------------
but this stops working in new index. Ever top menu have some difficulties, all of the effects stop working (tha change of opacity of the backgorund with the scroll and the animation near the menu voices).
Some suggestions? I thank you very very much for help, I lost my mind with this!