Page 136 of 326 FirstFirst ... 3686126134135136137138146186236 ... LastLast
Results 1,351 to 1,360 of 3251
  1. #1351
    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 liquidshadow View Post
    I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.

    I am using cherry template and easy populate. I have 4 product descriptions.
    Ex. v_products_description_1,v_products_description_2.

    Fields are uploading; easypopulate is working great.

    I can't seem to figure out how to display product descriptions 2 through 4.

    I don't know which php file to go into to define v_products_description_2,3,4 and then how to display them.


    I want them in the same box as description 1. Each product description underneath each other.

    Hope this helps little more.
    I already replied to your post, I am not sure how to do what you want to do. Did you ask in the easy populate thread?

  2. #1352
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Replace this section of your css with the below:

    Code:
    /* css for top menu tabs */
    
    #navMain {
        float:right;
        width:750px;
        line-height:normal;
        height:32px;
        }
    
    #navMain ul {
        float:right;
        list-style:none;
        }
          
    #navMain li {
        display:inline;
        }
          
    #navMain a {
        float:left;
        text-decoration:none;
        }
        
    #navMain a span {
        float:left;
        display:block;
        padding: 7px 15px 0 15px;
        text-align:center;
        width:90px;
        cursor:pointer;
        height:25px;
        }
        
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navMain a span {float:none;}
    /* End IE5-Mac hack */
    
    #navMain a:hover {
        background-position:0% -32px;
        }
        
    #navMain a:hover span {
        background-position:100% -32px;
        }  
        
    /* end css for top menu tabs */
    Thank you! You are amazing!
    Steve
    Zen cart version: 1.3.9h

  3. #1353
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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,
    Steve
    Zen cart version: 1.3.9h

  4. #1354
    Join Date
    Dec 2006
    Location
    kenner, la
    Posts
    110
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I love the look on this template and i followed all the instructions to ftp it in the includes and when i look in the cpanal i dont see the cherry_zen folder nor do i find it in the admin, tools, template selection what am i doing wrong?


    maggie

  5. #1355
    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 splishsplashbb View Post
    I love the look on this template and i followed all the instructions to ftp it in the includes and when i look in the cpanal i dont see the cherry_zen folder nor do i find it in the admin, tools, template selection what am i doing wrong?


    maggie
    Look around in your cpanel, you probably uploaded it incorrectly. Did you upload only the includes/ folder, or did you upload the outer Cherry Zen 1.5 folder?

  6. #1356
    Join Date
    Dec 2006
    Location
    kenner, la
    Posts
    110
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Look around in your cpanel, you probably uploaded it incorrectly. Did you upload only the includes/ folder, or did you upload the outer Cherry Zen 1.5 folder?

    I uploaded only the includes folder. I did search ever folder in the cpanal and nothing. I am using the Filezilla client FTP software to upload and it let me know it was all uploaded successfully. This is the folder it went to / public_html / shop / includes /


    maggie

  7. #1357
    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 splishsplashbb View Post
    I uploaded only the includes folder. I did search ever folder in the cpanal and nothing. I am using the Filezilla client FTP software to upload and it let me know it was all uploaded successfully. This is the folder it went to / public_html / shop / includes /


    maggie
    I don't know what to say. If it says it uploaded it, and its not there, then it didn't upload, or it uploaded in an incorrect spot. Keep looking around the file manager to see if it uploaded somewhere else, or you have the includes/folder doubled (includes/includes/etc.....

  8. #1358
    Join Date
    Dec 2006
    Location
    kenner, la
    Posts
    110
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I don't know what to say. If it says it uploaded it, and its not there, then it didn't upload, or it uploaded in an incorrect spot. Keep looking around the file manager to see if it uploaded somewhere else, or you have the includes/folder doubled (includes/includes/etc.....



    Thank you it seems even though i highlighted the includes folder from the cherry zen folder and dragged it to the includes in the cpanal but forsome reason when you clicked on the includes in the cpanal it was within that folder so i deleted it and went back to the ftp program and using the tool at the top to move it and it worked thank you so much


    maggie

  9. #1359
    Join Date
    May 2008
    Location
    UK
    Posts
    13
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by CerysCrow View Post
    Love this template!

    Just a few questions regarding my site
    http://www.miss-crow.com/shop:

    1. I have successfully removed the sales_text_header message that was across the top of the page. Now the text size is pretty big. What did I do? How do I fix it? (CSS?)

    2. Can I get rid of the white bar to the left of my header image?

    3. Why don't the hotspot links in my header image work?

    Thanks for all of your help!
    Hi!

    Im looking to add hotspots to the header however, i can one give any pointers, i can use fireworks etc.... And how to inject t in to Zen Cart.

    TIA!!

  10. #1360
    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 athenadesign View Post
    Hi!

    Im looking to add hotspots to the header however, i can one give any pointers, i can use fireworks etc.... And how to inject t in to Zen Cart.

    TIA!!
    You can try adding the code generated by fireworks into includes/templates/cherry_zen/common/tpl_header.php

 

 

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