Results 1 to 10 of 3041

Hybrid View

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by janellez View Post
    Did I tell you how awesome you are? Thanks so much for your help. I never would've figured out what I did to my CSS without your help.

    Still having an issue with the categories. I assumed it must have to do with my main page configuration, but I swear, I have every last thing in "Index Lising" turned off (set to zero). I recall seeing the "Categories - Always Show on Main Page" option in other installs of the cart I've done but it's not on this one. Is it possible to just alter some code on the back end somewhere? I really just want to start with a "blank slate" when I start putting general content on this page.

    http://mcduckcreations.powweb.com

    Thanks!

    Janelle
    I mis-typed, go to "configuration", "Layout Settings", and find the "Categories - Always Show on Main Page".

  2. #2
    Join Date
    Nov 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi, i'm mostly new to the Zen Cart world and have been fiddling with templates a little and have come to like yours very much. The client also likes it very much.. but.. and please excuse me for asking what may be an unpardonable sin (and i have tried to search this thread re this question with little success) but.. is it possible to display the menu boxes on the left only rather than the right only? I am not entirely without a clue as far as CSS goes and can fiddle PHP a bit...

    Would i be better off to just use another template thats got the left on and disable its right column?

    Much appreciation

    Craig

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by chemmyone View Post
    Hi, i'm mostly new to the Zen Cart world and have been fiddling with templates a little and have come to like yours very much. The client also likes it very much.. but.. and please excuse me for asking what may be an unpardonable sin (and i have tried to search this thread re this question with little success) but.. is it possible to display the menu boxes on the left only rather than the right only? I am not entirely without a clue as far as CSS goes and can fiddle PHP a bit...

    Would i be better off to just use another template thats got the left on and disable its right column?

    Much appreciation

    Craig
    There's instructions for doing that in the readme file.

  4. #4
    Join Date
    Nov 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I seem to have overlooked the obvious.. go figure.. thanks so much..

    Great work btw on the template.

    Craig

  5. #5
    Join Date
    Dec 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Howdy all!

    Thanks Jade for such a master crafted template. Beautiful,...absolutely beautiful!

    I have three questions...if I may.

    1) The first one I feel very stupid in asking, but I have been looking and tried all the "normal" said fixes but to no avail...

    Where is the "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution." Editing file? I do not even see an "index.php" file in the "incluedes/languages/english/apple_zen/" folder. Am I missing something. I've been searching the forums for 4 days now. So It's not like I didn't try to find the answer.

    2) on my website...btw it's not live yet located at http://www.organicplanetonline.com/zencart/
    how does one display the catagory pix horizontally instead of vertically?

    3) Finally, in the right hand side boxes, the "Catagory drop-down" feature is squished. How do I unsquish it?

    Ok thank's for the help, and the absolutly fab template. Oh and above all, your generous time and energy to help those not as good at these things.

    Jane

    Organic Planet Coffee & Tea

  6. #6
    Join Date
    Dec 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Well it took a while...
    But I figured out the answer to my own "stupid" question.

    Quote Originally Posted by organicplanet View Post
    1) The first one I feel very stupid in asking, but I have been looking and tried all the "normal" said fixes but to no avail...

    Where is the "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution." Editing file? I do not even see an "index.php" file in the "incluedes/languages/english/apple_zen/" folder. Am I missing something. I've been searching the forums for 4 days now. So It's not like I didn't try to find the answer.
    I however still need assistance with questions 2 and 3.

    Quote Originally Posted by organicplanet View Post
    2) on my website...btw it's not live yet located at http://www.organicplanetonline.com/zencart/
    how does one display the catagory pix horizontally instead of vertically?

    3) Finally, in the right hand side boxes, the "Catagory drop-down" feature is squished. How do I unsquish it?
    Thanks again,
    Jane

    Organic Planet Coffee & Tea

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by organicplanet View Post

    2) on my website...btw it's not live yet located at http://www.organicplanetonline.com/zencart/
    how does one display the catagory pix horizontally instead of vertically?
    Everybody and their gramma seems to make this mistake, LOL. You changed this:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float:left;}
    to this:

    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {text-align: center;}
    If you only wanted the LOGO to change, you should seperate the logo out, so that you don't change 5 other things at the same time:
    Code:
    #logo {text-align:center;}
    
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float:left;}
    Quote Originally Posted by organicplanet View Post
    3) Finally, in the right hand side boxes, the "Catagory drop-down" feature is squished. How do I unsquish it?
    Try adding this to your stylesheet:
    Code:
    .sideBoxContent select {margin:0; padding:0;width:150px;}

 

 

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