Phoca Biavo: Floating Footer Problem

Phoca Templates - templates for Joomla! CMS
zeke399
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Aug 2009, 22:16

Phoca Biavo: Floating Footer Problem

Post 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>
Last edited by zeke399 on 17 Sep 2009, 16:16, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47902
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Biavo: Floating Footer Problem

Post 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
If you find Phoca extensions useful, please support the project
zeke399
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 16 Aug 2009, 22:16

Re: Phoca Biavo: Floating Footer Problem

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47902
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Biavo: Floating Footer Problem

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply