Page 31 of 47 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 462
  1. #301
    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 guoxiang View Post
    Hi Jade,

    Thanks for sending me the raw file for the topnav. I think the site looks better now.

    Jade, I'm not a programmer, I have one question. How do I get rid of that white border appearing at my header?

    See picture for what I mean:


    You can view the website here

    Regards
    Cheng King Xiang
    I'm not positive, as its not happening in Firefox, but I would try adjusting the padding and/or line-height here just a tad.

    #navMain ul

    {
    padding-top: 0.5em;
    list-style-type: none;
    text-align: center;
    line-height: 2em;
    }

  2. #302
    Join Date
    Sep 2007
    Location
    Singapore
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by jettrue View Post
    I'm not positive, as its not happening in Firefox, but I would try adjusting the padding and/or line-height here just a tad.

    #navMain ul

    {
    padding-top: 0.5em;
    list-style-type: none;
    text-align: center;
    line-height: 2em;
    }
    Hi Jade, thanks for replying.
    I've tried to adjust the padding and line-height for #navMain ul but it don't seem to work.
    I've also tried to add padding-top for #logoWrapper to try pushing the header up to close the white border but it's not working also.
    I think it's only happening for IE. I've seen it for Firefox, the white border is not there. Strange...
    Jade, don't get too bother about this if you are. It's just a small issue. I'll try to figure that out again if my client happen to nag me for that.

    Cheer
    Cheng King Xiang
    Last edited by guoxiang; 29 Sep 2007 at 08:18 AM.

  3. #303
    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 guoxiang View Post
    Hi Jade, thanks for replying.
    I've tried to adjust the padding and line-height for #navMain ul but it don't seem to work.
    I've also tried to add padding-top for #logoWrapper to try pushing the header up to close the white border but it's not working also.
    I think it's only happening for IE. I've seen it for Firefox, the white border is not there. Strange...
    Jade, don't get too bother about this if you are. It's just a small issue. I'll try to figure that out again if my client happen to nag me for that.

    Cheer
    Cheng King Xiang
    It's most probably something with the navmainwrapper section, not the logo section, I'd also try messing with any navMainWrapper font sizes, or and navMainSearch padding as well.

  4. #304
    Join Date
    Sep 2007
    Location
    Singapore
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by jettrue View Post
    It's most probably something with the navmainwrapper section, not the logo section, I'd also try messing with any navMainWrapper font sizes, or and navMainSearch padding as well.
    Tried with no luck.. I wonder if anyone had similar issue like mine?

    The current codes from my stylesheet.css
    #logoWrapper
    Code:
    #logoWrapper {
    	background: url(../images/top_back.gif) bottom;
    	background-color: #000000;
    	height:159px;
    	width:750px;
    	}
    #navMainWrapper
    Code:
    #navMainWrapper {
    	background: url(../images/gradient.gif) repeat-x;
    	font-weight: bold;
    	color: #fff;
    	width: 100%;
    	font-size:1em;
    	border-bottom:1px solid #333;
    	height:34px;
    	}
    #navMain ul
    Code:
    #navMain ul {
        padding-top: 0.5em;
    	list-style-type: none;
    	text-align: center;
    	line-height: 2em;
    	}
    #navMainSearch
    Code:
    #navMainSearch {
    	margin:0 auto;
    	text-align:right;
    	padding:4px 2px 0 0;
    	font-size:.9em;
    	}
    Regards
    Cheng King Xiang

  5. #305
    Join Date
    Sep 2007
    Location
    Minnesota
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    ok, I need help please!...I'm pulling my hair out! this is a tall order!
    the zen cart concerned..... is here
    http://crankedclothing.com/crankedclothingcart/

    there are a few alignment issues i'm trying to deal with..
    1: aligning the logo, I thought I could adjust it using #logowrapper...as Jettrue suggested above....but no luck. how can I?
    2: I cannot figure out how to adjust the entire body text downwards. the objective is to add a simple link menu bar. so that the zen cart page looks like other pages on my site......example here http://crankedclothing.com/
    3: how can I move the (home: login) links that are above the logo to instead rest below the logo in addition to main links pointing to the rest of my site?

    also...how can I change the title of my zen cart page( tabs in browser)?
    and how can I change fonts in individual parts of the cart rather than a global change?

    one more thing...I cannot figure out how to change the font colors for the text spanning the borders of the (wrappers boxes?) IE: "choose your search terms" in advanced search.....how?


    *sigh*...I understand.... if you cannot be bothered to answer all my questions as it is a lot.....but any help is greatly appreciated...and btw you guys ar tops for helping us users out! Thank you! Thank you! Thank you!

    Aggro

  6. #306
    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 aggrovated View Post

    there are a few alignment issues i'm trying to deal with..
    1: aligning the logo, I thought I could adjust it using #logowrapper...as Jettrue suggested above....but no luck. how can I?
    Align it how?

    Quote Originally Posted by aggrovated View Post
    2: I cannot figure out how to adjust the entire body text downwards. the objective is to add a simple link menu bar. so that the zen cart page looks like other pages on my site......example here http://crankedclothing.com/
    Lower starting after the logo? After the Tee shirts link?

    Quote Originally Posted by aggrovated View Post
    3: how can I move the (home: login) links that are above the logo to instead rest below the logo in addition to main links pointing to the rest of my site?
    Open up includes/templates/simple_zen/common/tpl_header.php and move the #navmainwrapper sectin below the logo. As far as "in addition to main links pointing to the rest of my site", I don't understand what you want to do there.


    Quote Originally Posted by aggrovated View Post
    also...how can I change the title of my zen cart page( tabs in browser)?
    includes/languages/english/meta_tags.php

    Quote Originally Posted by aggrovated View Post
    and how can I change fonts in individual parts of the cart rather than a global change?
    Choose "view source" in your browser, see what id or class is nearest to the text you want to change, then in your stylesheet, apply the font to ONLY that tag. So if you want to change the font for the Home link in the footer, change the font for #navSuppWrapper

    Quote Originally Posted by aggrovated View Post
    one more thing...I cannot figure out how to change the font colors for the text spanning the borders of the (wrappers boxes?) IE: "choose your search terms" in advanced search.....how?
    Those can be affected by the "legend" tag in css:

    legend {color:#ffffff}

    Though I think IE forces blue, don't know if the above will work in IE or not.

  7. #307
    Join Date
    Sep 2007
    Location
    Minnesota
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Align it how?
    moving the logo to the left and down slightly...I guess using padding in #logowrapper?


    Lower starting after the logo? After the Tee shirts link?
    all text body lower including the tee shirt link... but now after moving the (home: log-in) links, I guess I need to lower those as well.


    Open up includes/templates/simple_zen/common/tpl_header.php and move the #navmainwrapper sectin below the logo. As far as "in addition to main links pointing to the rest of my site", I don't understand what you want to do there.
    thank you!...that worked....main links meaning a menu bar... I can probably add (home: log-in) links into the menu bar...so my question is...how can I add more links to that set of links (home: log-in) to basically make it my menu bar?



    includes/languages/english/meta_tags.php
    thank you again!..of course I'm leaving proper credits to zen cart.


    Choose "view source" in your browser, see what id or class is nearest to the text you want to change, then in your stylesheet, apply the font to ONLY that tag. So if you want to change the font for the Home link in the footer, change the font for #navSuppWrapper
    I might have to get a third party source viewer for IE to do that....thanks for that idea...will make the job a lot easier.


    Those can be affected by the "legend" tag in css:

    legend {color:#ffffff}

    Though I think IE forces blue, don't know if the above will work in IE or not.
    ahh thanks! that worked...and applying the desired color in css made it perfect.


    I also want to thank you for you prompt responses to my questions... did I mention that your awesome too?

  8. #308
    Join Date
    Sep 2007
    Location
    Minnesota
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thanks again for your help Jettrue....looks like I'm getting the detials fixed through trial and error...woo! php is very tedious to work with...I wonder if there is a more visual method to working with php...IE: instead of working in code view, work in design view.

    Thanks again...

  9. #309
    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 aggrovated View Post
    Thanks again for your help Jettrue....looks like I'm getting the detials fixed through trial and error...woo! php is very tedious to work with...I wonder if there is a more visual method to working with php...IE: instead of working in code view, work in design view.

    Thanks again...
    Use Firefox for css changes. I install the "Web Developer" toolbar for Firefox, and it is essential for making css adjustments. You can make css adjustments right there in the browser, see instantly how they look. You can also use the "view style information" option to know what section needs adjusting in the stylesheet.

    As far as working with php, its a lot of trial and error, at least for me. If you're just moving things around though, it just takes a lot of care to make sure you're copying and pasting just the right chunk.

    If you have any specific other questions, just let me know!

  10. #310
    Join Date
    Sep 2007
    Location
    Minnesota
    Posts
    18
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    ok i'll try firefox,thanks again

    QQ: how can I disable "navecattabs" and "navsupp" links? I tried disabling them in css but That isnt working and I can't find the php where these classes reside...index.php?

 

 
Page 31 of 47 FirstFirst ... 21293031323341 ... 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