Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi, this is my first post here, firstly, I love this template, it works well for me.
    I am fairly new to Zen and have spent the last 2 weeks learning how over-rides, css and php are glued together.

    I do of course have a question, on my create account page, it works fine in Firefox and IE7, but in IE6 the form drops down below the sidebar when it is displayed. I have seen this issue on another Apple Zen site, but on other people's it seems to work OK.

    My Create Account Page is here

    Any clues would be greatly appreciated.

    Thanks

    Ian

  2. #2
    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 fattyh View Post
    Hi, this is my first post here, firstly, I love this template, it works well for me.
    I am fairly new to Zen and have spent the last 2 weeks learning how over-rides, css and php are glued together.

    I do of course have a question, on my create account page, it works fine in Firefox and IE7, but in IE6 the form drops down below the sidebar when it is displayed. I have seen this issue on another Apple Zen site, but on other people's it seems to work OK.

    My Create Account Page is here

    Any clues would be greatly appreciated.

    Thanks

    Ian
    This was addressed earlier in the thread, see post #315:

    http://www.zen-cart.com/forum/showpo...&postcount=315

  3. #3
    Join Date
    Mar 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    This was addressed earlier in the thread, see post #315:

    http://www.zen-cart.com/forum/showpo...&postcount=315

    Thanks, it's a school boy error! I started reading all the previous posts, but after about 2 hours I gave up, even though I have learned a huge amount. This is a really busy thread! I will search harder next time.

    My create account page is working now.

    Thanks again.

  4. #4
    Join Date
    Nov 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jade thx for the reply, I was unable to get a screenie of the issue, as the site took a turn for the worse.

    Unknowingly I had lost the ability to edit categories in admin I was getting a php error all the time, I dont know what was causing and I have posted on the forums, but as yet not one reply to it, so forced to start from scratch im affraid.

    I get you a pic soon.

  5. #5
    Join Date
    Nov 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Here we go jade, and again thx for your help.



    I have to work backwards now, and edit css from scratch from this forum.

  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 easypcs View Post
    Here we go jade, and again thx for your help.



    I have to work backwards now, and edit css from scratch from this forum.
    If you're talking about the height of each product row in the cart, that is because of two <br />'s after the quantity box.

    You'll have to open up includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default and find this section:

    <?php
    if ($product['flagShowFixedQuantity']) {
    echo $product['showFixedQuantityAmount'] . '<br /><span class="alert bold">' . $product['flagStockCheck'] . '</span><br /><br />' . $product['showMinUnits'];
    } else {
    echo $product['quantityField'] . '<br /><span class="alert bold">' . $product['flagStockCheck'] . '</span><br /><br />' . $product['showMinUnits'];
    }
    ?>

    and remove one or both of the <br />'s after the </span>. I'd do it in both places.

    As far as the remove button, it looks fine to me?

  7. #7
    Join Date
    Jun 2006
    Location
    Phoenix, AZ
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Jade, I have to echo the compliments to this design. It's really, really nice.

    Thank you for taking the time to make such a clean and well thought out template, and for helping everyone use it. I got mine running without any trouble at all. (Yay)

    Here are a couple questions I didn't see anwsered yet.


    1. How would I manipulate the CSS to make the site a fixed width, in pixels?

    I'm using a flash header (rotating through various products), and I'd really like it to have it fill the whole top, without the width of the site being variable at all.

    2. I added the flash header alright (in a header.php file) but the logo still shows up below the flash in IE. (But not in FireFox). (Basically, a big flash header with the logo beneath)

    How would I kill this logo image the best? Or, would it work just as fine to make the logo.gif a 1px X 1px transparent gif?


    Thank you very much, and again, your template has made the complete rebuild of my site worthwhile.

  8. #8

    Default Re: Apple Zen Template Support Thread

    https://www.modesty-matters.com/stor...ain_page=login

    This page also has alignment that is off....
    Amy

 

 

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