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
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.