Page 33 of 47 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 462
  1. #321
    Join Date
    Aug 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Hi,
    I am using the simplezen template (which is lovely)and would like some advice if possible.
    Not sure if it is specific to the template so just say if I need to ask elsewhere.
    My site is here and I have got it looking as I wish in IE7 but not firefox, the categories are way down the page not over the image like in IE7
    Does anyone know how I could get it to look the same in firefox as it does in IE7.
    Many thanks for any help

  2. #322
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by stephy View Post
    Hi,
    I am using the simplezen template (which is lovely)and would like some advice if possible.
    Not sure if it is specific to the template so just say if I need to ask elsewhere.
    My site is here and I have got it looking as I wish in IE7 but not firefox, the categories are way down the page not over the image like in IE7
    Does anyone know how I could get it to look the same in firefox as it does in IE7.
    Many thanks for any help
    Well, your logo needs to be shorter, It is 600 pixels tall, and that is why it is pushed down. Its the incorrect handling of IE that is making it look OK in IE.

  3. #323
    Join Date
    Aug 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thank you for your reply.
    I thought it was odd that it looked okay
    Is there anyway I can move it from being a logo to being a background.
    As I would like to keep the image as it is and not reduce the size.
    Many thanks for any help.

  4. #324
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by stephy View Post
    Thank you for your reply.
    I thought it was odd that it looked okay
    Is there anyway I can move it from being a logo to being a background.
    As I would like to keep the image as it is and not reduce the size.
    Many thanks for any help.
    You could change mainWrapper to this:

    div#mainWrapper {
    margin-top:25px;
    text-align: left;
    width: 850px;
    vertical-align: top;
    background:url(includes/templates/simple_zen/images/logo.gif)no-repeat;
    border:5px solid #transparent;
    }

    then open up includes/templates/simple_zen/common/tpl_header.php

    and change:

    Code:
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div>
    to this:

    Code:
    <div id="logo"></div>
    You'll also need open the logo in an image editing program to make a 34 pixel gap at the top of the image, so that the logo starts after the Home Login bar. Hope that makes sense.

  5. #325
    Join Date
    Aug 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thank you for your help.
    I have done what you wrote (i think)
    but no image is showing.
    Have i missed something?
    Thank you.

  6. #326
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by stephy View Post
    Thank you for your help.
    I have done what you wrote (i think)
    but no image is showing.
    Have i missed something?
    Thank you.
    Sorry, change:

    background:url(includes/templates/simple_zen/images/logo.gif)no-repeat;

    background:#ffffff url(../images/logo.gif)no-repeat;

  7. #327
    Join Date
    Apr 2006
    Posts
    80
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by stephy View Post

    I have got it looking as I wish in IE7 but not firefox, the categories are way down the page not over the image like in IE7
    Does anyone know how I could get it to look the same in firefox as it does in IE7.
    Many thanks for any help
    I have my site looking right in Firefox and not IE! I have a gap of space in the header and the categories links are overlapping the header. Any suggestions? Thanks!

    Shelia

  8. #328
    Join Date
    Aug 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by jettrue View Post
    Sorry, change:

    background:url(includes/templates/simple_zen/images/logo.gif)no-repeat;

    background:#ffffff url(../images/logo.gif)no-repeat;
    Thank you for your reply.
    It has worked brilliantly in firefox but is not showing image or change of colour in IE7.
    I have deleted my cookies just in case that was the problem but still hasn't changed.

  9. #329
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by stephy View Post
    Thank you for your reply.
    It has worked brilliantly in firefox but is not showing image or change of colour in IE7.
    I have deleted my cookies just in case that was the problem but still hasn't changed.
    Try it like the below?

    background:url("../images/logo.gif") no-repeat;

  10. #330
    Join Date
    Aug 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thank you ever so much the image is showing lovely now.

 

 
Page 33 of 47 FirstFirst ... 23313233343543 ... LastLast

Similar Threads

  1. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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