Page 140 of 326 FirstFirst ... 4090130138139140141142150190240 ... LastLast
Results 1,391 to 1,400 of 3251
  1. #1391
    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 kbmets7 View Post
    I tried putting a word in the tagline "today's" but it made the whole site disappear. I assume it is because of the apostrophe. How do I put an apostrophe in the tagline to make it work?
    Put a backslash before the apostrophe.

  2. #1392
    Join Date
    May 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    There's nothing in the template preventing any sideboxes from showing up. Do you have any banners turned setup? The shopping cart won't show up until something is in the cart, and order history won't show up until someone is logged in. The best sellers won't show up until you've had orders, and specials and featured won't show up unless you have set specials and featured products setup. Whats new won't show up until you add products.
    Thank you for clarifying that.
    Gosh, I feel dumb. Once I added some product, purchased something I then was able to see most of the side boxes. I still can't see any banner boxes and all the banners are turned on.
    I included a screen shot of the banner manager, column boxes and the site.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	bannerman.jpg 
Views:	207 
Size:	51.3 KB 
ID:	3905   Click image for larger version. 

Name:	columnbox.jpg 
Views:	206 
Size:	86.3 KB 
ID:	3906   Click image for larger version. 

Name:	testsite.jpg 
Views:	225 
Size:	47.5 KB 
ID:	3907  


  3. #1393
    Join Date
    May 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by MacDogg View Post
    Thank you for clarifying that.
    Gosh, I feel dumb. Once I added some product, purchased something I then was able to see most of the side boxes. I still can't see any banner boxes and all the banners are turned on.
    I included a screen shot of the banner manager, column boxes and the site.
    Ignore my previous message, except the thank you.
    I got it going now. I copied over the sideboxes folder to the server and now it works...

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

    Default Re: Cherry Zen Template Support Thread

    Hi Jettture,

    I sussed out the culprit that was preventing the "Successfully added Product to the cart ..." box from showing. In the code below, I had changed margin-top to 0px. I changed it to 1px and the box shows again! :-)

    Code:
     
    body {
     font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
     font-size:73.5%;
     margin-top:1px;
     }
    Now when there is no item in the cart, the top of the sideboxes touch the bottom of the green nav bar (there is no gap). However, when an item is added to the cart, the sideboxes drop down leaving a gap between the top of the side boxes and the bottom of the green nav bar...

    Not a big deal, but how do I either 1)always have a gap there (even when no item is in the cart) or 2)never have a gap there (even when there is an item in the cart)??? You can see here www.allk-9.com/test Look at it with no item in the cart and then look at it with an item in the cart. You can see the gap between the top of the sideboxes and the bottom of the green nav bar that appears and disappears.

    Thanks.

  5. #1395
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by FatGuyinAZ View Post
    I was curious if I could move the Home | Log In | My Account to the left part of the page, where the header search box is? I have that search box turned off. Would I put the:

    PHP Code:
    <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><span><?php echo HEADER_TITLE_CATALOG?></span></a></li>
    and

    PHP Code:
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT?></span></a></li>
    sections of the tpl_header.php into the navMainSearch div? Also, would the

    PHP Code:
    if (STORE_STATUS == '0'
    have to be moved up higher in the file?

    If there is a way to do this and this isn't the proper way of doing it, please let me know. I am not going to mess around with the files unless I know for sure. As always, I would make a backup of all files before doing anything.

    Thank you,
    Has anyone looked into this?
    Steve
    Zen cart version: 1.3.9h

  6. #1396
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Hi Jade, 1st off, thank you for all of your contributions and time you have dedicated to the ZC world

    I love your the product info layout in your cherry zen template, and want my product info displayed just like it. However if I copy over the tpl_modules_attributes.php , tpl_modules_main_product_image.php , and tpl_product_info_display.php files, it doesn't look near the same. I imagine that there is a lot defined within the stylesheet for it, and that is why it looks different.

    Do you know how I can use the product info display you have designed with my current template? Or if I can reference your stylesheet for these files alone?

    Thanks!

  7. #1397
    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 litepockets View Post
    Hi Jade, 1st off, thank you for all of your contributions and time you have dedicated to the ZC world

    I love your the product info layout in your cherry zen template, and want my product info displayed just like it. However if I copy over the tpl_modules_attributes.php , tpl_modules_main_product_image.php , and tpl_product_info_display.php files, it doesn't look near the same. I imagine that there is a lot defined within the stylesheet for it, and that is why it looks different.

    Do you know how I can use the product info display you have designed with my current template? Or if I can reference your stylesheet for these files alone?

    Thanks!
    There's a section in the stylesheet that deals with the product info page, it should be marked off with hidden comments, down toward the end of the stylesheet. You can use that section, and then delete any of the same sections from your main stylesheet.

    Glad you like the product info layout, I like it too.

  8. #1398
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I've searched, but couldn't find the answer. Maybe I didn't use the right terms or found my answer but didn't realize I had. I've looked at this so long I'm


    Anyway...I want to disable the right column on my Product Info page. I got that accomplished, but the grey background is still there.

    What do I need to add to my stylesheet.css to make the right background image not show and my product information take up the whole page instead?

    Thanks!
    I'll finish that project tomorrow, I've made enough mistakes today!

  9. #1399
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I've installed the Cherry Zen template but am having problems with the name of the customer not appearing in the Billing Address section on the order email, on the invoice/packingslip or on the admin orders page.

    All that appears in the email is the word 'firstname' and the correct surname. I have searched but cannot find an answer to this. When I look in the database, the customer's first name is there.

    BTW. Thank you for the lovely template.

  10. #1400
    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 Boggled View Post
    I've searched, but couldn't find the answer. Maybe I didn't use the right terms or found my answer but didn't realize I had. I've looked at this so long I'm


    Anyway...I want to disable the right column on my Product Info page. I got that accomplished, but the grey background is still there.

    What do I need to add to my stylesheet.css to make the right background image not show and my product information take up the whole page instead?

    Thanks!
    The grey is controlled by a background image in the css. You'll have to also disable that background image in the css for that page as well.

 

 

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