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
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
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>';