EzPortal - Portal Software for Forums

EzPortal Forums => Bugs => Topic started by: Eddy Matthews on November 23, 2010, 05:20:01 pm

Title: Font size?
Post by: Eddy Matthews on November 23, 2010, 05:20:01 pm
I've just upgraded to SMF 2 RC4, and it works fine until I install EZPortal - Then the font sizes suddenly get larger!

Is this a known problem? Is something wrong with my setup? Is it an SMF issue?

Does anyone know how to correct this? Any help would be appreciated....

Regards
Eddy
Title: Re: Font size?
Post by: EzPortal on November 23, 2010, 05:24:09 pm
Link to the board with the issue and what browser are you using?
Title: Re: Font size?
Post by: Eddy Matthews on November 23, 2010, 05:25:54 pm
The board is at www.paddleducks.co.uk and I'm using Firefox as a browser....

Regards
Eddy
Title: Re: Font size?
Post by: EzPortal on November 23, 2010, 05:30:35 pm
Looks like there are some validation errors.
Check out
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.paddleducks.co.uk%2Fsmf%2F

Code: [Select]
<div id="random_news"><h3></h3><p><strong><span style="font-size: 12pt;" class="bbc_size"><span style="color: blue;" class="bbc_color">Welcome to Paddleducks..... The home of paddle steamer modelling enthusiasts from around the world.</span></span></strong></p></div>
</div>
</div>
        <br />
Looks like an extra </div> tag there


Title: Re: Font size?
Post by: Eddy Matthews on November 23, 2010, 05:34:20 pm
cheers SMF, I'll take a look at those errors tomorrow - It's almost midnight here, so I'm just about to go to bed. I'll let you know how it goes tomorrow....

Regards
Eddy
Title: Re: Font size?
Post by: Eddy Matthews on November 24, 2010, 04:09:01 am
I've sorted all the errors, but I still have a much larger font than it should be :(

No doubt it's caused by something I've mucked up in my index.template.php or my index.css files as I've made lots of changes..... I've attached the template file for you to take a look at....

Many thanks
Eddy
Title: Re: Font size?
Post by: EzPortal on November 24, 2010, 10:56:12 am
It looks like you customized the default theme to look like the old core theme.

Umm I i noticed the index.css has
font-size:95%;
font-size-adjust:none;


While normal smf is
font-size:78%;
font-size-adjust:none;
Title: Re: Font size?
Post by: Eddy Matthews on November 25, 2010, 02:57:43 am
I've now managed to sort the font size issue - It's an SMF problem, so my apologies for assuming it was related to EZP.

Regards
Eddy