• Resolved Giorgio25b

    (@giorgio25b)


    Hi all,
    this is actually already resolved, I’m just sharing in the hope that it helps someone else.

    On this test site YouTrail.org I have custom pages with custom loops that are just listing posts from certain categories.
    It is just a basic test site! But after updating to Customizr 3.1.9 the sidebar on those pages disappeared.

    The trick was fairly simple, in all the pages with custom loops I had to replace this code:

    <div class="container" role="main">
            <div class="row">

    with

    <div class="container" role="main">
           <div class="<?php echo tc__f( 'tc_column_content_wrapper_classes' , 'row column-content-wrapper' ) ?>">

    Hope it helps
    Giorgio

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar shifting/disappearing after updating to 3.1.9’ is closed to new replies.