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

Hybrid View

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by justjoshenu View Post
    I have been avoiding posting, but I can't seem to find a solution so here it goes...

    My Search button acts very funny....

    1. The "search" image button is not overridden by the search button in the template package...

    2. I cannot get the search to just show up on top (in the navMain) and not in the lower part as well...I think it was coded this way, but can't be sure...

    Any suggestions?
    The zen cart search button defaults to just a default form submit button. On my test site I have the updated Css Buttons installed, so that is why it is using my custom button.

    You can override this function by opening up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php

    and make line 19 match line 17.

    As for the search, try making sure that in "Tools" "layout Boxes Controller", you have tpl_search_header.php OFF for the LEFT/RIGHT column status and ON for the header only.

  2. #2
    Join Date
    Aug 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    How to display the categories dropdown menu in the right sideboxes for this template?

    I am trying to get it to display the Categories drop down in the right sidebox as in the example, I cant find where that would be in the admin/layout box settings though.. can anyone point me to it?

    Thanks for this!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by geesler View Post
    How to display the categories dropdown menu in the right sideboxes for this template?

    I am trying to get it to display the Categories drop down in the right sidebox as in the example, I cant find where that would be in the admin/layout box settings though.. can anyone point me to it?

    Thanks for this!
    That's something I added separately, and will be adding to the download section soon.

  4. #4
    Join Date
    Aug 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Ahh thanks! Nice touch!

    On an unrelated question- looking right now for changing the pct display for the logo.gif... ? Thansk for the quick reply and great job with this!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by geesler View Post
    Ahh thanks! Nice touch!

    On an unrelated question- looking right now for changing the pct display for the logo.gif... ? Thansk for the quick reply and great job with this!
    pct display?

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by geesler View Post
    How to display the categories dropdown menu in the right sideboxes for this template?

    I am trying to get it to display the Categories drop down in the right sidebox as in the example, I cant find where that would be in the admin/layout box settings though.. can anyone point me to it?

    Thanks for this!
    I've added this to the download section:

    Category Drop Down Select Menu Sidebox

  7. #7

    Idea or Suggestion Re: Apple Zen Template Support Thread

    Jade,

    You have been a huge help and please let me preface my question with my willingness to support your great doings by making a contribution to your work. Please let me know how I can send you a monetary donation.

    My question is that I have been working on customizing your Apple Zen template and need some guidance in formatting. I have seen a difference in how the site is displayed using different internet browsers. Recently, I saw some issues with IE6. If you could please help me in correcting this issue, I would be greatly appreciative.

    Also, I know the contribution is not yours, but I added the login sidebox and it seems that the input fields are causing the display to act funny. There is a screenshot of it included. If you know how to adjust the size of the text fields, please let me know.

    Here are screen shots of the site when browsing IE6. The live site can be seen at http://www.gourmutts.com


    The store name is indented a bit from the address:



    The create account area is moved all the way down the page:


    The shipping radio buttons are not inline with the name of the method:


    The second step of the checkout process is moved to the bottom of the page as well:




    This is the sidebox of the login mod that the fields are too long:


    Thank you again!

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

    Default Re: Apple Zen Template Support Thread

    The screenshots are very helpful, but rather BIG. Would you mind resizing and saving over the really large one? Its really screwing with this page.

    Anyway, the first thing I notice, is that the login form fields are too wide. Try opening up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_login_box.php

    and change:

    size="24"

    to

    size="18"

    Not sure if that will solve that specific IE6 issue, but at least it will solve the wide forms.
    Quote Originally Posted by gourmutts View Post
    Jade,

    You have been a huge help and please let me preface my question with my willingness to support your great doings by making a contribution to your work. Please let me know how I can send you a monetary donation.

    My question is that I have been working on customizing your Apple Zen template and need some guidance in formatting. I have seen a difference in how the site is displayed using different internet browsers. Recently, I saw some issues with IE6. If you could please help me in correcting this issue, I would be greatly appreciative.

    Also, I know the contribution is not yours, but I added the login sidebox and it seems that the input fields are causing the display to act funny. There is a screenshot of it included. If you know how to adjust the size of the text fields, please let me know.

    Here are screen shots of the site when browsing IE6. The live site can be seen at http://www.gourmutts.com


    Thank you again!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by gourmutts View Post
    Here are screen shots of the site when browsing IE6. The live site can be seen at http://www.gourmutts.com
    Hi there, here are the answers to your other questions:

    The store name is indented a bit from the address:
    Not sure why it would do that, try defining the padding for the address tag, like this:
    ADDRESS {
    padding:0;
    margin:0;
    }


    The create account area is moved all the way down the page:
    That is addressed with this fix:
    http://www.zen-cart.com/forum/showpo...&postcount=315

    The shipping radio buttons are not inline with the name of the method:
    I think the fix above will also fix this.

    The second step of the checkout process is moved to the bottom of the page as well:
    Same fix.

    [/QUOTE]

  10. #10
    Join Date
    Apr 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I have tried uploading this templete and a few of the files will not upload the error message says:

    "was skipped because the old remote file could not be deleted"

    Am I trying to put this in the wrong place?? I'm just not sure what I'm doing wrong. This is the first template that I have tried and am getting a little flustrated with it. It can't be that hard

    Any help or suggestions would be just great.. thanks!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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