Support » Plugin: OTW Portfolio Light » Sidebar still showing

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I had the same problem. The only way I could solve it was by removing the ‘get sidebar’ straight in the plugin code. I’m working on a child-theme, but it seems that any change I make in the templates regarding this plugin never works.

    I know this is not the ‘solution’, but… until we get a response, it’s the only thing we can do.

    Hi,

    I’ve found the solution from this forum.
    Firstly, I’ve changed from otw-portfolio.css
    .otw-eighteen, .otw-row .otw-eighteen {
    width: 75%; to 100%;
    }

    Secondly, I removed
    <div class=”otw-six otw-columns”>
    <?php get_sidebar(); ?>
    </div>

    It works for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar still showing’ is closed to new replies.