Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default IE font size issues...please help

    I just installed the newest version of zen cart about 2 weeks ago. I have had zero problems with anything until.....i looked at my website one day in IE. I had based all of my formatting on Firefox and didn't think it would be so different in IE. The default font size of 67.5% works wonderful in FF but looks HUGE in IE. I have edited the stylesheet with every px, %, ex, etc that I could find. I even tried to set up a separate stylesheet just for IE. Of course I don't know the first thing about CSS so i probably did it totally wrong. Can someone please look over the site and see what I mean. I reset the font size to the default so everything is in stock form. I am open to anything at this point.....anything. I need this site up and running asap for my fathers business. Thanks so much for any help in the matter. Oh yeah I did install the lightbox addon, but I dont think that had anything to do with it.

    the site is located at -
    www.moorecountrycrafts.com

  2. #2
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: IE font size issues...please help

    Appears you have set your tagline incorrectly;

    <div id="tagline"><h1>Moore Country Crafts<h1></div>

    notice the h1 tag needs a closing tag... This will be set in your languages file - header.php
    ~Steve~

  3. #3
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: IE font size issues...please help

    You tagline has an error - probably in your languages - header.php file...

    You have not closed the H1 tag properly;
    <h1>Moore Country Crafts<h1>

    Firefox fixes the tag, IE doesnt and thus makes the rest of the page H1....
    ~Steve~

  4. #4
    Join Date
    Jun 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: IE font size issues...please help

    Hey I see noe that the site wasent totally validated. The problem now is that I swear I have looked thru every header file I can find within my site. And nothing looks like the faulty tagline you have outlined. I even went to the w3c website and tried tovalidate it to narrow down the problem. The results dont say what file this came from. I checkec the languages header and it doesnt have this tag. I am starting to get very frustrated with such a small error, Im just too much of a newbie with this to fix it. Thanks also for the input so far. I will keep trying, if you have any additional suggestions Iwould appreciate it. Thanks

  5. #5
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: IE font size issues...please help

    In a default ZC install the tagline is called in includes/templates/template_default/common/tpl_header.php around line 77

    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    The tagline itself is defined in includes\languages\english\header.php around line 22

    define('HEADER_SALES_TEXT', 'TagLine Here');
    Chances are you will find what you're looking to fix in one of those files...good luck :)

    **edited to add...after a lil more digging...I think you might find the h1 tags defined here: includes/languages/english/classic/header.php

    define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');

    Last edited by LissaE; 5 Jun 2009 at 11:26 PM.
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. v150 Need help changing font color and size
    By ilovesteppin in forum General Questions
    Replies: 3
    Last Post: 12 Feb 2013, 07:09 PM
  2. font size issues with prices
    By Richard.Tung in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 21 Jul 2009, 05:53 PM
  3. Font size unstable!! Help!
    By ohgnow in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Apr 2009, 10:48 PM
  4. Help with category font and size and color please :)
    By mike1234 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Jan 2009, 10:31 PM
  5. Font size, spacing issues
    By toriapilar in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Oct 2007, 05:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg