Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25156

    Hi there,

    first of all I gotta say I like the Enfold template a lot, good work.

    I was wondering if there is a possibility to place the breadcrumbs in the top of the left sidebar

    also, is it possible to make a menu in the left sidebar that works like this:

    http://www.interspire.com/content/content_images/images/buildingadhtmlmenu/dhtmlmenu.gif

    so when an item is selected, the sub items will show and, of course, disappear when another item is selected

    Thanks in advance,

    Matthijs

    #125952

    1) I didn’t test this but you can try following modification – first open up wp-contentthemesenfoldfunctions-enfold.php and replace

    'breadcrumb'	=> true,

    with

    'breadcrumb'	=> false,

    Then open up sidebar.php and replace

    echo "<div class='inner_sidebar extralight-border'>";

    with

    echo "<div class='inner_sidebar extralight-border'>";
    echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    2) You can use the “custom menu” widget which can display any menu you created on the Appearance > Menu option page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs in top of left sidebar and menu functionality’ is closed to new replies.