Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I am pretty good with most php and html problems but the sheer depth of zen cart which is very impressive leaves me struggling a little to find the simplest of things. I am amazed reading these forums how knowledgeable some people are with zen cart.

    So far I have customised mine to pretty much where I want it to be using apple zen as the base template. I have managed to include the UK version, integrate PayPal and the Royal Mail new pricing structure and master the coupons and most of the functionality of zen cart. It certainly is a learning curve.

    Just a quick question ( I have searched but I must have missed it I am sure it must have been asked before ) but to change the colours in the title headings of products should I be looking at the main css style sheet or is this somewhere else?

  2. #2
    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 BUK24hours View Post
    Just a quick question ( I have searched but I must have missed it I am sure it must have been asked before ) but to change the colours in the title headings of products should I be looking at the main css style sheet or is this somewhere else?
    You're talking about the color of the product name, right? That's probably not already defined in the css, so you'd need to add it:
    #productName {color:#ffffff}

  3. #3
    Join Date
    May 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You're talking about the color of the product name, right? That's probably not already defined in the css, so you'd need to add it:
    #productName {color:#ffffff}
    Hi again. Thanks for your help. No not the actual individual products but the main product list of items in each category, where the pages show multiple products. The titles are all in grey / black and I just want to make the titles stand out from all the rest of the text about the products.


  4. #4
    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 BUK24hours View Post
    Hi again. Thanks for your help. No not the actual individual products but the main product list of items in each category, where the pages show multiple products. The titles are all in grey / black and I just want to make the titles stand out from all the rest of the text about the products.

    .itemTitle a:link{color:#ff0000;}
    .itemTitle a:hover {color:#ff0000;}

  5. #5
    Join Date
    Sep 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I need a little help getting the New Products for May to have 3 columns instead of one column that is on the left. I would like products to be centered.

    I had it correctly done at first but after turning on and off various parts in the layout box controller and changing the setting to zero under the "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0" ... I have it all messed up.

    I do not want any side columns showing.

    Also how can I change the color white to some other color in the header on both sides of the logo?

    Here is the link to the problem site I'm working on.

    http://www.fireflybags.com

    using zen-cart 1.3.7 on the site.

    Thanks for your help.

  6. #6
    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 dlaitila View Post
    I need a little help getting the New Products for May to have 3 columns instead of one column that is on the left. I would like products to be centered.

    I had it correctly done at first but after turning on and off various parts in the layout box controller and changing the setting to zero under the "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0" ... I have it all messed up.

    I do not want any side columns showing.

    Also how can I change the color white to some other color in the header on both sides of the logo?

    Here is the link to the problem site I'm working on.

    http://www.fireflybags.com

    using zen-cart 1.3.7 on the site.

    Thanks for your help.
    Its your css that's messed up... you're missing a whole big ole chunk of the site's css.

    Your css ends right here:

    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align:top;


    (and you're missing the closing } for that section). Open up the original css, find the section above, and add back all the missing css.

    After globally turning off the right sideboxes, these are my instructions for making the rest of the site fill the center content:
    http://www.zen-cart.com/forum/showpo...0&postcount=86

    You can adjust the logo background color at #headerWrapper and #logoWrapperOuter

  7. #7
    Join Date
    Jan 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    While trying to add the About Us pages I have managed to let it take over my entire site! Can someone take a peek and see what I need to change.

    www.wholesomehound.com/index.php

  8. #8
    Join Date
    Sep 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thank, that worked...

  9. #9
    Join Date
    May 2007
    Posts
    1
    Plugin Contributions
    0

    Default Logo centering

    Hi! Great template, BTW. I came across it by accident - meaning an accident made me have to redo everything from scratch.

    Actually, it was on purpose by my host... so I've changed hosts and am rebuilding.

    Anyway, I'm trying to refamiliarize myself with the whole thing... I set the old cart up long ago, and for months was just tweaking and adding products so please forgive me for being a bit rusty with the coding of it all.

    I changed the logo and removed the sales text that had your template directions on it, but I can't seem to figure out how to center the logo in the area. Please don't tell me it is as simple as adding another define in header.php....

    I tried looking to see if anyone else had asked a similar question, but I couldn't seem to find it. TIA!!

  10. #10
    Join Date
    Aug 2004
    Posts
    10
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Does anyone know why when in admin/tools/IMAGE HANDLER , all the images I uploaded previously are displayed in full size?

    The only place I can see an image setting for ADMIN is under CONFIGURATION/IMAGES/

    Heading Image Width - Admin 0
    Heading Image Height - Admin 50

    I tried changing those but that did nothing.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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