Page 19 of 305 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 3042
  1. #181
    Join Date
    Aug 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Got it! Worked like charm.

    1 more request, I looked in tpl_drop_menu.php and wanted to add "ebay" in the menu but i dont understand those drop down menu. So what do i do?

  2. #182
    Join Date
    Feb 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi!

    You can hardcode the phpbb forum link (without using PHP) like this:

    Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and lets say you want the forum link to show up after CONTACT US. This is what the contact us link and the following forum link would look like.

    Code:
    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
    <li class="submenu"><a href="http://www.yourforumlinkhere.com/">FORUM</a></li>
    for some reason when I do this the words shoppping cart drop down or droup down See below



    Any idea what is causing this.
    THANX
    MITCHcecg
    Last edited by mitchcecg; 22 Feb 2007 at 04:03 AM.

  3. #183
    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 mitchcecg View Post
    for some reason when I do this the words shoppping cart drop down or droup down See below



    Any idea what is causing this

    THANX
    MITCHcecg
    It may be a tad too wide. Try changing the padding for "div#dropMenu li a" in includes/templates/your_template/css/stylesheet_header_menu.php. Changing the left and right to 1.8em may help the spacing, like this:

    div#dropMenu li a {display: block; padding: .6em 1.8em .6em 1.8em;......

  4. #184
    Join Date
    Aug 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I need help on fix this logo.gif issue. When restore down, the logo.gif get scroll. How do i avoid having the scorll on the logo.gif

    Also there a border at the end of header menu by the "ebay". I want it take off as it is the end of menu just like the other side by "home".

    www.cws-mart.com

  5. #185
    Join Date
    Feb 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It may be a tad too wide. Try changing the padding for "div#dropMenu li a" in includes/templates/your_template/css/stylesheet_header_menu.php. Changing the left and right to 1.8em may help the spacing, like this:

    div#dropMenu li a {display: block; padding: .6em 1.8em .6em 1.8em;......
    I have tried 1.8 and 1.6 it did not stop the drooping down.
    Any other ideas would be appreciated

    THANX
    MITCHcecg

  6. #186
    Join Date
    Feb 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Firstly I should say sorry for the droop down. It has somthing to do with the editor I was using when Front page saves the file it must cause a problem. I used notepad and made the same edit it works fine

    Thanks for the help

    MITCHcecg

  7. #187
    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 Tom_Ace View Post
    I need help on fix this logo.gif issue. When restore down, the logo.gif get scroll. How do i avoid having the scorll on the logo.gif

    Also there a border at the end of header menu by the "ebay". I want it take off as it is the end of menu just like the other side by "home".

    www.cws-mart.com
    To fix the logo gif issue, change:

    Code:
    #logoWrapperOuter {
    	margin:0 auto;
    	width:100%;
    	overflow:auto;
    	}

    to:


    Code:
    #logoWrapperOuter {
    	margin:0 auto;
    	width:100%;
    	overflow:hidden;
    	}

    For the ebay link, you can open up includes/templates/common/tpl_drop_menup.php and change the ebay link to (you don't need the <font color="white"></font>, it will be white anyway):

    <li class="ebayLink"><a href="http://search.ebay.com/_W0QQsassZchoku_wing_starQQhtZ-1" target="_blank">EBAY</a></li>

    then add this to the stylesheet_header_menu.css:

    .ebayLink a {border:none!important}

  8. #188
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    [quote=jettrue;332590]
    Quote Originally Posted by duxfield View Post

    Hi there,

    You now have two sections of #centerColumnOuter. I meant for you to REPLACE the older #centerColumnOuter, not ADD the one above. SO remove the second one and that will fix that issue.

    Can you please disable the right box totally, then I can see about that issue you mention.
    Hi Jade - I have removed the second instance of #centerColumnOuter but still have those border bits left. Also, I have disabled the right box totally as you requested and now the bottom border is up under the breadcrumb bar. If you can work out what I've done wrong it would be great. Thank you.

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

    Default Re: Apple Zen Template Support Thread

    [QUOTE=duxfield;333360]
    Quote Originally Posted by jettrue View Post

    Hi Jade - I have removed the second instance of #centerColumnOuter but still have those border bits left. Also, I have disabled the right box totally as you requested and now the bottom border is up under the breadcrumb bar. If you can work out what I've done wrong it would be great. Thank you.
    Can you be more specific about the "border bits" I'm not sure what you're referring to.

    The bottom bar is not under the breadcrumb bar in firefox, i bet its an IE6 thing. Try giving your image its exact dimensions when you enter it into the define pages editor box.

  10. #190
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jade - I've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:

    <html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>

    Thanks alot.
    Attached Images Attached Images  

 

 

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