Hi
I fixed it by renaming my sidebar the same as my sidebar file. sidebar-free-member.php
dynamic_sidebar(“Free Member”);
Strange… but thanks for your help!
Please close this ticket
Hi
Its called “free member side bar” and in my custom template I call
get_sidebar('free-member');
Then in the file sidebar-free-member.php I call this
<?php
global $avia_config;
echo "<aside class='sidebar sidebar_".$sidebar." ".$sidebar_smartphone." ".avia_layout_class( 'sidebar', false )." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">";
echo "<div class='inner_sidebar extralight-border'>";
dynamic_sidebar("Free Member SideBar");
echo "</div>";
echo "</aside>";
However, the standard Blog sidebar appears.
update to this. I also tried to add the file single-mycategory.php into the main enfold theme folder, with the same result.
I see there a single-portfolio.php which does work. Do I need to register it somewhere?