Page 73 of 326 FirstFirst ... 2363717273747583123173 ... LastLast
Results 721 to 730 of 3251
  1. #721
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Remove .attribImg from this long line in the css.

    Code:
    #cartProdTitle,.centeredContent,TH,#cartEmptyText,#cartBoxGVButton,#cartBoxEmpty,#cartBoxVoucherBalance,#navCatTabsWrapper,#navEZPageNextPrev,#bannerOne,#bannerTwo,#bannerThree,#bannerFour,#bannerFive,#bannerSix,#siteinfoLegal,#siteinfoCredits,#siteinfoStatus,#siteinfoIP,.center,.cartRemoveItemDisplay,.cartQuantityUpdate,.cartQuantity,.cartTotalsDisplay,#cartBoxGVBalance,.leftBoxHeading,.centerBoxHeading,.rightBoxHeading,.productListing-data,.accountQuantityDisplay,.ratingRow,LABEL#textAreaReviews,#reviewsInfoDefaultProductImage,#productReviewsDefaultProductImage,#reviewWriteMainImage,.centerBoxContents,.specialsListBoxContents,.categoryListBoxContents,.additionalImages,.centerBoxContentsSpecials,.centerBoxContentsAlsoPurch,.centerBoxContentsFeatured,.centerBoxContentsBestSellers,.centerBoxContentsNew,.gvBal,.attribImg,#linksboxContent {
    text-align:center;
    }
    Wow! You are awesome!!!

    Thank you soooo much!!

    Matt

    Zen Cart and it's community are the best!!

  2. #722
    Join Date
    Mar 2007
    Posts
    56
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    About the box header images.

    Do you notice that they load slower than the rest of the page? They seem to load last, yet the header images at the top and teh center part load fast.

    It looks like header is first, center is second then side boxes load third.

    Is there a way the template can be made to load all at once or atleast, the header part and the side boxes first?

  3. #723
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Cherry Zen template & Return Authorization form..
    I am having display problem in Cherry Zen after return authorization is submitted. Clyde had a look and suggested I ask here. Test site is at:
    http://store.annron.com see how page is displayed after the form is submitted. Any suggestion?
    Thanks

  4. #724
    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 maraud View Post
    About the box header images.

    Do you notice that they load slower than the rest of the page? They seem to load last, yet the header images at the top and teh center part load fast.

    It looks like header is first, center is second then side boxes load third.

    Is there a way the template can be made to load all at once or atleast, the header part and the side boxes first?
    Do you notice this at my test site, www.cherryzen.jadetrue.com? Even when I clear my browsers cache, the load difference between images is negligible to my eyes. Browsers load images in the order they appear in the html. The sideboxes are the last section in the html, however I have no plans to change the order of the way the template is arranged, so I have no good suggestions. :-)

  5. #725
    Join Date
    Jan 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello. Like all before me, I agree that this is an awesome template. I have a question which has been hit around several times already here. I'm sure if I wasn't into my 12th hour with this stuff I would have the time and patience to search for it properly (or more properly). My long description is in a box at the very bottom of the details page. I'm not sure what I've done to do this. I would like the long descr. up to the right of the image just like the short one is on the list page. The part number and quantity can go just under the image (I swear it was like this at some point) or under the long description. Any help?
    Heres a link to an EXAMPLE....

  6. #726
    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 Veronika7747 View Post
    Cherry Zen template & Return Authorization form..
    I am having display problem in Cherry Zen after return authorization is submitted. Clyde had a look and suggested I ask here. Test site is at:
    http://store.annron.com see how page is displayed after the form is submitted. Any suggestion?
    Thanks
    I replied in the RMA thread, it is an issue with that mod...

  7. #727
    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 mugyver View Post
    Hello. Like all before me, I agree that this is an awesome template. I have a question which has been hit around several times already here. I'm sure if I wasn't into my 12th hour with this stuff I would have the time and patience to search for it properly (or more properly). My long description is in a box at the very bottom of the details page. I'm not sure what I've done to do this. I would like the long descr. up to the right of the image just like the short one is on the list page. The part number and quantity can go just under the image (I swear it was like this at some point) or under the long description. Any help?
    Heres a link to an EXAMPLE....
    I designed the template like that. However, you can open up includes/templates/cherry_zen/templates/tpl_product_info_display.php and move the description section wherever you'd like it. Or, you can simply delete that file from the server, if you'd like the original stock zen cart product layout.

  8. #728
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I replied in the RMA thread, it is an issue with that mod...
    hmm, when I switch to classic template, all seems fine....
    I'll keep looking

  9. #729
    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 Veronika7747 View Post
    hmm, when I switch to classic template, all seems fine....
    I'll keep looking
    I promise, its not the cherry zen template, it is an error in the module. The classic template is not a floating <div> based template like Cherry Zen is. The extra </div> is there even when you switch to classic template, but since the classic template is a simpler template, it does not break with the error. All "floating" based designs tend to be more finicky when there is a <div> issue. Believe me, I've seen it happen enough with this template to know what's going on.

    I don't have a site with the mod installed to test this fix, but I think if you change the last lines of tpl_returns_default.php from this:

    Code:
    </fieldset>
    <?php
      }
    ?>
    </div>
    </form>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    </div>

    to this:

    Code:
    </fieldset>
    </div>
    <?php
      }
    ?>
    </form>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    </div>
    The problem will go away. It is a matter of a misplaced </div>. Anyway, change that, and let me know if the issue goes away.

  10. #730
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I promise, its not the cherry zen template, it is an error in the module. The classic template is not a floating <div> based template like Cherry Zen is. The extra </div> is there even when you switch to classic template, but since the classic template is a simpler template, it does not break with the error. All "floating" based designs tend to be more finicky when there is a <div> issue. Believe me, I've seen it happen enough with this template to know what's going on.

    I don't have a site with the mod installed to test this fix, but I think if you change the last lines of tpl_returns_default.php from this:

    Code:
    </fieldset>
    <?php
      }
    ?>
    </div>
    </form>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    </div>

    to this:

    Code:
    </fieldset>
    </div>
    <?php
      }
    ?>
    </form>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    <br class="clearBoth" />
    </div>
    The problem will go away. It is a matter of a misplaced </div>. Anyway, change that, and let me know if the issue goes away.

    Thank you!! That move fixed it....

 

 

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