TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:33:14 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 174
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 161
  • Total: 161

SMF & Tiny Portal fonts overriding each other

Started by Kerry, January 26, 2014, 09:04:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kerry



Link to my forum: http://www.bigislandforum.org/forums/index.php
SMF version: 2.0.7
TP version: 1.104
Default Forum Language: English
Theme name and version: Core Theme
Browser Name and Version: IE10
Mods installed: Nice Tool Tips 1.8
Related Error messages: I believe the text "SMF 1.0.7" & "Tiny Portal 1.104" at the bottom of my home page should be on two separate lines. (see attachment)

This happened several versions ago but I lost the instructions on how to fix it

Suggestion welcomed.

Thanks,

Kerry

lurkalot

I see you're still using TinyPortal 1.0 RC2  :o

That's a couple of versions behind, and I would strongly advise you to upgrade to Tinyportal 1.0 Final. http://www.tinyportal.net/index.php?action=tpmod;dl=item96

Hopefully it will fix your issue at the same time.  ;)

Kerry

Hi Lurkalot,

Browse Packages > Modification Packages  I show I have
"4.    TinyPortal    1.104    [ Uninstall ] [ List Files ] [ Delete ]"

Where do you see that I'm using TinyPortal 1.0 RC2 ?

Kerry

lurkalot

Quote from: Kerry on January 26, 2014, 11:13:53 PM
Hi Lurkalot,

Browse Packages > Modification Packages  I show I have
"4.    TinyPortal    1.104    [ Uninstall ] [ List Files ] [ Delete ]"

Where do you see that I'm using TinyPortal 1.0 RC2 ?

Kerry

In the overlapping text you were asking about, click the copyright dates, should take you to the credits where it says, TinyPortal 1.0 RC2

IchBin

If you click on the date year for the TP copyright, it will show you the credits page which shows the version of TP you are using. Plus, having developed TP for the last couple of years, we know that the internal mod version for TP 1.0 is 1.107. Which means you are a couple of versions behind.

To fix the overlapping text you'll have to adjust the CSS.

In index.css find this section:
#footerarea ul li.copyright
{
display: block;
line-height: 0;
font-size: small;
padding: 1em;
}


Change the line-height to 1.

Kerry

Hi  IchBin,

Thanks for the .css code.

I think I'll try upgrading TP from 1.0 RC2 to 1.0 first.

Could I do it using SMF's Package Manager > Download Packages > Package to Upload > Browse to the extracted folder named TinyPortal 1.0 located on my HDD?

Kerry

Kerry

Correction, Uploaded zipped folder via Package Manager.

Worked.

Thanks muchly,

Kerry

Kerry

The upgrade to 1.0 didn't fix the line height problem but your code fix did, Thanks. All's well.

To fix the overlapping text you'll have to adjust the CSS.

In index.css find this section:

Code: [Select]

#footerarea ul li.copyright
{
   display: block;
   line-height: 0;
   font-size: small;
   padding: 1em;
}


Change the line-height to 1.

IchBin

Glad things worked for you. Keep your eyes out for a small update to TP 1.1 in the coming weeks. :)

Kerry

Quote from: IchBin™ on January 28, 2014, 10:52:34 PM
Keep your eyes out for a small update to TP 1.1 in the coming weeks. :)
Will do.

Thanks,

Kerry