Page 285 of 326 FirstFirst ... 185235275283284285286287295 ... LastLast
Results 2,841 to 2,850 of 3251
  1. #2841
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    When clicking on a product image to show the larger image the image inside the popup window is partially hidden at the bottom of the popup window frame. While the frame can be pulled down by the customer to show the entire image where can this be adjusted to show the complete image centered in the popup window frame without this extra step?

    This question has been asked in this thread but was never addressed.

    Thanks!
    Does anyone happen to have a solution to this?

  2. #2842
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Earnest-Enterprises View Post
    Does anyone happen to have a solution to this?
    I experience the same issue with all the popup images and have not found a solution. I have also seen this on other sites using this template. I tested with other templates and the issue does not occur, so I can confirm it's definitely something in cherry zen template relating to image popup.
    Last edited by Crunch; 16 Dec 2009 at 04:41 PM.

  3. #2843
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks for the reply, Crunch. I suspect it's in the stylesheet.css somewhere and probably a very easy fix. I'm just not sure where it's at. I've looked but at this point it isn't that serious of an issue and I don't want to make any adjustments I'm not too sure about.

  4. #2844
    Join Date
    Jun 2005
    Posts
    19
    Plugin Contributions
    0

    Default Layout boxes float to bottom

    Can someone take a look at http://www.williamsstore.com/market/index.php and see why my layout boxes align to the bottom instead of the top? I hope to take this site live soon.

  5. #2845
    Join Date
    May 2008
    Location
    Lowestoft, Suffolk UK
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello
    what have i done to my home page in Internet Expolorer 7. Please Help All the other pages look fine if you click the links

    http://angel-imagery-shop.inkies.co.uk/

    Thanks
    Last edited by Inkies; 31 Dec 2009 at 05:59 PM.

  6. #2846
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Inkies View Post
    Hello
    what have i done to my home page in Internet Expolorer 7. Please Help All the other pages look fine if you click the links

    http://angel-imagery-shop.inkies.co.uk/

    Thanks
    All I see is the standard Green Template, did you change it?
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  7. #2847
    Join Date
    May 2008
    Location
    Lowestoft, Suffolk UK
    Posts
    21
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    yes i changed it as someone said try to see what it looked like in classic. i have now changed it back
    Thanks

  8. #2848
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Crunch View Post
    I experience the same issue with all the popup images and have not found a solution. I have also seen this on other sites using this template. I tested with other templates and the issue does not occur, so I can confirm it's definitely something in cherry zen template relating to image popup.
    I don't have an answer for you, but look into ZenLightbox
    http://www.zen-cart.com/index.php?ma...roducts_id=273

    Which opens the image with Litebox and a shadowed background. Very cool and worth the install.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  9. #2849
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Inkies View Post
    yes i changed it as someone said try to see what it looked like in classic. i have now changed it back
    Thanks
    It's been a while since I worked with this template, but I experienced something similar. Looks like a stylesheet issue.

    I don't remember exactly, but check carefully the settings in your stylesheet.css for the template width.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  10. #2850
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Stuff4Toys View Post
    It's been a while since I worked with this template, but I experienced something similar. Looks like a stylesheet issue.

    I don't remember exactly, but check carefully the settings in your stylesheet.css for the template width.
    JOhn ><>
    Look Here, this worked for a site I did a while back.

    /*wrappers - page or section containers*/
    #nw {
    text-align:left;
    vertical-align:top;
    margin:0 auto;
    }
    #headerWrapper {
    float:left;
    width:100%;
    }
    #navMainWrapper {
    height:32px;
    width:100%;
    font-size:12px;
    }
    #logoWrapper {
    width:auto;
    }
    #logo {
    float:left;
    padding-left:0px;
    text-align:center;
    }
    #taglineWrapper {
    width50%;
    float:right;
    }
    #tagline {
    font-size:1.1em;
    text-align:center;
    padding:25px 8px 35px;
    }
    #navEZPagesTop {
    width:auto;
    padding:7px 0;
    }
    #navEZPagesTop a {
    padding:0 8px;
    }
    #contentMainWrapper {
    line-height:1.4;
    min-height: 100%;
    }
    #contentMainWrapperb {
    min-height: 100%;
    }
    * html #contentMainWrapper {
    height: 100%;
    }
    .outer {
    padding-left: 165px; /* Same width as margin-left for the float-wrap div */
    padding-right: 165px; /* Our right column width */
    }
    .inner {
    width: 100%;
    }
    .float-wrap {
    float: left;
    width: 97%;
    margin-left: -165px; /* Same length as .outer padding-left but with negative value */
    }
    #content {
    float: right;
    margin-right: -165px; /* Same length as .outer padding-left but with negative value */
    width: 100%;
    line-height:1.6;
    position: relative; /* IE needs this */
    }
    .contentWrap {
    padding: 5px 0 5px 5px;
    }
    #navColumnOne {
    float: left;
    position: relative; /* IE needs this */
    }
    #navColumnTwo {
    float: right;
    margin-right: -165px; /* This negative margin-right value is in this example the same as the right column width. */
    position: relative; /* IE needs this */
    }
    * html #navColumnTwo {
    margin-right: -170px !important; /* Fixes IE6 Issue */
    }
    /* end wrappers - page or section containers*/
    Newest Site: ChargerPros - Stuff4Toys

 

 

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