Forum Support

Shape 5
April 18, 2024, 10:48:01 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: article content running over white background  (Read 549 times)
mummygeek
Jr. Member
**
Offline Offline

Posts: 129



« on: August 30, 2009, 02:29:27 PM »

from the screen print you can see what the problem is. This happens in FF on some machines - Is it to do with the loading order ?  I can't recreate this in FF or IE but this happens continually on another PC in FF.

The text is running over AND there are 'Read more' buttons AND 'Discuss this' buttons that disappear below the lower mod positions.

And actually you can see that the images in the right mod positions are also overflowing out of the white background.

Any help appreciated
Mummy

« Last Edit: August 30, 2009, 02:31:13 PM by mummygeek » Logged

Education is the best defence against the media.
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: August 31, 2009, 08:50:05 PM »

Hello,

At the bottom of your index.php file look for:

<script type="text/javascript">
s5_load_pos();
</script>


and replace it with:

<?php if($this->countModules('left') || $this->countModules('right')) { ?>   
   <script type="text/javascript">
   var c=0;
var t;
function getheights()
{
s5_load_pos();
c=c+1;
t=setTimeout("getheights()",500);
}
getheights();
   </script>
<?php } ?>

Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
mummygeek
Jr. Member
**
Offline Offline

Posts: 129



« Reply #2 on: September 01, 2009, 04:35:22 AM »

Tried the new code in index.php.

There was an interesting outcome. The page loaded and the white space kept creeping down the page.  So the bottom mods were being pushed further and further down and as you can see from the screen print the scroll bar indicates how far down this kept going. I gave it a few minutes and it didn't stop.

I've put the original code back but can leave it for you to see if you want.
Logged

Education is the best defence against the media.
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #3 on: September 01, 2009, 10:49:19 PM »

Oh ok, try this instead:


<?php if($this->countModules('left') || $this->countModules('right')) { ?>   
   <script type="text/javascript">

setTimeout("s5_load_pos()",1000);


   </script>
<?php } ?>

If you have the original problem still try increasing the 1000, to 2000, etc
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
mummygeek
Jr. Member
**
Offline Offline

Posts: 129



« Reply #4 on: September 02, 2009, 06:03:56 AM »

ok thanks - this looks fine with me in ie6 / 7 and FF 3.5 - I shall get it checked on the offending PC and FF and let you know.
Mummy
Logged

Education is the best defence against the media.
vladicon
Jr. Member
**
Offline Offline

Posts: 3



« Reply #5 on: January 28, 2010, 08:48:30 PM »

Oh ok, try this instead:


<?php if($this->countModules('left') || $this->countModules('right')) { ?>   
   <script type="text/javascript">

setTimeout("s5_load_pos()",1000);


   </script>
<?php } ?>

If you have the original problem still try increasing the 1000, to 2000, etc

Ohhh! yes! It works a little slower than the original, but without overlaping :-)
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.