Page 85 of 305 FirstFirst ... 3575838485868795135185 ... LastLast
Results 841 to 850 of 3042
  1. #841
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Never mind....I reloaded the file and the 3rd time it worked. Why the after the 3rd time, don't know, but it works now!

  2. #842
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    also when I click on a product where there is more than 1 catergory it puts them all in a line on the page like this page -->

    http://www.temp-tattoos.co.uk/shop/i...index&cPath=22

    and it also does it on the specials page page -->

    http://www.temp-tattoos.co.uk/shop/i..._page=specials

    Cant find out why?
    Thanks in advance
    Symmo

    www.temp-tattoos.co.uk

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    also when I click on a product where there is more than 1 catergory it puts them all in a line on the page like this page -->

    http://www.temp-tattoos.co.uk/shop/i...index&cPath=22

    and it also does it on the specials page page -->

    http://www.temp-tattoos.co.uk/shop/i..._page=specials

    Cant find out why?
    Thanks in advance
    Symmo

    www.temp-tattoos.co.uk
    Where did this line in your css go to?


    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;
    }

    My guess is, you didn't want your logo floated left, so you deleted the entire line? Add it back, but with #logo, removed.

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by braad View Post
    Hi, thank you for this great template,

    I wonder why this new created site About Us is not listed on Site Map, would you repair this or how to solve this problem?
    Thank you
    Since the About Us is not a standard zen cart page, I am not going to add it to the site map page in the download, however, you can do this by opening up includes/templates/YOUR_TEMPLATE/tpl_site_map_default.php and add this wherever you'd like it:

    Code:
    <li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . HEADER_TITLE_ABOUT_US . '</a>'; ?></li>

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    Right im getting there now

    just would like to know how some poeple get the links at the bottom of the main page along side home coz ive seen a few and the look kewl

    thanks

    symmo

    www.temp-tattoos.co.uk
    What links are you referring to?

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by charmedbytina2 View Post
    Thanks again for your pointers!
    Another issue:
    I have an image (centerbox_bg) in the content area of my page. Right now, my girl is missing her head (sad, but true!) and I would like to set the image so it that it starts just under the bar that has "HOME" in it on the homepage.
    I tried adding a padding comment but to no avail. Any ideas?

    Thanks again!

    Tina

    http://charmsandmore.charmedbytina.com
    Try changing the background position to:

    background-position: center 17em;

    in #centerColumnWrapper2

  7. #847
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Try changing the background position to:

    background-position: center 17em;

    in #centerColumnWrapper2

    Thanks! That worked like a "charm"!~

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by high2K View Post
    Hi jettrue,

    Thanks for all your help and sorry that I skim-read the readme file - I hadn't realised that the narrow header layout would give me the effect I was looking for.
    I've added it now and it looks perfect on Firefox but is a bit out on IE. See http://www.keela.co.uk.tango.webhoster.co.uk/catalog/
    The client also wants the search button replaced by their own graphic with 'go' on it. How can i swap the button for a graphic?
    I actually have the opposite problem as you, Firefox is messed, IE is fine?

    Anyway, since you're not using the little striped grey border on the site, remove this section and see if that helps:

    #centerColumnOuter {
    margin:0 .5em;
    width:70em;
    height:15px;
    }

    Then, as for the graphic, I actually use the CSS Buttons contribution:

    http://www.zen-cart.com/forum/showthread.php?t=46705

    which is really nice.

    But if you don't want to go through all of that,you can open up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php and make line 17 the same as line 19, and upload a button image here:
    /includes/templates/YOUR_TEMPLATE/buttons/english/button_search.gif

  9. #849
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Where did this line in your css go to?


    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;
    }

    My guess is, you didn't want your logo floated left, so you deleted the entire line? Add it back, but with #logo, removed.
    I cant remember deleting this but hey its back in the stylesheet now without the #logo, but still they go in a straight line down the page
    looks strange on my specials page:-
    http://www.temp-tattoos.co.uk/shop/i..._page=specials

    the links I like at the bottom are like on thias site:-
    www.mommyandbabyessentials.com

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    I cant remember deleting this but hey its back in the stylesheet now without the #logo, but still they go in a straight line down the page
    looks strange on my specials page:-
    http://www.temp-tattoos.co.uk/shop/i..._page=specials

    the links I like at the bottom are like on thias site:-
    www.mommyandbabyessentials.com
    Take a close look at where you added that css:
    .centerColumn {
    width:73%;
    float:right;
    position:relative;
    margin-right:1%;
    padding:1% 2% 0 2%;
    text-align:left;
    line-height:1.6em;


    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;
    }
    }

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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