Forums

[Theme: Atahualpa] Add Custom Menu to Footer (8 posts)

  1. keigh
    Member
    Posted 6 months ago #

    I have created a custom menu which I would like to place in the footer. The menu name is: Footer Menu

    What code do I need to add to footer template to call this menu? I would like the menu to dynamically update anytime there are changes to this Custom Menu. Any help would be appreciated.

    Thank you.

    http://wordpress.org/extend/themes/atahualpa/

  2. ChristiNi
    Member
    Posted 6 months ago #

    Hi keigh,

    In your Atahualpa Theme Options go to the Style & Edit FOOTER area. In the Footer: Content area paste this code into the text box:

    <?php bfa_widget_area('name=Footer widget area'); ?>

    You'll have to refresh your Appearance > Widgets screen a few times, but eventually you will see a new widget area named Footer widget area. Drag a Custom Menu widget into that new widget area and select your Footer Menu. Refresh your site a few times and you should see your new Footer Menu.

    Hope this helps!

  3. keigh
    Member
    Posted 5 months ago #

    This worked great! I want to style it so it lays out in a line. Do I add something like this to stylesheet - with appropriate style info in each section or is there another way?

    #Footer widget area {
    }
    #Footer widget area li{
    }
    #Footer widget area li a{
    }
    #Footer widget area li a:hover {
    }

  4. keigh
    Member
    Posted 5 months ago #

    This is what I did....which didn't work:
    `[CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Suggestions to style this? You can find it at:
    http:keighdesign.com/staging/PhotoSite

  5. esmi
    Theme Diva & Forum Moderator
    Posted 5 months ago #

    You would be better off asking this question on the theme's dedicated forum: http://forum.bytesforall.com/

  6. keigh
    Member
    Posted 5 months ago #

    ok thanks.

  7. SwansonPhotos
    Member
    Posted 5 months ago #

    You can add a custom menu widget to the footer:

    A) Create a Custom Menu. (This could be all posts, all pages, some of each etc.)
    B) We need to add some code for a custom widget to footer.php. Example:
    <?php bfa_widget_area('name=footer1'); ?>
    This creates the custom widget area 'footer1' (name needs to unique). Place it after '<==footer==>' in footer.php (move up or down in this area for your desired effect. (All the code present at <==footer==> is not mandatory :-).
    C) Load your site a few times to force the widget update.
    D) In Admin panel> Appearance >Widgets, you should now see the widget area (on right lower).
    E) Expand it, then drag the Custom Menu Widget to it, and configure.

    Note: You can wrap the custom footer widget code in elements such as a table or divs and apply style.
    (See my header area which is a table of three columns and 1 row, with each cell having a custom widget area, 2 text widgets and the meta widget). The footer (at the link) is also a widget.

  8. SwansonPhotos
    Member
    Posted 5 months ago #

    One more thought: note that the upper left widget is a text widget (with a list of links).

    Also, see the notes in the ATO> Style Widgets area for CSS.

    Also note that my site linked to runs great when WordPress.Org is not the referer (very slow to load from here, not sure why, some link scanning software?).

    [Moderator] ?

Reply

You must log in to post.

About this Topic

Tags