Page 52 of 326 FirstFirst ... 242505152535462102152 ... LastLast
Results 511 to 520 of 3251
  1. #511
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello again. I have three questions.

    First: How do I move the category description next to the category image?

    Second: How do I switch the Add to My Cart button to one of my own that does not shift in size when the viewer changes the font size of the page?

    Three: How do I change the category links in my sidebox to images yet keep the sub-categories as links?

    Beth-katherine

  2. #512
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread HELP Needed

    http://www.livandrosiescookies.com/store/

    Why is the table to the left in IE6 and to the right in Firefox. I want it centered.

    Please advise what I am doing wrong.

    C

  3. #513
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I am trying to get the footer navigation to look the same as the one in the header. I have identified the footer navigation is NavSupp and NavSuppWrapper and I cloned the header css styles then renamed them to match. I then added the <span> into the footer link within footer.php

    This all seems to work fine except for two things.

    1) The footer background image is 100% width across the page and does not have the margin like in the header navigation, so it looks odd. How can I get the footer navigation bar to look the same as the header so it has the margin around it and fits within the main layout?

    2) The top of the footer navigation bar has a gap between the end of the white space and the navigation bar. How do I remove this so the footer naviation bar fits tight against the white bottom of the main page.

    I hope that is not too cryptic and you understand what I mean.

    Thanks

    Paul

  4. #514
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Question about the header... I would like to layer my header so that my logo is placed on the right while having a backriound image that fills the entire header are including the area behind the logo. One that would not be affected by the resize of the site based on screen dimensions.

    In other words I want an image (logo) on top of an image (background) that makes up the header. Thanks! Josh

  5. #515
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Another question... in the header can I place a table that holds different images that when clicked the customer would go to different pages in the site. The images would also have roll over effects.

  6. #516
    Join Date
    Jan 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by PastGenToys View Post
    Another question... in the header can I place a table that holds different images that when clicked the customer would go to different pages in the site. The images would also have roll over effects.
    Why not use the built in banners function for this - I think it is header position2 located in includes/templates/common/tpl_header.php

    Unfortunately it will not give you rollover effects unless you find some way to style it using css, but it will give you the clickable link to different parts of your site and a way to track how well it is doing

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

    Default Re: Problem with RH sidebox header display in IE 6

    Quote Originally Posted by pcgoddess View Post
    Hello,

    I am finding an issue with the right hand sideboxes - they display fine in Firefox 2.0 and IE7, but IE6 displays them extending past the grey background. Is there a way to fix this so it looks good in all of these browser versions?

    My site is http://www.pcgoddess.biz and is a work in progress..

    Thanks,
    Mary
    Make sure none of the sidebox images are wider than like 120px.

  8. #518
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by bekinky View Post
    Why not use the built in banners function for this - I think it is header position2 located in includes/templates/common/tpl_header.php

    Unfortunately it will not give you rollover effects unless you find some way to style it using css, but it will give you the clickable link to different parts of your site and a way to track how well it is doing
    Bekinky,

    I would love to do this but I am stumped on how to get it started. Can you poiny me in the right direction? Thanks! PGT

  9. #519
    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 CandyCherub View Post
    Hello,

    I am very new to zen cart and the apple zen template has simply been awesome. It made it easier to attempt setting up my website.

    I would like all the attributes to appear on a single line. At the moment the best I could do was get a maximum of 4 attributes per row. Here is an example of the product page.

    My second question - is there any way that I can get the second (_01) and third images (_02) to appear at the right of the main image rather than at the bottom of the page?

    Thanks for any help you can provide
    First of all, you've got to fix your logo, in Firefox it is GINORMOUS. Change the logo section to this:

    Code:
    #logo {
    	width:48em; /* To prevent the logo from resizing, simply delete or comment out this section */
    	}
    	
    #logo img {
    	width:100%;
    	}

    to get more attribute images per row, go to "Catalog", "option name manager", choose "edit" for the option, then put the attribute images per row there. I don't know that more than 5 would fit though.

    To move the additional images up, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the additional images chunk of code up to below the main image chunk of code. There will probably be some css changes needed, but first of all you have to move the chunk.

  10. #520
    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 Beth-katherine View Post
    Hello again. I have three questions.

    First: How do I move the category description next to the category image?

    Second: How do I switch the Add to My Cart button to one of my own that does not shift in size when the viewer changes the font size of the page?

    Three: How do I change the category links in my sidebox to images yet keep the sub-categories as links?

    Beth-katherine
    1. Add this to stylesheet.css:

    Code:
    #indexProductListCatDescription, #categoryImgListing {
    	float:left;
    	}
    2. Well, my add to cart button doesn't change sizes, and it isn't designed to. In which browser does this occur? My guess is, if it is changing in the browser that you are using, any button you change it to will also adjust size. But to use your own button, just upload a new one here:

    includes/templates/cherry_zen/buttons/english/button_in_cart.gif


    3. I'm not sure, have you searched for this in the forum, or posted a question about this in the general forum?

 

 

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