Page 1 of 2 12 LastLast
Results 1 to 10 of 3244

Hybrid View

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

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

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

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

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

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

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

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

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

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

 

 
Page 1 of 2 12 LastLast

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