Page 20 of 54 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 535
  1. #191
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi again (o patient one!)

    Ok - so maybe I'm having a really blond day, but my includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css is as per my previous post, and I don't appear to have the section that you have described. (and I'm pretty sure that it matches the one that I downloaded as part of the mod)

    (Clearly I'm looking at something really really wrongly)

    sorry - could you just have a look at my file again?

  2. #192
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Green333 View Post
    Hi again (o patient one!)

    Ok - so maybe I'm having a really blond day, but my includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css is as per my previous post, and I don't appear to have the section that you have described. (and I'm pretty sure that it matches the one that I downloaded as part of the mod)

    (Clearly I'm looking at something really really wrongly)

    sorry - could you just have a look at my file again?
    This is the stylesheet for the footer menu:

    Code:
    #footer {
    	margin: 0 auto;
    	text-align: left;
    	background: url(../images/footer_bg.gif);
    	width: 960px;
    	height:112px;
    	clear:both;
    	}
    #navSuppWrapper {
    	margin: 10px 5px 10px;
    	padding: 0;
    	background:none;
    	color: #444;
    	width:100%;
    	}	
    #navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
    #navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
    #navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    #navSuppWrapper ul {margin:0;padding:0;list-style: none;}
    #navSuppWrapper li {margin:0;padding:0;}
    #navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
    #navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    .menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
    .first, .second, .third {border-right:1px dotted #000;}
    #siteinfoLegal {
       margin:0 auto;
    	padding: .5em 0 0;
    	font-size: 0.9em;
    	text-align:center;
    	width:100%;
    	line-height:normal;
    	clear:both;
    }
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
    #siteinfoLegal a:hover {color: #000;background: #EAC27C;}

  3. #193
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thank you for the code! that has fixed the font colour - and I didn't have to modify it at all. (still not sure why the file I downloaded differed?)

    However - the columns have now enlarged (height & length) thus pushing the footer menu off the page (my site is www . p a r t y k i t n k a b o o d l e.com.au)

    Could you please have a look?

    Thanks (promise I won't bother you after this )

  4. #194
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Green333 View Post
    Thank you for the code! that has fixed the font colour - and I didn't have to modify it at all. (still not sure why the file I downloaded differed?)

    However - the columns have now enlarged (height & length) thus pushing the footer menu off the page (my site is www . p a r t y k i t n k a b o o d l e.com.au)

    Could you please have a look?

    Thanks (promise I won't bother you after this )
    Change the highlighted portions to fit your template.

    #footer {
    margin: 0 auto;
    text-align: left;
    background: url(../images/footer_bg.gif);
    width: 960px;
    height:112px;

    clear:both;
    }
    #navSuppWrapper {
    margin: 10px 5px 10px;
    padding: 0;
    background:none;
    color: #444;
    width:100%;
    }
    #navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
    #navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
    #navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    #navSuppWrapper ul {margin:0;padding:0;list-style: none;}
    #navSuppWrapper li {margin:0;padding:0;}
    #navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
    #navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    #navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
    .menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
    .first, .second, .third {border-right:1px dotted #000;}
    #siteinfoLegal {
    margin:0 auto;
    padding: .5em 0 0;
    font-size: 0.9em;
    text-align:center;
    width:100%;
    line-height:normal;
    clear:both;
    }
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
    #siteinfoLegal a:hover {color: #000;background: #EAC27C;}

  5. #195
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    YAY!! it worked!! Thank you so much for taking time to helping me today, you are truly a champion!

  6. #196
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi There,

    I installed the Footer Mod which is exactly what I was after. SO thanks for a great mod.

    I one issue with it.

    IN the Information heading I have:

    BOX_INFORMATION_ABOUT_US

    This link originally didn't work.

    I applied the about us module and also made the recommended edit to the:

    includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

    This fixed the link but didn't fix the text as it still shows:

    BOX_INFORMATION_ABOUT_US

    If I do a search in Developers toolkit it's found in:

    includes/languages/english/extra_definitions/yodgee_template/footer_menu_defines.php

    Line #22 : Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');

    and

    includes/modules/sideboxes/yodgee_template/information.php

    Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');

    What would I need to edit to resolve this issue?
    That wasn't the plan!

  7. #197
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Muzz View Post
    Hi There,

    I installed the Footer Mod which is exactly what I was after. SO thanks for a great mod.

    I one issue with it.

    IN the Information heading I have:

    BOX_INFORMATION_ABOUT_US

    This link originally didn't work.

    I applied the about us module and also made the recommended edit to the:

    includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

    This fixed the link but didn't fix the text as it still shows:

    BOX_INFORMATION_ABOUT_US

    If I do a search in Developers toolkit it's found in:

    includes/languages/english/extra_definitions/yodgee_template/footer_menu_defines.php

    Line #22 : Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');

    and

    includes/modules/sideboxes/yodgee_template/information.php

    Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');

    What would I need to edit to resolve this issue?

    first make sure you have uploaded the following file from the about us mod.

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php

  8. #198
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Yup thats there.

    Code in it:

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: about_us.php v1.3 $
    */

    // this is used to display the text link in the "information" or other sidebox
    define('BOX_INFORMATION_ABOUT_US', 'About Us');

    ?>
    That wasn't the plan!

  9. #199
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Muzz View Post
    Yup thats there.

    Code in it:

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: about_us.php v1.3 $
    */

    // this is used to display the text link in the "information" or other sidebox
    define('BOX_INFORMATION_ABOUT_US', 'About Us');

    ?>
    You can try the following:

    open includes/languages/english/extra_definitions/footer_menu_defines.php


    just above the following line of code you can add the about us define statement.

    define('BOX_INFORMATION_ABOUT_US', 'About Us');
    /*BOF Menu Column 1 link Definitions*/

  10. #200
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi Clyde Jones,

    I tried adding the line of code as suggested:

    Define('BOX_INFORMATION_ABOUT_US', 'About Us');

    where suggested in the file but no luck.

    I also assumed you meant inside my template folder.

    includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php

    Unfortunately, no go
    That wasn't the plan!

 

 
Page 20 of 54 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 130
    Last Post: 1 Jun 2025, 02:18 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  4. adding links to top menu and footer menu
    By satrina in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2012, 10:17 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 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