Page 13 of 28 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 275
  1. #121
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    This white space problem is on my WAMP test server offline.

    Well, this morning I see the obvious answer is that I have not upgraded my site to 1.3.9.

    The uninstall would of course remove the template entirely, so
    I will just either restore my test site from a backup or tackle the Zen Cart upgrade. I assume I should restore, do the upgrade, then upgrade the template, then replace the header.php file, in that order.

    However, if the template upgrade will add the lines around the various sideboxes, I might prefer to leave the www.riverfrontsouth.com site as is.

    Will the old 1.3.8 template continue to work with 1.3.9 without the upgrade of the Zencart_Zen template?

    If not, how would I remove the outlines for each box to get that "soft," less delineated look?

    Or, if they seem okay, will those outlines also appear on the banners which at present do not have outlines?

    Thanks.
    if you want to remove the border from around the center boxes,

    find the following declaration in the stylesheet.css and remove the highlighted portion

    .centerBoxWrapper {
    border: 1px solid #9a9a9a;
    height: 1%;
    margin: 1.1em 0;
    }

  2. #122
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    Is it possible to extend the margin of the centerbox all the way to the right as with the Cold Steel template?

    I tried setting the right sidebox to zero but the template still reserves the 160px for the right sideboxes.

    I may alternatively be able to use the right sidebox for a category picture or banner, but would like to have the choice of hiding it and using the space as part of the centerbox.

    Thanks.

  3. #123
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Clyde,

    Is it possible to extend the margin of the centerbox all the way to the right as with the Cold Steel template?

    I tried setting the right sidebox to zero but the template still reserves the 160px for the right sideboxes.

    I may alternatively be able to use the right sidebox for a category picture or banner, but would like to have the choice of hiding it and using the space as part of the centerbox.

    Thanks.
    You can turn the right column off completely in:

    admin -> configuration -> layout settings

    Column Right Status - Global set to 0

  4. #124
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Thanks. I was able to turn off the left column. However, the center column doesn't fill in the space, so there is a blank white space where the turned-off column would be. It doesn't seem to let me decrease the size of the column to less than 150. I have tried zero and 10. Any other ideas?

    Notageek

  5. #125
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Thanks. I was able to turn off the left column. However, the center column doesn't fill in the space, so there is a blank white space where the turned-off column would be. It doesn't seem to let me decrease the size of the column to less than 150. I have tried zero and 10. Any other ideas?

    Notageek
    open the stylesheet.css

    find the following declaration and adjust the width to what you need.

    .centerColumn {
    margin: 0 10px;
    padding: 1em;
    font-size: 1.2em;
    width: 620px;
    }

  6. #126
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    I upgraded to 1.39d on my WAMP test server today. In doing so, the right sideboxes disappeared, but I can turn those on again. I was wondering if the "reset" would be the way to turn those on. I suppose I will try this if I do not hear back from you first.

    Next, I received the same problem as when I downloaded the template upgrade to my 1.38a site: Everything is moved to below the left sideboxes.

    Is there a way to bring the index.php text back up to the top of my site beside the left sideboxes?

    Previously you asked where you could view this website. I'm afraid the only way for you to actually view what is happening is for you to see my offline test site via Mikogo; so if you are interested in doing that, I will let you know my contact information offline.

    Thanks for your help.

    Notageek

  7. #127
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Clyde,

    I upgraded to 1.39d on my WAMP test server today. In doing so, the right sideboxes disappeared, but I can turn those on again. I was wondering if the "reset" would be the way to turn those on. I suppose I will try this if I do not hear back from you first.

    Next, I received the same problem as when I downloaded the template upgrade to my 1.38a site: Everything is moved to below the left sideboxes.

    Is there a way to bring the index.php text back up to the top of my site beside the left sideboxes?

    Previously you asked where you could view this website. I'm afraid the only way for you to actually view what is happening is for you to see my offline test site via Mikogo; so if you are interested in doing that, I will let you know my contact information offline.

    Thanks for your help.

    Notageek
    Whenever you change/install/upgrade a template you will need to reset the sideboxes.

    if things are moving below the left sidebox then you will need to change the width setting of the .centerColumn in the stylesheet.

  8. #128
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Clyde,

    The Admin->Tools->Layout Boxes Controller, reset had no effect.

    The includes/templates/zencart_zen/css/stylesheet.css had only the following code:
    .centerColumn{
    padding: 0.8em;
    font-size: 1.2em;
    }
    I have not done the step-by-step file comparisons needed with the 1.39d upgrade, so when I have time I will try to get that underway and maybe will find something relevant.

    Just for clarity, regarding a new site I am developing, I asked above about changing the width of the center column. Before trying the 1.39d and Zencart_zen upgrades, I had not yet tried changing the center column width, and now am not sure which file would be changed, since the code is not in the Zencart_zen template.

    It's just chance that the 1.39d and Zencart_zen upgrades affected the center column just when I was considering widening it. I do have Numinix's centerbox module added to my site, so I need to check for that module's compatibility with these upgrades.

    I am sorry to pose mysteries to you and then not have the time to follow through to discover the solutions, but I will post if solved.

  9. #129
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by notageek View Post
    Clyde,

    The Admin->Tools->Layout Boxes Controller, reset had no effect.

    The includes/templates/zencart_zen/css/stylesheet.css had only the following code:

    I have not done the step-by-step file comparisons needed with the 1.39d upgrade, so when I have time I will try to get that underway and maybe will find something relevant.

    Just for clarity, regarding a new site I am developing, I asked above about changing the width of the center column. Before trying the 1.39d and Zencart_zen upgrades, I had not yet tried changing the center column width, and now am not sure which file would be changed, since the code is not in the Zencart_zen template.

    It's just chance that the 1.39d and Zencart_zen upgrades affected the center column just when I was considering widening it. I do have Numinix's centerbox module added to my site, so I need to check for that module's compatibility with these upgrades.

    I am sorry to pose mysteries to you and then not have the time to follow through to discover the solutions, but I will post if solved.
    on this new site are you installing zencart zen as a new template?

    if so you should be using the files from the "new_install" folder and not the "upgrade" folder.

  10. #130
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    I have this template installed on my test site. I would like to move or delete the date up at the top. I don't see any reference to it in the header.php file that I've been playing with. Where can I change that bit of information? TIA! :)

 

 
Page 13 of 28 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. v139h Need help installing "zencart-skins.com" template 43889
    By chams911 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jul 2013, 12:56 PM
  2. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  3. "Multi-Language Support for EZ-Pages" prints "Array" in Sidebox
    By andreas.hennig in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2010, 08:23 AM
  4. Comment out "Check for Updates" Button, "Support Site" Link, & "Version" Link?
    By g00glethis1 in forum Customization from the Admin
    Replies: 4
    Last Post: 15 Mar 2010, 06:32 AM
  5. Wamp5/Zencart localhost help "custom template distorted"
    By oxicottin in forum Installing on a Windows Server
    Replies: 10
    Last Post: 27 Aug 2007, 03:46 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