Page 25 of 54 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 535
  1. #241
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

  2. #242

    Default Re: Footer Menu Support Thread

    Hello Clyde :) Can you tell me how to get the wrapped text in the footer link to align properly? Ie, http://www.loves2nurse.com/ in the footer column that says "Breastfeeding", the link that says "Instructions for using Breast Pumps"...I would like that text to line up. What do I add to the css and where? Thanks! Amy

  3. #243
    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 Doodlebuckets View Post
    Hello Clyde :) Can you tell me how to get the wrapped text in the footer link to align properly? Ie, http://www.loves2nurse.com/ in the footer column that says "Breastfeeding", the link that says "Instructions for using Breast Pumps"...I would like that text to line up. What do I add to the css and where? Thanks! Amy
    open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

    find the following declaration and make the highlighted change:

    li a {margin:0;padding-left:2em;white-space: nowrap;}

  4. #244
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by haredo View Post
    This tutorial will help you think of the right process.
    I did it and worked really well...except I would like to keep copyright information on pages and not footer. includes/temp/common/tpl_main_page.php

    HTML Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
        $flag_disable_right = true;
    	$flag_disable_left = true;
    	$flag_disable_header = true;
    	$flag_disable_footer = true;
      }
    How do I keep copyright? Thanks,Kim

  5. #245
    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 kburner View Post
    I did it and worked really well...except I would like to keep copyright information on pages and not footer. includes/temp/common/tpl_main_page.php

    HTML Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
        $flag_disable_right = true;
    	$flag_disable_left = true;
    	$flag_disable_header = true;
    	$flag_disable_footer = true;
      }
    How do I keep copyright? Thanks,Kim
    What you want to do will require editing/modifying several files.
    I'd need to work out exactly which files would be involved.

  6. #246

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css

    find the following declaration and make the highlighted change:

    li a {margin:0;padding-left:2em;white-space: nowrap;}
    Thank ye muchly!

  7. #247
    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 Doodlebuckets View Post
    Thank ye muchly!
    You're most welcome

  8. #248
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    What you want to do will require editing/modifying several files.
    I'd need to work out exactly which files would be involved.
    Hi clydejones,

    I am looking to disable footer on login,checkout pages, but would still like to display the copyright information. Were you able to figure out what file to modify?

    Thanks, Kim

  9. #249
    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 kburner View Post
    Hi clydejones,

    I am looking to disable footer on login,checkout pages, but would still like to display the copyright information. Were you able to figure out what file to modify?

    Thanks, Kim
    You'll need to edit

    includes/templates/YOUR_TEMPLATE/common/

    tpl_footer.php

    tpl_tpl_main_page.php

  10. #250
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    You'll need to edit

    includes/templates/YOUR_TEMPLATE/common/

    tpl_footer.php

    tpl_tpl_main_page.php
    I am taking a guess at this....

    In tpl_main_page - would I add:

    HTML Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
        $flag_disable_right = true;
    	$flag_disable_left = true;
    	$flag_disable_header = true;
    	$flag_disable_footer = true;
      }
    To disable footer on these pages.

    For tpl_footer - what do I modify in the bottom statement to get copyright only to show?

    HTML Code:
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    
    <?php
    } // flag_disable_footer
    ?>
    Thank you, Kim
    Would I add

 

 
Page 25 of 54 FirstFirst ... 15232425262735 ... 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