Thread: Cleaning up

Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Cleaning up

    I'm slowly getting to where I want the site to be and have a couple of things left.

    Running 1.3.8a www.robertensing.com

    I have modified the style sheet a bit to allow for a wider and taller banner.

    Is it possible to adjust the color and/or style of lettering for the wording accross the banner? IE, can "Gifts for All Occasions" be done in white Edwardian Script or the like?

    I don't want to start guessing at the tags in the style sheet in case I break something in there. (Just got IH2 working again) :-)

    Any other suggestions on cleaning up the site are most welcome.
    My next task will be to rename the sidebox headers appropriately.

    Thanks again.

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Cleaning up

    If the text is being rendered in the browser -- that is, it's not a graphic of text -- then you'll be limited to the fonts available on the site vsitor's system.

    There are exceptions to this, about which I have only a vague notion -- something to do with adding some software to your server which can render fonts on the fly and present them to the browser.

    Google will be your friend on this issue. I looked for "fancy fonts on websites" and got a bunch of useful hits.

    Rob

  3. #3
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Cleaning up

    Yes, the text will be rendered in the browser as it's handled by one of the PHP files.

    I just wanted to know if the config files with ZC allow for that flexibility and if so, what file and what tags I need to use.

  4. #4
    Join Date
    Feb 2004
    Location
    Simcoe, Ontario, Canada
    Posts
    2,479
    Plugin Contributions
    1

    Default Re: Cleaning up

    you are also getting quite a few queries... to make the site run faster turn off "category counts" and the "parse time" in the admin panel
    Windows, BSD, Linux, Cisco, Hardware & IT Security Tech
    AEIIA - Zen Cart Certified & PCI Compliant Hosting

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Cleaning up

    Well, you'd set the fonts you prefer for the various page elements in your stylesheet. But as I said, if a font you specify isn't on the visitor's hard drive, it won't display, and they'll see one of the fallback fonts you specify.

    So how common is Edwardian Script?

    Try changing this in your stylesheet...
    Code:
    #tagline
    {
    color: #000000;
    font-size: 6em;
    text-align: center;
    vertical-align: middle;
    }
    to this...
    Code:
    #tagline
    {
    color: #000000;
    font-family: 'Edwardian Script', cursive;
    font-size: 6em;
    text-align: center;
    vertical-align: middle;
    }
    Rob
    Last edited by rstevenson; 11 Jan 2009 at 09:02 PM.

  6. #6
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Cleaning up

    Quote Originally Posted by Qdixon View Post
    you are also getting quite a few queries... to make the site run faster turn off "category counts" and the "parse time" in the admin panel
    If you mean the Google spyder, it's on this site constantly. I can only assume that is helping me in the "ratings" as I sometimes see actual people IP's in there looking at my stuff.

    When I go to the site it loads quite fast.

    Thanks for the tip.

  7. #7
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Cleaning up

    Quote Originally Posted by rstevenson View Post
    Well, you'd set the fonts you prefer for the various page elements in your stylesheet. But as I said, if a font you specify isn't on the visitor's hard drive, it won't display, and they'll see one of the fallback fonts you specify.

    So how common is Edwardian Script?

    Try changing this in your stylesheet...
    Code:
    #tagline
    {
    color: #000000;
    font-size: 6em;
    text-align: center;
    vertical-align: middle;
    }
    to this...
    Code:
    #tagline
    {
    color: #000000;
    font-family: 'Edwardian Script', cursive;
    font-size: 6em;
    text-align: center;
    vertical-align: middle;
    }
    Rob
    Awsome, that's exactly what I was looking for.
    Is there a place where I can get all the tags that are available for use on this site or is it just what ever goes in any stylesheet?

  8. #8
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Cleaning up

    if a font you specify isn't on the visitor's hard drive, it won't display
    Dont have Edwardian script on this netbook, so am seeing
    Comic Sans instead...why are you not adding text using
    Edwardian script directly onto header image and saving tagline option for notice of special sales or any other merchandising text?

  9. #9
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Cleaning up

    I'm seeing Comic Sans, too, which is the kiss of death for an ecommerce site's professionalism for me.

    I'd also recommend placing that text into the header image, using any font you want.

 

 

Similar Threads

  1. v155 cleaning up database
    By soxophoneplayer in forum General Questions
    Replies: 5
    Last Post: 24 Aug 2016, 07:09 PM
  2. cleaning the slate
    By alnaad in forum General Questions
    Replies: 1
    Last Post: 20 Jul 2009, 02:38 AM
  3. Data cleaning
    By glennnz in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Aug 2008, 03:04 AM
  4. Cleaning up my CSS...
    By Alex Clarke in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Sep 2006, 12:01 PM
  5. Cleaning up ne install.
    By daveky in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 6 Aug 2006, 02:50 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