SimplePortal

Development => Bugs => Fixed or Bogus Bugs => Topic started by: jiminoregon on March 24, 2009, 06:47:58 PM

Title: Simple Portal over the top of SMF Info
Post by: jiminoregon on March 24, 2009, 06:47:58 PM
Great Mod!  Thanks...

I wanted you to know that Simple Portal put your link over the top of the SMF link on bottom page of my forum.

Any idea how I can fix this?

Pic Attached:

Jim
Title: Re: Simple Portal over the top of SMF Info
Post by: Nathaniel on March 24, 2009, 07:09:58 PM
That is most likely a CSS refresh issue. Try pressing Ctrl+F5 to resfresh the pages CSS (for firefox, other browsers use different buttons).
Title: Re: Simple Portal over the top of SMF Info
Post by: jiminoregon on March 24, 2009, 07:38:00 PM
That is most likely a CSS refresh issue. Try pressing Ctrl+F5 to resfresh the pages CSS (for firefox, other browsers use different buttons).

It's been that way for several days over 100's of refreshes...it's the same in Firefox and IE8.

It appears the two lines are colliding.  I went to index.template.php to see if I could fix it but your sig doesn't reside there.

What file has your sig line in it?  I can edit it and let you know the result...

Thanks,

Jim
Title: Re: Simple Portal over the top of SMF Info
Post by: cme1st2302 on March 24, 2009, 07:57:47 PM
If you are using IE8 try viewing the page in compatablity mode to see if that helps.  Its under tool/compatibility options.

Chris
Title: Re: Simple Portal over the top of SMF Info
Post by: Immortal on March 24, 2009, 08:03:33 PM
That is most likely a CSS refresh issue. Try pressing Ctrl+F5 to resfresh the pages CSS (for firefox, other browsers use different buttons).

It's been that way for several days over 100's of refreshes...it's the same in Firefox and IE8.

It appears the two lines are colliding.  I went to index.template.php to see if I could fix it but your sig doesn't reside there.

What file has your sig line in it?  I can edit it and let you know the result...

Thanks,

Jim

You can find it in Sources/Sub-Sportal2.php
Title: Re: Simple Portal over the top of SMF Info
Post by: jiminoregon on March 24, 2009, 08:09:23 PM
That is most likely a CSS refresh issue. Try pressing Ctrl+F5 to resfresh the pages CSS (for firefox, other browsers use different buttons).

It's been that way for several days over 100's of refreshes...it's the same in Firefox and IE8.

It appears the two lines are colliding.  I went to index.template.php to see if I could fix it but your sig doesn't reside there.

What file has your sig line in it?  I can edit it and let you know the result...

Thanks,

Jim

You can find it in Sources/Sub-Sportal2.php

Cool...but the problem is my custom template...I checked the default and it's fine...

Thanks for your help...
Title: Re: Simple Portal over the top of SMF Info
Post by: Nathaniel on March 24, 2009, 08:37:32 PM
Perform this edit for your themes '/themes/{themename}/css/index.css' file.

Replace this code:
Code: [Select]
display: block;
line-height: 0;
font-size: small;
padding: 1em;

With this code:
Code: [Select]
display: block;
line-height: 1;
font-size: small;
padding: 1em;

Your theme might have slightly different code, if it does then do a search for 'copywrite' in that file and change the 'line-height' value for the relevant CSS code.
Title: Re: Simple Portal over the top of SMF Info
Post by: jiminoregon on March 25, 2009, 12:17:56 AM
Perform this edit for your themes '/themes/{themename}/css/index.css' file.

Replace this code:
Code: [Select]
display: block;
line-height: 0;
font-size: small;
padding: 1em;

With this code:
Code: [Select]
display: block;
line-height: 1;
font-size: small;
padding: 1em;

Your theme might have slightly different code, if it does then do a search for 'copywrite' in that file and change the 'line-height' value for the relevant CSS code.

You are a genius!  Pic attached...

Thanks...Jim
Title: Re: Simple Portal over the top of SMF Info
Post by: wickedstangs on March 25, 2009, 08:54:03 PM
Thank You fixed mine too :)
SimplePortal 2.3.8 © 2008-2024, SimplePortal