Page 1 of 2 12 LastLast
Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Clyde,

    Thank you for this module. When I add this module, it removes all of the bullets of my site. I can see that the css has this in it.

    ul {margin:0;padding:0;list-style: none;}

    When I remove this part, it fixes the rest of my site, but messes up the footer. Is there a way to remove the bullets from the footer and not the rest of my site?

  2. #2
    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 smoke133 View Post
    Clyde,

    Thank you for this module. When I add this module, it removes all of the bullets of my site. I can see that the css has this in it.

    ul {margin:0;padding:0;list-style: none;}

    When I remove this part, it fixes the rest of my site, but messes up the footer. Is there a way to remove the bullets from the footer and not the rest of my site?
    replace the includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

    with the file from the following:

    smoke133_fix.zip

  3. #3
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thank you for your help. That worked great.

  4. #4
    Join Date
    Oct 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi Guys!
    I'm looking for a bit of assistance before I pull my hair out. I installed the module and got it working but in the process I have messed up my header.

    The site is http://www.growlightexpress.com. If you check it out you will see two green bars at the top and the links "on top of each other" instead of "next to" as it was before (and there was only one green bar before the install). I can only guess at something in the css but not really sure. My skills are weak!!!

    Also is there a way to change the "on mouse over" for the links in the footer and header to not be orange but the background color? Again I can only assume something with the css file but don't know how to move form there!!!

    Some other info: I merged my tpl_footer file with the given tpl_footer file since I had changes in mine...I might have missed something there...

    ANY help is appreciated!!!
    -Christopher
    Last edited by growlight; 29 Jul 2009 at 02:04 AM. Reason: added additional info

  5. #5
    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 growlight View Post
    Hi Guys!
    I'm looking for a bit of assistance before I pull my hair out. I installed the module and got it working but in the process I have messed up my header.

    The site is http://www.growlightexpress.com. If you check it out you will see two green bars at the top and the links "on top of each other" instead of "next to" as it was before (and there was only one green bar before the install). I can only guess at something in the css but not really sure. My skills are weak!!!

    Also is there a way to change the "on mouse over" for the links in the footer and header to not be orange but the background color? Again I can only assume something with the css file but don't know how to move form there!!!

    Some other info: I merged my tpl_footer file with the given tpl_footer file since I had changes in mine...I might have missed something there...

    ANY help is appreciated!!!
    -Christopher
    Use the fix thats included in POST 27 above - that should take care of the problem.

  6. #6
    Join Date
    Oct 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thanks Clyde but it looks like its made things worse...can you take a look?
    THANK YOU!!!
    -Christopher

  7. #7
    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 clydejones View Post
    Use the fix thats included in POST 27 above - that should take care of the problem.
    open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

    find the following section of code:

    <!--eof-navigation display -->

    <center>
    <table>

    and change it so it looks like this

    <!--eof-navigation display -->
    <br class="clearBoth" />
    <center>
    <table>

  8. #8

    Default Re: Footer Menu Support Thread

    Hi Clyde,

    First, I want to mention that your footer module is amazing. I've had clients mention to me that my site "finally looks complete" lol.

    But, I have a question.

    Is it possible to remove the "Important Links" column, and only use 3 out of the 4 columns instead? Also, I'd like to have it centered in the page as well.

    I've been fiddling with the css for a while, but I'm not sure where to look for this.

    Any help would be awesome.

    Cheers,

    Dave

    indigodecorativeDOTcom
    Last edited by dpet102; 7 Aug 2009 at 03:17 AM. Reason: forgot data

  9. #9
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question How to add newsletter subscribe onto the footer menu?

    I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.

    Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');


    But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?

    My site is www.best4future.com

    Thanks!

  10. #10
    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 lina0962 View Post
    I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.

    Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');


    But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?

    My site is www.best4future.com

    Thanks!
    Have you defined this in the language file

    includes/languages/YOUR_TEMPLATE/english.php

    define('BOX_INFORMATION_SUBSCRIBE', 'Subscribe');

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 131
    Last Post: 29 Jun 2025, 03:06 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

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