Page 163 of 326 FirstFirst ... 63113153161162163164165173213263 ... LastLast
Results 1,621 to 1,630 of 3251
  1. #1621
    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
    Hmmm... The more I look into this, the more it seems to be a Safari/MAC issue, although I'm PC. Either way it's the Final error and I'd love to get rid of it!
    The error causes no site issues, it is ok to have it. It is type="search" so that in Safari it has the rounded search box. Change it to text, and it will be a square box in safari. Up to you.

    You can change it in includes/functions/extra_functions/search_field_header.php

  2. #1622
    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
    The error causes no site issues, it is ok to have it. It is type="search" so that in Safari it has the rounded search box. Change it to text, and it will be a square box in safari. Up to you.

    You can change it in includes/functions/extra_functions/search_field_header.php
    A square box it is! Anthing for the comforting warmth of validation

    Thanks Jett!

  3. #1623
    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

    You can change it in includes/functions/extra_functions/search_field_header.php
    Jade - How did you know which file it was? Or better yet, how could I have gleaned that information? When it comes to validation errors I think I'm going the long way around trying to track down the physical location the errors.

    Thanks!

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

    Default Re: Cherry Zen Template Support Thread

    hi jettrue,

    do you know how to add a shopping cart image and item count to the header? I put the code below in the tpl_header, but it doesn't show...
    Code:
     
     
    <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>
    thanks.

  5. #1625
    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

  6. #1626
    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
    Jade - How did you know which file it was? Or better yet, how could I have gleaned that information? When it comes to validation errors I think I'm going the long way around trying to track down the physical location the errors.

    Thanks!
    I knew because I designed the template, LOL. Also, you could have searched for search only in the developers tool kit.

  7. #1627
    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.

  8. #1628
    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

  9. #1629
    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>

  10. #1630
    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.

 

 

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

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