Page 1 of 3 123 LastLast
Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Checkout w/Empty Cart

    Quote Originally Posted by jettrue View Post
    Whenever that happens, that means there is a missing closing div somewhere. Not too long ago I replied to someone else that had the same issue. See if this helps:

    http://www.zen-cart.com/forum/showpo...&postcount=137
    The code on my tpl_time_out_default is the same as above, which is the stock template in the template_default folder. I get the same error when clicking on checkout in the header without any content in the cart and there aren't any missing<div> or </div> tags.

    There isn't a checkout link in the classic template without going through the shopping cart so I can't compare, but is there a way to write a function like "if shopping cart contents=0 then checkout link redirects to homepage(or some other page), if shopping cart contents= >0 then link goes to checkout"? It seems as if having a link to checkout with nothing in the cart breaks the template. Perhaps a function could be written to only show the checkout link in the header if there are items in the cart?

    Matt

  2. #2
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Adding image handler

    jettrue, did you have trouble adding Image Handler 2 to this template? Everything installed good and there is a little + in the images but when I mouse over them I get no pop out? Thanks!

  3. #3
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Adding image handler

    Quote Originally Posted by oxicottin View Post
    jettrue, did you have trouble adding Image Handler 2 to this template? Everything installed good and there is a little + in the images but when I mouse over them I get no pop out? Thanks!
    I haven't had any conflicts using IH2 with this template.

    Matt

  4. #4
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Love this template! It's one of the best I've used so far.

    Question....

    I have added the bettercategoriesEZinfo mod and it works great with one exception... the padding on the left of the sideboxes.

    I found the CSS code and was able to correct it for the category sideboxes, but can't seem to adjust it for the Information, More Information or EZ pages sideboxes. I need the padding to be 5px instead of 10px.

    If you can tell me what I need to add or where I can adjust, I'd really appreciate the help.

    Thanks!
    I'll finish that project tomorrow, I've made enough mistakes today!

  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 Boggled View Post
    Love this template! It's one of the best I've used so far.

    Question....

    I have added the bettercategoriesEZinfo mod and it works great with one exception... the padding on the left of the sideboxes.

    I found the CSS code and was able to correct it for the category sideboxes, but can't seem to adjust it for the Information, More Information or EZ pages sideboxes. I need the padding to be 5px instead of 10px.

    If you can tell me what I need to add or where I can adjust, I'd really appreciate the help.

    Thanks!
    check .sideBoxContent, and ul, ol


    Hope that helps!

  6. #6
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    check .sideBoxContent, and ul, ol


    Hope that helps!

    That worked perfect!

    One more question

    I widened the left sidebox to 165px (image too).

    I need to increase the padding between the left sideboxes and the centerbox contents. The centerboxes are now off center (to the left) and the text is too close to the edge of the left side column.

    I've tried changing two or three things in the CSS file that 'looked right' but it didn't work. I know this is another one of those simple changes I'm just over looking.

    I added a screenshot to show what I'm talking about on the centerbox part.
    Attached Images Attached Images  
    I'll finish that project tomorrow, I've made enough mistakes today!

  7. #7
    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 Boggled View Post
    That worked perfect!

    One more question

    I widened the left sidebox to 165px (image too).

    I need to increase the padding between the left sideboxes and the centerbox contents. The centerboxes are now off center (to the left) and the text is too close to the edge of the left side column.

    I've tried changing two or three things in the CSS file that 'looked right' but it didn't work. I know this is another one of those simple changes I'm just over looking.

    I added a screenshot to show what I'm talking about on the centerbox part.
    Since you changed all instances of 150px to 165px, you need to adjust the paddings by 15px as well.

    For example, here is the original .outer:

    .outer {
    padding-left: 165px; /* Same width as margin-left for the float-wrap div */
    padding-right: 150px; /* Our right column width */
    }

    If you changed your padding-right:above to 165px, then you also need to increase padding-left from 165px to 180px.

    There are three instances of 165 that need to be 180.

  8. #8
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Adding image handler

    Quote Originally Posted by oxicottin View Post
    jettrue, did you have trouble adding Image Handler 2 to this template? Everything installed good and there is a little + in the images but when I mouse over them I get no pop out? Thanks!
    Nope, I had no problems at all. Were you sure to upload all the files for image handler? Did you make sure the hover is turned on in "Configuration", "Images"?

  9. #9
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Adding image handler

    Quote Originally Posted by jettrue View Post
    Nope, I had no problems at all. Were you sure to upload all the files for image handler? Did you make sure the hover is turned on in "Configuration", "Images"?
    What setting in configuration/images do I need to set? I never did that in my other website.... It never even stated in the read me file

    Thanks!

  10. #10
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Adding image handler

    Quote Originally Posted by oxicottin View Post
    What setting in configuration/images do I need to set? I never did that in my other website.... It never even stated in the read me file

    Thanks!
    Well, I did not design the IH2 contribution, so I have absolutely no control over what goes into it's readme file. However, if you GO to configuration/images, and read some of the options, you'll see one of them is this:

    IH zoom small images

    Make sure it is set to yes.

    Beyond that, please see the IH2 thread for support. This template has no way to "stop" image handler if all the files are installed correctly. AGAIN, make sure ALL FILES are uploaded to the RIGHT FOLDERS. Remember that now that you are using a new template, you'll have to also upload the includes/templates/jscript and includes/templates/css and includes/templates/popup_image_additional files for image handler to the correct cherry_zen folder.

 

 
Page 1 of 3 123 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