Page 171 of 326 FirstFirst ... 71121161169170171172173181221271 ... LastLast
Results 1,701 to 1,710 of 3251
  1. #1701
    Join Date
    Mar 2007
    Location
    West Palm Beach, FL.
    Posts
    95
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    http://hiquatec.com/index.php?main_p...roducts_id=226 <-----

    how do I get my add to cart to the other side of the page in the default location?

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by suekay View Post
    Hi,

    I have half answered my question by finding this code on another posting to make the central column of the home page (only) the same width as the site:

    #indexHomeBody .centerColumn {
    float:left!important;
    margin: 50px 0 5px -150px;
    width:165%!important;
    }

    #indexHomeBody .navColumnTwo {display:none;}
    #indexHomeBody .navColumnOne {display:none;}

    Could I use some css to remove the grey side box backgrounds as well?

    Thanks for any help you can give
    Yep. If you examine the css, you'll see that the background images in controlled by #contentMainWrapper, and #contentMainWrapperb.

    So, you can do something similar to your above code:

    #indexHomeBody #contentMainWrapper {background-image:none;}
    #indexHomeBody #contentMainWrapperb {background-image:none;}

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by esugrue View Post
    Hi!

    What's the easiest way of removing the RHS column from the main page only.

    I have an image (it was a table) that is 700 px wide and if the customer resolution is 1024 then it goes into the RHS column. I can't really make the promo image smaller so my only option I think is to remove the RHS column.

    Sample: http://www.thrivingstores.com/au_store
    (It will probably look OK unless your resolution is 1024x)

    Thanks
    Ernie
    Add this to your css:

    #indexHomeBody #navColumnOne {display:none;}
    #indexHomeBody .outer {padding-left:10px;}
    #indexHomeBody #contentMainWrapperb {background-image:none;}

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by suekay View Post
    Hi,

    I have half answered my question by finding this code on another posting to make the central column of the home page (only) the same width as the site:

    #indexHomeBody .centerColumn {
    float:left!important;
    margin: 50px 0 5px -150px;
    width:165%!important;
    }

    #indexHomeBody .navColumnTwo {display:none;}
    #indexHomeBody .navColumnOne {display:none;}

    Could I use some css to remove the grey side box backgrounds as well?

    Thanks for any help you can give
    Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:

    If you want NO sideboxes on your home page, add this to your css:
    Code:
    #indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
    #indexHomeBody .outer {padding-right:0;padding-left:20px;}
    #indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by [email protected] View Post
    http://hiquatec.com/index.php?main_p...roducts_id=226 <-----

    how do I get my add to cart to the other side of the page in the default location?
    Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php, find the add to cart chunk of code, and move it. I'd put it immediately after <!-- eof Attributes Module -->

  6. #1706
    Join Date
    Mar 2007
    Location
    West Palm Beach, FL.
    Posts
    95
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    it worked Jet thanx

  7. #1707
    Join Date
    Jul 2008
    Location
    Wisconsin, USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    In tpl_header.php, just remove the tagline section, if you're not going to use it.
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>


    Thank you! I was trying to find where that was.

  8. #1708
    Join Date
    Jun 2004
    Posts
    184
    Plugin Contributions
    0

    Default White Space / Padding in Header Area

    Hi!

    I have searched for padding and white space but I am unable to find the answer.

    On my sites there is some whitespace / padding between the logo and the and the header boundary

    Thriving Stores

    Which part of the CSS am I look at to remove all padding so the logo fits snugly into the header with no white space.

    Thanks
    Ernie

  9. #1709
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!

    Regards,
    Rudy
    720MoTo.com

    Quote Originally Posted by 720moto View Post
    Hi Jet,

    I downloaded and use your template and installed the Apple Zen flyout menus and it works awesome. I am very happy with it. My site is in the final stages before it goes live. Can you help me out with some minor changes before it goes live?

    http://www.720moto.com/Store/

    A couple of things I need to clean up my site.

    1. I turned off EZ-Pages for the header but it still shows up.
    2. On the upper right corner of my webpage is a HOME|LOGIN links. I would like to change them to a red color so they don't blend in with the header.
    3. When you hover your mouse on the categories the color turns green. Can the color be changed and if so how do I make the change?

    I would like your opinion on my site so far and if there are any suggestions or tweaks that will make it better.

    Thanks

  10. #1710
    Join Date
    May 2008
    Location
    California
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Disregard the certificate issue I located it but I still need help with item 2 and changing the color.


    Quote Originally Posted by 720moto View Post
    Hi Jet,

    I downloaded and use your template and installed the Apple Zen flyout menus and it works awesome. I am very happy with it. My site is in the final stages before it goes live. Can you help me out with some minor changes before it goes live?

    http://www.720moto.com/Store/

    A couple of things I need to clean up my site.

    1. I turned off EZ-Pages for the header but it still shows up.
    2. On the upper right corner of my webpage is a HOME|LOGIN links. I would like to change them to a red color so they don't blend in with the header.
    3. When you hover your mouse on the categories the color turns green. Can the color be changed and if so how do I make the change?

    I would like your opinion on my site so far and if there are any suggestions or tweaks that will make it better.

    Thanks
    Quote Originally Posted by 720moto View Post
    Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!

    Regards,
    Rudy
    720MoTo.com

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  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. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR