Page 1 of 1

Phoca Biavo: Floating Footer Problem

Posted: 05 Sep 2009, 01:14
by zeke399
Hey everyone! I'm relatively new to Joomla, but I'm a really big fan of a number of Phoca items.

I just uploaded a site that I had been developing locally using XAMPP 1.7.1. THere was never any problems locally with XAMPP 1.7.1. The floating footer only occurred once I uploaded it live to start testing. It doesn't happen on the front page, but any other page you go to the dark blue footer floats almost halfway up the page as you move your mouse around -- making articles and menu's unreadable.

I tried enabling and disabling a large number of modules, but nothing seemed to make any difference. I did try changing the template back to Joomla Milkyway and the even tried Phoco Ioca. Everything worked flawlessly with those two templates. (That is the reason why I think it is a template related issue)

I did notive that the Ioca template footer codes were written differently than the Biavo...

Does anyone have any thoughts? ideas? solutions?

The biavo code for the footer area is:

Code: Select all

</div><!-- end wrap -->
<div id="footer">
	<div class="box">
		<?php include_once('templates.php'); ?>
	</div>
</div>
</div>
</body>
</html>


And the ioca code is:

Code: Select all

</div><!-- end wrap -->
</div><!-- end site -->	
	<div id="footer">
		<div class="box">
			<?php include_once('templates.php'); ?>
		</div>
	</div>
	<div id="debug"><jdoc:include type="modules" name="debug" /></div>
</body>
</html>

Re: Phoca Biavo: Floating Footer Problem

Posted: 08 Sep 2009, 19:04
by Jan
Hi, try to check your content, I am testing it and get no problems there:

https://www.phoca.cz/templatedemo/?template=phoca_biavo

Phoca Ioco includes background images (left, right), so there is other behaviour.

Jan

Re: Phoca Biavo: Floating Footer Problem

Posted: 17 Sep 2009, 16:18
by zeke399
Like I said before, I'm new this this and it's already showing.

I did some more troubleshooting to figure out why it was only floating on two of my three computers and it turned out to be an internet explorer issue. The two computers that had the floating footer when viewing the website had IE7. When I upgraded to IE8 and Firefox, everything worked fine and the floating footer went away.

Re: Phoca Biavo: Floating Footer Problem

Posted: 24 Sep 2009, 14:20
by Jan
Ok