Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I am having problems with the Login Page. Background is the color of the body but most of all the Login and Register forms are all over to the right and expand beyond. I haven't made any changes.

    I took a look at your demo page and when I clicked on the Login link your demo page does the same thing. Any ideas on how to fix this?

    BTW: Excellent Template, your notations and instructions are superb! Thank YOU!

    Quest

  2. #2
    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 Quest View Post
    I am having problems with the Login Page. Background is the color of the body but most of all the Login and Register forms are all over to the right and expand beyond. I haven't made any changes.

    I took a look at your demo page and when I clicked on the Login link your demo page does the same thing. Any ideas on how to fix this?

    BTW: Excellent Template, your notations and instructions are superb! Thank YOU!

    Quest
    Oh! LOL! I was trying to test something for someone, and forgot to remove the code:

    Code:
    #loginBody #navColumnOne, #loginBody #navColumnTwo {
    	display:none;
    }
    #loginBody .contentWrap {
    	background:#fff;
    	clear:both;
    }
    #loginBody .outer {
    	padding:0!important;
    }
    #loginBody .float-wrap {
    	width:90%
    }
    Its at the bottom of stylesheet.css, just remove it.

  3. #3
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Oh! LOL! I was trying to test something for someone, and forgot to remove the code:

    Code:
    #loginBody #navColumnOne, #loginBody #navColumnTwo {
    	display:none;
    }
    #loginBody .contentWrap {
    	background:#fff;
    	clear:both;
    }
    #loginBody .outer {
    	padding:0!important;
    }
    #loginBody .float-wrap {
    	width:90%
    }
    Its at the bottom of stylesheet.css, just remove it.
    You ROCK!

    I saw that code from checking the source code and in your instructions, I played around with it but to no avail. Didn't want to remove it all... Thanks man for the quick response to my query. I commented out the code in the css and all is fine now.

    Thanks again for the help and the great template!
    Quest

  4. #4
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    hi jettrue,

    i tested the code on the oem cz template and it works fine. i think what is happening is that it is being blocked by an image... it currently displays in the top left of the header (just under the top nav bar and right next to the cz logo).

    how would i move the display? how can i position it to display on the right side of the header in the middle???

    thanks!

    <li>My Cart: <span class="style1">
    <?php echo sizeof($_SESSION['cart']->get_products()); ?> &nbsp;items&nbsp;&nbsp;
    <?php $header_cart = $currencies->format($_SESSION['cart']->show_total());
    echo $header_cart;
    ?>
    </span>
    <br class="clearBoth" />
    </li>

  5. #5
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Concerning the larger image link underneath the main image on the product page: If you take a gander at mine, you'll see that it is just a tad too far south. Can someone be so kind as to tell me how to bump it up a bit?

    Hmmm... I just noticed that in IE the larger image text is just text, not a link. OK in FF

    Thanks!
    Last edited by MeltDown; 5 Jul 2008 at 06:08 PM.

  6. #6
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    Concerning the larger image link underneath the main image on the product page: If you take a gander at mine, you'll see that it is just a tad too far south. Can someone be so kind as to tell me how to bump it up a bit?

    Hmmm... I just noticed that in IE the larger image text is just text, not a link. OK in FF

    Thanks!
    Ahhh...! Worse yet: Sidebox on left hand side is pushed down in FF. Now what did I do?! Must sleep...

  7. #7
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Trying everything I can to install a template and I understand moving the file includes to the ftp but where?

    Do I replace the current includes file under zencart or is the includes file just placed on the server as it's own file.

    I have moved the cherry file to the templates and can get my site to look like the cherry template and that works to change the overall look but there are no sideboxes or anything. Directions say to move the entire includes file and that is is.

    Where does this fill file goe exactly. This is my first attempt and I have looked all over for specific directions and don't see a thing.

    Hope you can help a newbie!!!

  8. #8
    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 jenclark View Post
    Trying everything I can to install a template and I understand moving the file includes to the ftp but where?

    Do I replace the current includes file under zencart or is the includes file just placed on the server as it's own file.

    I have moved the cherry file to the templates and can get my site to look like the cherry template and that works to change the overall look but there are no sideboxes or anything. Directions say to move the entire includes file and that is is.

    Where does this fill file goe exactly. This is my first attempt and I have looked all over for specific directions and don't see a thing.

    Hope you can help a newbie!!!
    If you see the cherry zen template, then you've probably done it right.

    The files are in the correct zen cart structure. If you are using an FTP program to upload the files, and if you upload the entire includes/ folder to the root of your store, all the files will magically "GO" into their correct spots, filling in where they belong. However, you are not ENTIRELY replacing the current includes/ folder, as there are other files there besides the cherry_zen files.

    You turn on the sideboxes in your admin, under "tools", "layout boxes controller".

  9. #9
    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 MeltDown View Post
    Ahhh...! Worse yet: Sidebox on left hand side is pushed down in FF. Now what did I do?! Must sleep...
    Are you using the includes/templates/cherry_zen/templates/tpl_main_product_image.php

    I think you are not, because I see some comments for a "slimbox" mod. You'll need to merge the two files to fix your issue.

    You've completely changed the way the template works, moving the leftbox section, adding <td>'s around the sideboxes, etc. Reload the original includes/templates/common/tpl_main_page.php.

  10. #10
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Are you using the includes/templates/cherry_zen/templates/tpl_main_product_image.php

    I think you are not, because I see some comments for a "slimbox" mod. You'll need to merge the two files to fix your issue.

    You've completely changed the way the template works, moving the leftbox section, adding <td>'s around the sideboxes, etc. Reload the original includes/templates/common/tpl_main_page.php.

    Hi Jade - I assume you meant tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.

    I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.

 

 

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

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