Page 63 of 305 FirstFirst ... 1353616263646573113163 ... LastLast
Results 621 to 630 of 3042
  1. #621
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hello Jade

    I know that this is not the place to post this kind of message but I've been trying to contact you via e-mail and didn't recieved any response. I'm thinking that there may be a kind of problem with my mail aderess. If thats the case, tell me. ([email protected])

    Guilherme

  2. #622
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Tried both pages right now, both in IE6 and Firefox, i enter login/pword click login and I end up back at the same login page
    I had this problem last week after updating the htaccess but didn't realize it was caused by this so I redid the site all over again

  3. #623

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    That's probably due to the IH2 (Image Handler) mod that you're using. I believe this is the correct fix for that issue:

    http://www.zen-cart.com/forum/showpo...4&postcount=24
    That did it! Thanks :) Such a relief to have that fixed...
    Amy

  4. #624
    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 jettrue View Post
    Did you update admin/includes/configure.php?

  5. #625
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Did you update admin/includes/configure.php?
    I hadn't done that now that I did it works like a charm

    Thank you so much!!!!!!

  6. #626
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Template Support Thread

    Two Questions:

    1) I am working in tpl_search.php to change the quicksearch to use em's for form width so this zooms in/out like the rest of the site. I have that working... however, I cannot seem to get it to center...? Ideas? Even at 100% I have either a pad or margin on left.

    2) ZenCart is cool in that it is very moddable and user adjustable. But it really isn't that efficient code wise. Very heavy on server side scripting as you know. SO... I was wondering if you know of any tools that would let you "publish" an optimized site to eliminate some of the excessive scripting?

    This probably wouldn't be a big issue on a dedicated server, but most of us zenners use 'affordable' hosting. Very interested in your thoughts on this.

  7. #627
    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 chadderuski View Post
    Two Questions:

    1) I am working in tpl_search.php to change the quicksearch to use em's for form width so this zooms in/out like the rest of the site. I have that working... however, I cannot seem to get it to center...? Ideas? Even at 100% I have either a pad or margin on left.

    2) ZenCart is cool in that it is very moddable and user adjustable. But it really isn't that efficient code wise. Very heavy on server side scripting as you know. SO... I was wondering if you know of any tools that would let you "publish" an optimized site to eliminate some of the excessive scripting?

    This probably wouldn't be a big issue on a dedicated server, but most of us zenners use 'affordable' hosting. Very interested in your thoughts on this.
    1) What browser are you looking at the site with? In firefox it looks fairly centered, though I see that its a tad to the right. You could try changing the form,select section to something like this:
    FORM, SELECT {
    display:inline;
    font-size:1em;
    margin:0.5em 0.7em 0.5em 0.3em;
    }

    However in IE, the search box isn't resizing at all. I'm not really sure why, will look into that later.

    There's also an issue with your logo in IE, since you commented out the width:19.1em, also comment out width:100% for the logo.

    2) I have absolutely positively no idea about any of that... that sounds like a good question in the general forum. I have to say though that I don't feel that "affordable" hosting should automatically equate to "slow" hosting.

  8. #628
    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 chadderuski View Post
    Two Questions:

    1) I am working in tpl_search.php to change the quicksearch to use em's for form width so this zooms in/out like the rest of the site. I have that working... however, I cannot seem to get it to center...? Ideas? Even at 100% I have either a pad or margin on left.

    To get this to zoom in IE... try giving the form a percentage width instead of em. That seems to work for me.

  9. #629
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Apple Zen Template Support Thread

    Thanks for the heads up on the logo. I went in and gave the logo's dimension in header.php and that seemed to work. I don't want the logo to zoom. I have more work to do in the header, but later.

    Working on Mac 0S 10.3.9 + firefox 2 at work. Don't always have time to check the site on another machine here at work. There is a site where you can submit your url to and it will take a snapshot of your site in how ever many browsers you want to test in... but can't seem to recall where that is at the moment. Paid feature though.

    Your suggest got me on track. This actually works well, and looks great in Safari and Netscape as well (even worked in IE 5.2, but everything else broke!):

    FORM, SELECT {
    display:inline;
    font-size:1em;
    margin:0.5em 1% 0.5em 1%;
    }

    I seem to recall somewhere that certain elements in IE don't like ems...

    Here is a great link on styling forms for any interested:

    http://www.456bereastreet.com/archiv...form_controls/

    Thanks for the help!

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

    Default Re: Apple Zen Template Support Thread

    I've updated the template (yes again)!

    Due to popular demand, I have added a second Layout style for this Template, it is called the "Narrow Header" version. It's header section is the same width as the main content, and there is a drop shadow down the full length of the sides. Here is a screenshot of what it should look like:

    http://www.zencart137.jadetrue.com/i...row_header.gif

    The default design of the template will still be as seen on my example site:
    http://www.zencart137.jadetrue.com, but I've made it easy to switch back and forth between the two. All you need to do is open your stylesheet (includes/templates/apple_zen/css/stylesheet.css) and simply follow the instructions near the top of the page.

    Oh, and I also updated additions_to_.htaccess (I made an error before, this should be easier to use).

    Updates to includes/templates/apple_zen/common/tpl_drop_menu.php, includes/templates/apple_zen/common/tpl_header.php, includes/templates/apple_zen/css/stylesheet.css, includes/templates/apple_zen/css/stylesheet_header_menu.css.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 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

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