Hello I am new at this but have googled for hours on this problem and still can’t get it quite right.
I need to make WooPress compatible with Sensei and to do so I simply plug in the start and end wrappers in the child theme’s functions.php: https://docs.woothemes.com/document/sensei-and-theme-compatibility/
Can someone show me really quick where that is? I am trying to make it have a sidebar on the right, also. The code from the page.php didn’t work:
<div class=”container content-page”>
<div class=”page-content sidebar-position-<?php esc_attr_e( $l[‘sidebar’] ); ?> sidebar-mobile-<?php esc_attr_e( $l[‘sidebar-mobile’] ); ?>”>
<div class=”row”>
<div class=”content <?php esc_attr_e( $l[‘content-class’] ); ?>”>
Thank you!