Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Location
    Maidstone, Kent, UK
    Posts
    339
    Plugin Contributions
    3

    Default Re: Cherry Zen Template Support Thread

    Hi

    Fantastic template, just love it, and its a perfect upgrade to one of my friends sites that now looks terrible, though 3 years ago looked great, lol.

    Anyway, I have made a few minor mods to it, but have a single question.

    How does one get rid of the shadows, He does not like them, and I assume its a stylesheet but I am darned if I can find it anywhere.

    Thanks
    My only addon is Gallery addon and can be seen here breezy

  2. #2
    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 spottedhaggis View Post
    Hi

    Fantastic template, just love it, and its a perfect upgrade to one of my friends sites that now looks terrible, though 3 years ago looked great, lol.

    Anyway, I have made a few minor mods to it, but have a single question.

    How does one get rid of the shadows, He does not like them, and I assume its a stylesheet but I am darned if I can find it anywhere.

    Thanks
    LOL, I hid it from you in plain sight.
    stylesheet_dropshadow.css controls the outer site drop shadow.


    The section below controls the product images drop shadow in stylesheet.css.
    Code:
    /* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */
    
    #productMainImage {
    	float:left;
    	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
    	background: url("../images/shadow.gif") no-repeat bottom right;
    	margin: 10px 0 0 10px !important;
    	margin: 10px 0 0 5px;
    }
    #productMainImage img {
    	display: block;
    	position: relative;
    	background: #fff;
    	margin: -3px 6px 6px -3px;
    	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
    	padding: 4px;
    }
    /* end css for product image drop shadow */

  3. #3
    Join Date
    Jan 2009
    Posts
    10
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread


    I am trying to Update my attribute value sort order using store manager.

    It dose not work, and it appeares from the serve error log that my hosting company was kind enough to send me that it may have something to do with my template. I am a Total Newbie and know next nothing about php works to figure this out.

    Someone Please HELP.

    This Is The email I Received From My Hosting Company (HostGator)

    I checked the error logs, and it looks like there's a problem with the configuration of zen cart:

    [Thu Mar 26 08:52:01 2009] [error] [client 70.130.193.64] Premature end of script headers: store_manager.php, referer: http://thrifty-int.com/shops/admin/store_manager.php

    I looked further into the matter, and found that the issue is caused by init_languages.php not opening the correct file:

    [email protected] [~/public_html/shops/admin]# php store_manager.php
    X-Powered-By: PHP/5.2.8
    Set-Cookie: zenAdminID=6c72b3c3e6d885e8b9f020aa6e487e93; path=/; domain=thrifty-int.com
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html

    <br />
    <b>Warning</b>: include(includes/languages/english/) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php</b> on line <b>34</b><br />
    <br />
    <b>Warning</b>: include(includes/languages/english/) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php</b> on line <b>34</b><br />
    <br />
    <b>Warning</b>: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/languages/english/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php</b> on line <b>34</b><br />
    <br />
    <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php:34) in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_templates.php</b> on line <b>36</b><br />
    <br />
    <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php:34) in <b>/home/thrifty/public_html/shops/admin/includes/functions/general.php</b> on line <b>21</b><br />

    I appended the language=en option to the URL you provided, and it works:

    http://thrifty-int.com/shops/admin/s...er?language=en

    However, this has not resolved the issue. There is an underlying problem with the way zen cart is configured, and you'll need to contact the zen cart support forums for further assistance.

    Thanks In Advance
    Thrifty
    Bob
    [email protected]

  4. #4
    Join Date
    Feb 2009
    Location
    Thailand
    Posts
    50
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Im not 100% sure id this is to do with the template or not but here goes. Ive installed one of the lightbox add ons and noticed that on the product page underneath the product image the "larger image" text is sitting at the bottom of the box with the drop shadow but isnt aligned properly. Had a look through the CSS but I cant see where this element is.

    Larger Image text query

    Nothing major, only minor cosmetic but these things bug me after I cant find where to fix them.
    Last edited by the_doomsayer; 28 Mar 2009 at 11:03 AM.
    iBook G4 10.5.6, Zen Cart 1.3.8, Cherry Zen theme
    Visit Asia Remedies
    Fluid Clothing

  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 the_doomsayer View Post
    Im not 100% sure id this is to do with the template or not but here goes. Ive installed one of the lightbox add ons and noticed that on the product page underneath the product image the "larger image" text is sitting at the bottom of the box with the drop shadow but isnt aligned properly. Had a look through the CSS but I cant see where this element is.

    Larger Image text query

    Nothing major, only minor cosmetic but these things bug me after I cant find where to fix them.
    It's because the lightbox mod uses a file that my template does, so you have to be sure to merge any changes.

  6. #6
    Join Date
    Feb 2009
    Location
    Thailand
    Posts
    50
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Which file(s) would that be?
    iBook G4 10.5.6, Zen Cart 1.3.8, Cherry Zen theme
    Visit Asia Remedies
    Fluid Clothing

  7. #7
    Join Date
    Jan 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread



    I have all but given up on this - now I cant even get my hosting company to send me the server error log. I have made some changes but attribute sort order updater still throws an internal server error and without the server error log I don't anyone can.

    Thanks For All Your Help.

    Bob
    Thrifty-Int

  8. #8
    Join Date
    Oct 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Im not 100% sure id this is to do with the template or not but here goes. Ive installed one of the lightbox add ons and noticed that on the product page underneath the product image the "larger image" text is sitting at the bottom of the box with the drop shadow but isnt aligned properly. Had a look through the CSS but I cant see where this element is.

    Larger Image text query

    Nothing major, only minor cosmetic but these things bug me after I cant find where to fix them.
    ##############################___
    iBook G4 10.5.6, Zen Cart 1.3.8, Cherry Zen theme
    Visit Asia Remedies
    Fluid Clothing

    --------------------------------------------------------------------------------
    Last edited by the_doomsayer; 28th March 2009 at 04:03 AM.

    Did you ever have any luck fixing this? I have the same issue.

    ####################################################################################################
    Zen Cart 1.3.8a, Cherry Zen Theme
    Ice-Cleats.com
    ShoeChain.com

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jbrickner View Post
    Im not 100% sure id this is to do with the template or not but here goes. Ive installed one of the lightbox add ons and noticed that on the product page underneath the product image the "larger image" text is sitting at the bottom of the box with the drop shadow but isnt aligned properly. Had a look through the CSS but I cant see where this element is.

    Larger Image text query

    Nothing major, only minor cosmetic but these things bug me after I cant find where to fix them.
    ##############################___
    iBook G4 10.5.6, Zen Cart 1.3.8, Cherry Zen theme
    Visit Asia Remedies
    Fluid Clothing

    --------------------------------------------------------------------------------
    Last edited by the_doomsayer; 28th March 2009 at 04:03 AM.

    Did you ever have any luck fixing this? I have the same issue.

    ####################################################################################################
    Zen Cart 1.3.8a, Cherry Zen Theme
    Ice-Cleats.com
    ShoeChain.com

    Look at this here
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #10
    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 thrifty-int View Post

    I am trying to Update my attribute value sort order using store manager.

    It dose not work, and it appeares from the serve error log that my hosting company was kind enough to send me that it may have something to do with my template. I am a Total Newbie and know next nothing about php works to figure this out.

    Someone Please HELP.

    This Is The email I Received From My Hosting Company (HostGator)

    I checked the error logs, and it looks like there's a problem with the configuration of zen cart:

    [Thu Mar 26 08:52:01 2009] [error] [client 70.130.193.64] Premature end of script headers: store_manager.php, referer: http://thrifty-int.com/shops/admin/store_manager.php

    I looked further into the matter, and found that the issue is caused by init_languages.php not opening the correct file:

    [email protected] [~/public_html/shops/admin]# php store_manager.php
    X-Powered-By: PHP/5.2.8
    Set-Cookie: zenAdminID=6c72b3c3e6d885e8b9f020aa6e487e93; path=/; domain=thrifty-int.com
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Content-type: text/html

    <br />
    <b>Warning</b>: include(includes/languages/english/) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php</b> on line <b>34</b><br />
    <br />
    <b>Warning</b>: include(includes/languages/english/) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php</b> on line <b>34</b><br />
    <br />
    <b>Warning</b>: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/languages/english/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php</b> on line <b>34</b><br />
    <br />
    <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php:34) in <b>/home/thrifty/public_html/shops/admin/includes/init_includes/init_templates.php</b> on line <b>36</b><br />
    <br />
    <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/thrifty/public_html/shops/admin/includes/init_includes/init_languages.php:34) in <b>/home/thrifty/public_html/shops/admin/includes/functions/general.php</b> on line <b>21</b><br />

    I appended the language=en option to the URL you provided, and it works:

    http://thrifty-int.com/shops/admin/s...er?language=en

    However, this has not resolved the issue. There is an underlying problem with the way zen cart is configured, and you'll need to contact the zen cart support forums for further assistance.

    Thanks In Advance
    Thrifty
    Bob
    [email protected]
    That has nothing to do with the template. My cherry zen template does not affect the admin in any way shape or form.

 

 

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