Page 167 of 305 FirstFirst ... 67117157165166167168169177217267 ... LastLast
Results 1,661 to 1,670 of 3042
  1. #1661
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by marcelo63 View Post
    This issue is only in IE 7. I do not see on FF 2 o FF3
    Whe Additional image are present (again issue in IE)

    Second Issue
    I have severly modified your template and I have left a "space" below drop Menu. This replicate on all the site, just below the black Header drop menu background and on top of center white column
    I would like that portion = 0px

    Jade :thumbsup, Thank You!
    First issue, open up includes/modules/YOUR_TEMPLATE/additional_images.php and change this:

    Code:
        $col_width = floor(100/$num_images);
      } else {
        $col_width = floor(100/IMAGES_AUTO_ADDED);
      }
    to this:

    Code:
        $col_width = floor(100/$num_images) -.5;
      } else {
        $col_width = floor(100/IMAGES_AUTO_ADDED) -.5;
      }
    Second issue:

    in your stylesheeet.css change this:

    Code:
    #contentMainWrapper {
    	width:71em;
    	margin:0 auto;
    	text-align:center;
    	position:relative;
    	top:2.18em;
    	}
    to this:

    Code:
    #contentMainWrapper {
    	width:71em;
    	margin:0 auto;
    	text-align:center;
    	position:relative;
    	top:1.4em;
    	}

  2. #1662
    Join Date
    Feb 2008
    Location
    Texas
    Posts
    10
    Plugin Contributions
    0

    image problem Re: Apple Zen Support Thread

    Hi, I'm using the Apple_Zen template for my new site and of course, I'm a Newbie . This thread and the tutorials have assisted me in doing so much this past week and I haven't had to ask not one question...until now.lol

    Was hoping maybe someone could tell me where to change the logo from a .gif to a .jpg. ?

    Many thanks in advance to those of you who take the time to respond.

  3. #1663

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by judygirl View Post
    Hi, I'm using the Apple_Zen template for my new site and of course, I'm a Newbie . This thread and the tutorials have assisted me in doing so much this past week and I haven't had to ask not one question...until now.lol

    Was hoping maybe someone could tell me where to change the logo from a .gif to a .jpg. ?

    Many thanks in advance to those of you who take the time to respond.
    /includes/languages/english/apple_zen/header.php is where the filename should be changed.

    includes/templates/apple_zen/images/ is where your logo should be located :)

    I hope this helps! A little learning at a time...you'll get there :)

  4. #1664
    Join Date
    Feb 2008
    Location
    Texas
    Posts
    10
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I looked there, I SWEAR!

    Thank you, that worked perfectly!

    And to think I wanted to be the first Newbie in the history of ZenCart to build my store without having to post a question. Silly me.

  5. #1665
    Join Date
    Jan 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    How might one edit the individual product pages so that huge cross reference info lists can go underneath the "add to cart" button. I want the customer to not be forced to scroll through it in order to check out, but I need the info on the page.

    Thanks.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Ralleh View Post
    How might one edit the individual product pages so that huge cross reference info lists can go underneath the "add to cart" button. I want the customer to not be forced to scroll through it in order to check out, but I need the info on the page.

    Thanks.
    I'm not sure what you mean by "huge cross reference lists", but you can edit the order of the product info page in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

  7. #1667
    Join Date
    Feb 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi,

    Great looking templates! I was just wondering how you would go about removing the entire nav bar that contains the EZPages1 : EZPages2 links. I did set the EZPage Display Status-Header bar to "0" in the Configuration->EZ Page Settings menu through the console, but it still displays on my page. Is there someplace else I need to go to remove this nave bar altogether? Thanks for your help.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jonjae View Post
    Hi,

    Great looking templates! I was just wondering how you would go about removing the entire nav bar that contains the EZPages1 : EZPages2 links. I did set the EZPage Display Status-Header bar to "0" in the Configuration->EZ Page Settings menu through the console, but it still displays on my page. Is there someplace else I need to go to remove this nave bar altogether? Thanks for your help.
    That's the way to do it. Confirm that it is indeed off.

  9. #1669
    Join Date
    Nov 2005
    Posts
    10
    Plugin Contributions
    0

    Default header stretch across entire page - 800 pixels

    Great template. Thanks

    Is there a way to have the logo stretch across the page? I have tried changing settings in the css and in tpl_header unsuccessfully.

    I have a header image that's 800 pixel wide

    Many thanks

  10. #1670
    Join Date
    Nov 2005
    Posts
    10
    Plugin Contributions
    0

    Default Re: header stretch across entire page - 800 pixels

    Quote Originally Posted by jc307 View Post
    Great template. Thanks

    Is there a way to have the logo stretch across the page? I have tried changing settings in the css and in tpl_header unsuccessfully.

    I have a header image that's 800 pixel wide

    Many thanks
    ======================
    FIXED. I kept a backup css file on server that was throwing it off. Problem resolved

    :-)

 

 

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