Page 69 of 305 FirstFirst ... 1959676869707179119169 ... LastLast
Results 681 to 690 of 3042
  1. #681
    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 nrg77 View Post
    Ok, so if I were to change it to fix width, do I simply replace all instances of the "width:**em" to "width:770px"? Would that do it or is there something else I would need to modify?

    Thank you..
    You'd need to change font sizes to px too, and basically anywhere that is sized with em's. But then you'd lose the coolness of the site looking the same even if font is resized (sideboxes run out of space, menus run out of space, etc.). Yes things are a little larger in IE... but its all relative. Your customers will probably not be comparing browser to browser side by side.

  2. #682
    Join Date
    May 2007
    Posts
    181
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You'd need to change font sizes to px too, and basically anywhere that is sized with em's. But then you'd lose the coolness of the site looking the same even if font is resized (sideboxes run out of space, menus run out of space, etc.). Yes things are a little larger in IE... but its all relative. Your customers will probably not be comparing browser to browser side by side.

    Ok, to spill the guts...The reason for this is because the LOGO I made at the top has graphics on the right side, so if it is in IE,FF..etc, the LOGO is not displayed properly as it moves to the left with a gap on the right due to it being smaller in those browsers....

    Unless there is a good way to go around that, I would have no choice but to make it fix width...Dont' get me wrong, I would much rather it be liquid but LOGO is important in my case.

    Thanks...

  3. #683
    Join Date
    Apr 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi jettrue!

    The help you gave me last time was perfect! But I got another problem now!

    My header is perfect in Mozilla Firefox but has a strange red line in IE,

    see http://winkel.smileysmart-grow.nl/

    How could this be? Css?( I did change some of the settings from em to px)

  4. #684
    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 nrg77 View Post
    Ok, to spill the guts...The reason for this is because the LOGO I made at the top has graphics on the right side, so if it is in IE,FF..etc, the LOGO is not displayed properly as it moves to the left with a gap on the right due to it being smaller in those browsers....

    Unless there is a good way to go around that, I would have no choice but to make it fix width...Dont' get me wrong, I would much rather it be liquid but LOGO is important in my case.

    Thanks...
    I would need to see the website to offer some suggestions. Also, if you upload a larger than needed image for the logo, and specify its width in em's as the original logo with the template is done, the logo will resize with the site.

  5. #685
    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 axip View Post
    Hi jettrue!

    The help you gave me last time was perfect! But I got another problem now!

    My header is perfect in Mozilla Firefox but has a strange red line in IE,

    see http://winkel.smileysmart-grow.nl/

    How could this be? Css?( I did change some of the settings from em to px)
    That could be the read from your top and your black from the bottom showing through a little gap between the two.

    In your tpl_header.php, try removing the:

    <div class="clearBoth"></div>

    right before:

    <!--eof-branding display-->

  6. #686
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jade

    Firt of all let me thank you for the fantastic work that you done creating this template and the time spent for all of us to have a great looking site. Please let know how can I make a contribution to your effort.

    But, one more question...

    Where can I find a real good css colour chart? I've been using the one from somacon.com, but I would like to have more "degree" of colous in the same family. The grays are fine but on the others they go from too light to too dark

    Thanks in advance

    Guilherme

  7. #687
    Join Date
    Apr 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    That could be the read from your top and your black from the bottom showing through a little gap between the two.

    In your tpl_header.php, try removing the:

    <div class="clearBoth"></div>

    right before:

    <!--eof-branding display-->
    I tried this. None change at all.

    The strange thing is the problem only occurs in IE and not in Firefox

  8. #688
    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 cigarp View Post
    Hi Jade

    Firt of all let me thank you for the fantastic work that you done creating this template and the time spent for all of us to have a great looking site. Please let know how can I make a contribution to your effort.

    But, one more question...

    Where can I find a real good css colour chart? I've been using the one from somacon.com, but I would like to have more "degree" of colous in the same family. The grays are fine but on the others they go from too light to too dark

    Thanks in advance

    Guilherme
    Hi!

    This is kind of a neat color picking tool... it also can show you complimentary colors, analogic, monochromatic, etc.

    http://www.steeldolphin.com/color_scheme.html

    As for a donation, its really not required, but thanks. Instead make a donation to zen cart if you haven't already.

  9. #689
    Join Date
    Aug 2006
    Posts
    34
    Plugin Contributions
    0

    Default Help needed on this error I am getting in checkout

    So I have almost everything the way I want it and went to do a test order and I am getting this message:

    Fatal error: Call to undefined function: in_special_checkout() in /homepages/26/d164447903/htdocs/includes/templates/apple_zen/templates/tpl_checkout_payment_default.php on line 50

    I opened up tpl_checkout_payment_default.php and on line 50 I have this:


    49 <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    50 if (!$payment_modules->in_special_checkout()) {
    51 // ** END PAYPAL EXPRESS CHECKOUT ** ?>

    Anybody know what I can do to make this go away? I do not take paypal if that's any clue only credit cards.

    Any help would be much appreciated!!

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

    Default Re: Help needed on this error I am getting in checkout

    Quote Originally Posted by tomato View Post
    So I have almost everything the way I want it and went to do a test order and I am getting this message:

    Fatal error: Call to undefined function: in_special_checkout() in /homepages/26/d164447903/htdocs/includes/templates/apple_zen/templates/tpl_checkout_payment_default.php on line 50

    I opened up tpl_checkout_payment_default.php and on line 50 I have this:


    49 <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    50 if (!$payment_modules->in_special_checkout()) {
    51 // ** END PAYPAL EXPRESS CHECKOUT ** ?>

    Anybody know what I can do to make this go away? I do not take paypal if that's any clue only credit cards.

    Any help would be much appreciated!!
    What version of zen cart are you using? In the readme.txt, I give instructions for people who are using a version prior to 1.3.7. That message leads me to believe that you aren't using 1.3.7.

 

 

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