Page 98 of 305 FirstFirst ... 488896979899100108148198 ... LastLast
Results 971 to 980 of 3042
  1. #971
    Join Date
    Oct 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Jettrue, is it possible that you will make your template compatible with ImageHandler? I made few clean instalations and it looks like this template make an errors. Or by the way, is any other way to manage of image on ZC (not using ftp)? I went through many posts on forum but it looks that it is weak side of ZC that someone cannot easy manege with images.
    Thank you
    Braad

  2. #972
    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 braad View Post
    Jettrue, is it possible that you will make your template compatible with ImageHandler? I made few clean instalations and it looks like this template make an errors. Or by the way, is any other way to manage of image on ZC (not using ftp)? I went through many posts on forum but it looks that it is weak side of ZC that someone cannot easy manege with images.
    Thank you
    Braad
    I use this template with Image Handler with no issues, as far as I know, there isn't anything in this template stopping image hander.... what is the issue?

  3. #973
    Join Date
    Jul 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    how do i take this off?? .......To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/

    and also i can't change the bg color i got the middle to change but the main background is still white


    one last thing lol how to i put my site name in the header


    please help and thank you i love the template

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

    Default Re: Leading space on Contact Us page

    Quote Originally Posted by hllight View Post
    Jade:
    I noticed that there is a leading space in front of the Store name on the Contact Us page. I checked the other sites that are using your template and all of them have the leading space.
    I searched for but could not find the appropriate file to remove the space. I thought it would be the includes/languages/english/contact_us.php file but no luck there.

    Got a fix?
    I don't see the leading space on my test site, but the store name has <address> and <strong> in front of it if you view the source, so you can style it with those tags in the css.

  5. #975
    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 urbnsoul View Post
    how do i take this off?? .......To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/

    and also i can't change the bg color i got the middle to change but the main background is still white


    one last thing lol how to i put my site name in the header


    please help and thank you i love the template
    Any text like that will be found in a language file. The easiest way to find out where text to change is, is to go to your admin, go to "Tools", "Developer Tool Kit". I always go down to the last form which is "Look-up in all files", choose an option from the drop down menu, and do a search for To overwrite your own logo and it will tell you where it is.

    If you want to change the body background color, you style that in the css in the body tag:

    body {background:#333333;}

    As for your site name in the header, do you mean in the browser title bar? That is also done in a language file, meta_tags.php I believe.

  6. #976
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Leading space on Contact Us page

    Jade:
    I have attached a small screen capture of what I am talking about on the "contact us" pages. I have pointed out the space on the capture from my site and shown captures from two other sites that I grabbed from other forum member's sites:





    H. Light
    Florida

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

    Default Re: Leading space on Contact Us page

    Quote Originally Posted by hllight View Post
    Jade:
    I have attached a small screen capture of what I am talking about on the "contact us" pages. I have pointed out the space on the capture from my site and shown captures from two other sites that I grabbed from other forum member's sites:





    That must be an IE only thing? I think I remember this issue from another thread... IE has some "auto" settings for certain tags.

    Try setting this in the css:

    address {padding:0;margin:0;}

  8. #978
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Leading space on Contact Us page

    Quote Originally Posted by jettrue View Post
    That must be an IE only thing? I think I remember this issue from another thread... IE has some "auto" settings for certain tags.

    Try setting this in the css:

    address {padding:0;margin:0;}
    This setting appears in the template_default/css/stylesheet.css
    The original setting was 0.5em. I made the change and it had no effect. Being in the graphics business, we notice little things like that. No biggie, one more small item that I am going to forget about. Not worth the effort.

    There does seem to be quite a few things that are very browser sensitive. It is going to be interesting when my site goes live.

    Thanks!
    H. Light
    Florida

  9. #979
    Join Date
    Jul 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Any text like that will be found in a language file. The easiest way to find out where text to change is, is to go to your admin, go to "Tools", "Developer Tool Kit". I always go down to the last form which is "Look-up in all files", choose an option from the drop down menu, and do a search for To overwrite your own logo and it will tell you where it is.

    If you want to change the body background color, you style that in the css in the body tag:

    body {background:#333333;}

    As for your site name in the header, do you mean in the browser title bar? That is also done in a language file, meta_tags.php I believe.
    thanks u rawk

  10. #980
    Join Date
    Mar 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    That is a very odd issue, but if hllight's post just beneath yours also pertains to you:



    If you tried to remove "Gift Certificate" and "Discount Coupons" (or any sections) from includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php, put it back to the original.

    Then go to your admin, go to "Modules", "order total" and turn off the modules there, and those items will remove themselves.

    Now, if you want to use "Gift Certificate" and "Discount Coupons", but just don't want them from the menu, be sure to remove ONLY the relevant code:
    Code:
    <?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?><li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li>
          <?php } ?><?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?><li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
          <?php } ?>
    Its confusing because of the way I formatted the code, will fix that in my next release. But remember that the <?php } ?> comes after the section you're removing, not before.
    The alignment in Firefox is ok but for IE still remain the same. The text in the upper left of the page is still there.

    http://peg2u.com/catalogue/index.php?main_page=about_us
    Last edited by dolzer; 4 Jul 2007 at 04:23 AM.

 

 

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