Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #368331

    Hi,

    Can you have a look to that post : https://kriesi.at/support/topic/woothemes-sensei-plugin/

    The solution given above doesn’t seem to work since last enfold update : http://denismorissette.com/course/module-2-intervention/

    The sidebar is not displayed as it should.

    Thanks for your help !

    Guillaume

    #368757

    Hey ganjou!

    I cant’ see any sidebar at all, but this: “Module 2 : Intervention: Accès restreint”
    Please show us what you want to achieve on a screenshot/mockup.

    Cheers!
    Andy

    #453410

    You just need to update the two wrapper files in the wrapper forlder.

    Update the start wrapper with:

    
    echo avia_title();
    echo '<div class="container_wrap main_color sidebar_right">';
    echo '<div class="container">';
    echo '<main class="template-page content  av-content-small alpha units"  role="main" itemprop="mainContentOfPage" >';
    
    

    And the end wrapper with:

    
    
    echo '</main>';
    get_sidebar();
    echo '</div></div>';
    
    
    #454080

    Hi!


    @danroberts
    Thanks for your help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.