Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Call custom sidebar for custom archives #391480

    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

    in reply to: Call custom sidebar for custom archives #390797

    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.

    in reply to: New single.php for category #377649

    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?

Viewing 3 posts - 1 through 3 (of 3 total)