Page 17 of 54 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 535
  1. #161
    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 integrity_designs View Post
    Is there any way of moving the footer menu below the copyright etc?
    Kind Regards
    sure, open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

    find the following:

    Code:
    <div id="footer">
    
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <!--BOF footer menu display-->
    <?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
    <!--EOF footer menu display-->
    </div>
    <!--eof-navigation display -->
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    and replace with this:

    Code:
    <div id="footer">
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <!--BOF footer menu display-->
    <?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
    <!--EOF footer menu display-->
    </div>
    <!--eof-navigation display -->

  2. #162
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thanks heaps Clyde
    Your a legend

    Kind Regards

  3. #163
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I've created a contact information title, but I'm unable to get it to display aligned as if it were a link. www.etondiffusion.fr/librairie

    Any suggestions would be greatly appreciated!!

    Thank you.

  4. #164
    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 parisbubbler View Post
    I've created a contact information title, but I'm unable to get it to display aligned as if it were a link. www.etondiffusion.fr/librairie

    Any suggestions would be greatly appreciated!!

    Thank you.
    each line of the address section should be withing <li> </li> tags and not spaced with <br />

  5. #165
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    each line of the address section should be withing <li> </li> tags and not spaced with <br />
    Thank you for the info, that worked perfectly

    I've got one more question. How do I create a slightly bigger spacing between the Menu Titles and the links. I find the links are to close to the botttom of the Menu Titles
    Check it out

  6. #166
    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 parisbubbler View Post
    Thank you for the info, that worked perfectly

    I've got one more question. How do I create a slightly bigger spacing between the Menu Titles and the links. I find the links are to close to the botttom of the Menu Titles
    Check it out
    adjust the padding for the li elements in the stylesheet_footer_menu.css

  7. #167
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default

    Quote Originally Posted by clydejones View Post
    adjust the padding for the li elements in the stylesheet_footer_menu.css
    Thank you for your reply, but I didn't mean spacing out the links. What I want to do was have a little larger spacing between the actual menu title e.g. 'Quick Links' and the links themselves. Like maybe 5px. Is that possible? I've tried playing with the style sheet but can't seem to get any result. Any advice would be greatly appreciated
    Posted via Mobile Device

  8. #168
    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 parisbubbler View Post
    Thank you for your reply, but I didn't mean spacing out the links. What I want to do was have a little larger spacing between the actual menu title e.g. 'Quick Links' and the links themselves. Like maybe 5px. Is that possible? I've tried playing with the style sheet but can't seem to get any result. Any advice would be greatly appreciated
    Posted via Mobile Device
    adjust the padding in the following declaration (stylesheet_footer_menu.css)
    .menuTitle {
    padding:0 0 15px 0.3em;
    text-align:center;
    font-size:1.1em;
    color: #ff0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    }

  9. #169
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    adjust the padding in the following declaration (stylesheet_footer_menu.css)
    .menuTitle {
    padding:0 0 15px 0.3em;
    text-align:center;
    font-size:1.1em;
    color: #ff0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    }
    Clyde, once again thank you for your help, but that modification just don't seem to want to work. I'll just have to live it as is.

    Best wishes

  10. #170
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Fantastic Mod exactly what i was looking for....

    Just one question is it possible to add another column with the title "Products" and link to 5 or 6 of my main product categories?

 

 
Page 17 of 54 FirstFirst ... 7151617181927 ... 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