Page 41 of 54 FirstFirst ... 31394041424351 ... LastLast
Results 401 to 410 of 535
  1. #401
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    read posts 376 - 380
    That helped, but I am trying to center the footer like in this Photoshoped screenshot. Messing around with the width number increases the space between the links.

    Here is my footer CSS:

    Code:
    #footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
    #footer a:hover{color:#EAC117;}
    #navSuppWrapper {margin: 10px 5px 0;padding: 0;background:none;font-weight: bold;}	
    #navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
    dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
    dt {margin-bottom:.3em;font-weight:bold;}
    dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    dd ul {margin:0;padding:0;list-style: none;}
    dd li {margin:0;padding:0;}
    dd li a {margin:0;display:block;}
    /*dd li a:hover{background:#dfba69;color:#444;}*/
    .menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
    .first, .second, .third {border-right:1px solid #fffedf;}
    #siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
    #siteinfoLegal a:hover {color: #FFFFFF;}
    .blog-image {margin-right:10px;}
    .facebook-image {margin-right:10px;}
    #social-media {float:right;margin-right:15px;margin-top:-30px;}
    #bannerSix {margin-top:0px;margin-bottom:30px;}
    #footer #siteinfoLegal {width: 80%;}
    #navSuppWrapper ul {height:13em;}

  2. #402
    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 mretzloff View Post
    That helped, but I am trying to center the footer like in this Photoshoped screenshot. Messing around with the width number increases the space between the links.

    Here is my footer CSS:

    Code:
    #footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
    #footer a:hover{color:#EAC117;}
    #navSuppWrapper {margin: 10px 5px 0;padding: 0;background:none;font-weight: bold;}	
    #navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
    dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
    dt {margin-bottom:.3em;font-weight:bold;}
    dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
    dd ul {margin:0;padding:0;list-style: none;}
    dd li {margin:0;padding:0;}
    dd li a {margin:0;display:block;}
    /*dd li a:hover{background:#dfba69;color:#444;}*/
    .menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
    .first, .second, .third {border-right:1px solid #fffedf;}
    #siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
    #siteinfoLegal a:hover {color: #FFFFFF;}
    .blog-image {margin-right:10px;}
    .facebook-image {margin-right:10px;}
    #social-media {float:right;margin-right:15px;margin-top:-30px;}
    #bannerSix {margin-top:0px;margin-bottom:30px;}
    #footer #siteinfoLegal {width: 80%;}
    #navSuppWrapper ul {height:13em;}
    Try changing this rule as indicated:

    #navSuppWrapper {margin: 10px auto 0;padding: 0;background:none;font-weight: bold;}

  3. #403
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I am still having the problem. It looks the same way it did before. Here is a screenshot of it. Just to make sure I did it correctly, I posted my CSS below.

    Code:
    #footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
    #footer a:hover{color:#EAC117;}
    #navSuppWrapper {margin: 10px auto 0;padding: 0;background:none;font-weight: bold;} 	
    #navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
    dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
    dt {margin-bottom:.3em;font-weight:bold;}
    dd {margin:0;padding:0;float:left;width:33.2%;}/*Column width of the menu - currently set for 4 columns*/
    dd ul {margin:0;padding:0;list-style: none;}
    dd li {margin:0;padding:0;}
    dd li a {margin:0;display:block;}
    /*dd li a:hover{background:#dfba69;color:#444;}*/
    .menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
    .first, .second, .third {border-right:1px solid #fffedf;}
    #siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
    #siteinfoLegal a:hover {color: #FFFFFF;}
    .blog-image {margin-right:10px;}
    .facebook-image {margin-right:10px;}
    #social-media {float:right;margin-right:15px;margin-top:-30px;}
    #bannerSix {margin-top:0px;margin-bottom:30px;}
    #footer #siteinfoLegal {width: 80%;}
    #navSuppWrapper ul {height:13em;}

  4. #404
    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 mretzloff View Post
    I am still having the problem. It looks the same way it did before. Here is a screenshot of it. Just to make sure I did it correctly, I posted my CSS below.

    Code:
    #footer {clear:both;margin:0;background-color:#3E4147;margin-top:0px;padding-top:10px;-moz-border-radius-bottomleft: 15px;-moz-border-radius-bottomright: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
    #footer a:hover{color:#EAC117;}
    #navSuppWrapper {margin: 10px auto 0;padding: 0;background:none;font-weight: bold;} 	
    #navSuppWrapper a{color:#fffede;font-weight:normal;font-size:1.2em;text-align:center;}
    dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
    dt {margin-bottom:.3em;font-weight:bold;}
    dd {margin:0;padding:0;float:left;width:33.2%;}/*Column width of the menu - currently set for 4 columns*/
    dd ul {margin:0;padding:0;list-style: none;}
    dd li {margin:0;padding:0;}
    dd li a {margin:0;display:block;}
    /*dd li a:hover{background:#dfba69;color:#444;}*/
    .menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.2em;color:#EAC117;}
    .first, .second, .third {border-right:1px solid #fffedf;}
    #siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;text-align:left;width:100%;line-height:normal;clear:both;color:#FFFFFF;margin-left:20px;float:left;margin-top:-30px;}
    #siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #FFFFFF;white-space: nowrap;}
    #siteinfoLegal a:hover {color: #FFFFFF;}
    .blog-image {margin-right:10px;}
    .facebook-image {margin-right:10px;}
    #social-media {float:right;margin-right:15px;margin-top:-30px;}
    #bannerSix {margin-top:0px;margin-bottom:30px;}
    #footer #siteinfoLegal {width: 80%;}
    #navSuppWrapper ul {height:13em;}
    You could try adjusting the width settings: instead if 100% give it a fixed width.

    dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/

  5. #405
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I love this contribution. i realy do. i wish i had more knowledge of php to make some changes myself but the forum is helping a lot.
    Stil i love this contributon! Thank you Clyde for making it.

  6. #406
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I've had this mod installed for a few weeks now and am now adding it as part of a standard install I do for clients.

    However, the only thing is that there is an About Us link there, but it's unfinished. I guess Clyde assumed people might use such a page. For this client, yes I do. However, I don't have an About Us page - so how do I go about creating one and getting the right text to show in the footer?

  7. #407
    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 beyre View Post
    I've had this mod installed for a few weeks now and am now adding it as part of a standard install I do for clients.

    However, the only thing is that there is an About Us link there, but it's unfinished. I guess Clyde assumed people might use such a page. For this client, yes I do. However, I don't have an About Us page - so how do I go about creating one and getting the right text to show in the footer?
    download and install the about us page contribution

  8. #408
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thank you!

  9. #409
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Any ideas on how to get this link code:

    Define('FEEDBACK', '<li><a href="' . zen_href_link(FILENAME_FEEDBACK) . '">' . Website_Feedback . '</a></li>');

    to open as a pop-up and be re-sized?
    Thank you,
    autoace

  10. #410
    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 autoace View Post
    Any ideas on how to get this link code:

    Define('FEEDBACK', '<li><a href="' . zen_href_link(FILENAME_FEEDBACK) . '">' . Website_Feedback . '</a></li>');

    to open as a pop-up and be re-sized?
    Not sure what this has to do with footer menu.

 

 
Page 41 of 54 FirstFirst ... 31394041424351 ... 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