Page 5 of 54 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 535
  1. #41
    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 dpet102 View Post
    Awesome, thanks clyde.

    Sorry to add more work to your pile :)

    Maybe you can also direct me quickly. I use define_pages_2 as my "about us", and define_pages_3 as "fundraising initiative".

    I'm not familiar with EZ pages, for some reason it doesn't like me, but I'm wondering how to get those define pages links into my footer.

    Thanks for your help

    Dave

    If you don't use EZ Pages then you will have to edit includes/languages/english/extra_definitions/footer_menu_defines.php
    and insert new definitions for them.

    Using EZ Pages is not that difficult.

    go to admin -> tools -> EZ Pages

    click the "New File" button

    Add a page title

    Set everything except FOOTER to no (make sure you give it a sort order)

    scroll down to
    Internal Link URL:
    add the link to your page - index.php?main_page=page_2

    click the insert button

    Do the same for your page_3 link.

    make sure you have the ez pages footer status set to 1

    and that's it.

  2. #42

    Default Re: Footer Menu Support Thread

    Hi Clyde,

    Yeah, I kind of figured that out before you posted, but I appreciate you doing so just the same.

    I finally have a professional looking footer. (Happy Happy Joy Joy)

    Thanks Clyde for this module. I think I'm going to take a few hours off and suck back a couple of pints lol. I'll have one for you too.

    Cheers

    Dave

  3. #43

    Default Re: Footer Menu Support Thread

    Hi clyde,

    Just wondering if you had a chance to look at the centering issue I'm having with the footer module?
    Posted via Mobile Device

  4. #44
    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 dpet102 View Post
    Hi clyde,

    Just wondering if you had a chance to look at the centering issue I'm having with the footer module?
    Posted via Mobile Device
    try making the highlighted changes in stylesheet_footer_menu.css


    #navSuppWrapper {
    margin: 40px 0 0 150px;
    padding: 0;
    background:none;
    text-align:left;
    font-weight: bold;
    color: #ff9900;
    width: 1100px;
    height: 140px;

    }

  5. #45
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    red flag Re: Footer Menu Support Thread

    Hi Clyde,

    Great mod, love it. It gives that finishing touch... that many websites (including mine) needed.

    One question, in the footer_menu_defines.php file, how would you code in different links. I want to provide my customers with links to the different menu options in their account when they would be logged in. The links under the "My Account" and "Email Notifications".

    Essentially I would like:
    • My Account
    • Check Order Status
    • Update Address
    • Manange Newsletters
    • Product Notifications


    I don't quite know PHP and I am still learning ZC, would you be able to provide those for me or maybe give me a starting point.

    Thank you for your help and again... Great Mod!
    Thank you,
    autoace

  6. #46
    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
    Hi Clyde,

    Great mod, love it. It gives that finishing touch... that many websites (including mine) needed.

    One question, in the footer_menu_defines.php file, how would you code in different links. I want to provide my customers with links to the different menu options in their account when they would be logged in. The links under the "My Account" and "Email Notifications".

    Essentially I would like:
    • My Account
    • Check Order Status
    • Update Address
    • Manange Newsletters
    • Product Notifications


    I don't quite know PHP and I am still learning ZC, would you be able to provide those for me or maybe give me a starting point.

    Thank you for your help and again... Great Mod!
    You would only need the My Account link (and that link is included by default). The other links you have listed can be found on the "My Account" page when a user is logged in.

  7. #47
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Idea or Suggestion Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    You would only need the My Account link (and that link is included by default). The other links you have listed can be found on the "My Account" page when a user is logged in.
    Hi Clyde,

    Thanks for the reply.

    I am wandering if you could show me how to code those define statements in footer_menu_defines.php?

    I'd like to make some custom links and lets just say its not working out too well.

    Just some simple instructions would be really helpful. Thank you.
    Thank you,
    autoace

  8. #48
    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
    Hi Clyde,

    Thanks for the reply.

    I am wandering if you could show me how to code those define statements in footer_menu_defines.php?

    I'd like to make some custom links and lets just say its not working out too well.

    Just some simple instructions would be really helpful. Thank you.
    The easiest way to create custom links is to use EZ-Pages and create either "internal" or "external" links.

    This method has been taken into account when I created the mod.

    That way you don't need to do anything with the footer_menu_defines.php file.

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

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    The easiest way to create custom links is to use EZ-Pages and create either "internal" or "external" links.

    This method has been taken into account when I created the mod.

    That way you don't need to do anything with the footer_menu_defines.php file.
    Thanks for suck a quick reply.

    You know, honestly I did not even think about that. Kind of used to having to code here and there to get little mods done. That is actually much better, bcuz then its maintained by ZC and not me!!!

    Thanks for a great mod!
    Thank you,
    autoace

  10. #50
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hi Clyde,

    In the case of the EZ Pages creating the links, I want 3 of the 4 columns to be based on EZ Pages.

    Do I need to do anything to the footer_menu_defines.php file? I see that is set up for only 1 column of EZPages links.

    Can you please advise, thanks for your help.
    Thank you,
    autoace

 

 
Page 5 of 54 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. 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
  2. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 128
    Last Post: 6 Sep 2023, 10:30 PM
  3. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  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