Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    HII

    Sory for my eanglish! :)

    I hawe big problem.... hawe can i remuv "Tageline Hear" in the headher... and the places near the banner left and right?

    Si preant screen.... number 1

    http://www.zen-cart.com/forum/showth...013#post635013

    Thank You 100x

    Meny greatings Janez SLOVENIJA

  2. #2
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by miha25 View Post
    HII

    Sory for my eanglish! :)

    I hawe big problem.... hawe can i remuv "Tageline Hear" in the headher... and the places near the banner left and right?

    Si preant screen.... number 1

    http://www.zen-cart.com/forum/showth...013#post635013

    Thank You 100x

    Meny greatings Janez SLOVENIJA
    Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?
    This is in /includes/languages/english/your_custom_folder/header.php

    Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
    This is in /includes/languages/english/your_custom_folder/index.php
    If you have not set up your override folders yet, you need to or when you upgrade you will lose all the work you have done. This is really the wrong thread to be asking these kind of question.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    help question Re: Cherry Zen Template Support Thread

    I'm having problems with my product description.

    What I want is:

    * Part No. 64-0134-08

    * Playfiled 8' table: 88"l x 44"w

    * Table size 8' table: 100"l x 56"w x 31"h

    * Dark blue wool cloth, and leather shield drop pockets

    * 6" rails, K66 rubber bumper

    * White diamond inlays

    * 10 year warranty on slate play surface

    * Solid wood ball & claw carved legs

    No accessories included

    What I get is:

    * Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included

    What am I doing wrong?

  4. #4
    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 sped1530 View Post
    I'm having problems with my product description.

    What I want is:

    * Part No. 64-0134-08

    * Playfiled 8' table: 88"l x 44"w

    * Table size 8' table: 100"l x 56"w x 31"h

    * Dark blue wool cloth, and leather shield drop pockets

    * 6" rails, K66 rubber bumper

    * White diamond inlays

    * 10 year warranty on slate play surface

    * Solid wood ball & claw carved legs

    No accessories included

    What I get is:

    * Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included

    What am I doing wrong?
    Are you not adding line breaks after each line? An HTML line break looks like this:
    <br />

    OR you can wrap each line in a paragraph and then it will be spaced.

    <p>Paragraph Here</p>

  5. #5
    Join Date
    Oct 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thenk .. ewerything is ok!!! header is ok but on left size is litel pleaces ..hawe can i remuve theas?

    SHOP

    MY code - stylesheet.css
    ################################################################################_

    #headerWrapper {
    float:left;
    width:100%;
    }
    #navMainWrapper {
    height:32px;
    width:100%;
    font-size:12px;
    }
    #logoWrapper {
    width:auto;
    }
    #logo {
    float:left;
    padding-left;
    text-align:center;
    }
    #taglineWrapper {
    width:75%;
    float:left;

  6. #6
    Join Date
    Nov 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks you guys rock!

  7. #7
    Join Date
    Nov 2008
    Posts
    10
    Plugin Contributions
    0

    customer issue Re: Cherry Zen Template Support Thread

    thanks for this nick templates,but i thought i need your help to figure out the problem.
    I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:www.apple.com. So ,how can I do this base on your Cherry Zen template?
    Thanks for helping me.

  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 newkernel View Post
    thanks for this nick templates,but i thought i need your help to figure out the problem.
    I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:www.apple.com. So ,how can I do this base on your Cherry Zen template?
    Thanks for helping me.
    Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:

    #indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
    #indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}

  9. #9
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Hi jettrue I have a question for you. My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it to what the problems are. Thank you so much.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #10
    Join Date
    Nov 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    thanks for your help!

 

 

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