Viewing 4 replies - 1 through 4 (of 4 total)
  • priyadarshinimuthuraman

    (@priyadarshinimuthuraman)

    To fix the issue of sidebar getting messed up in the video detail page, contact our support at [email protected]. We check and do the needful.

    I’ve got the same problem. Can you write here the solution?

    Thread Starter emamimohsen

    (@emamimohsen)

    Hi,

    I think it’s so case specific and I recommend to contact the support team. They really answer nice and in a short time. But by the way their answer to my case is as follows.

    Please follow the below steps to fix the sidebar missing issue.
    1) Kindly go to the file path ..wp-content/contus-video-gallery/front/views/videodetailpage.php through FTP
    2) Search the code $output .= ‘<div class=”video-cat-thumb”>’; here you will find the below code
    if ($configXML->showTag) {
    $output .= ‘<div style=”clear: both;”></div><div class=”video-page-desc”>’ . apply_filters ( ‘the_content’, $description ) . ‘</div>’;
    }
    $output .= ‘</div></div>’;
    }
    $output .= ‘</div></div>’;
    Replace with
    if ($configXML->showTag) {
    $output .= ‘<div style=”clear: both;”></div><div class=”video-page-desc”>’ . apply_filters ( ‘the_content’, $description ) . ‘</div>’;
    }
    $output .= ‘</div></div>’;
    }
    $output .= ‘</div>’;

    Aziz

    (@azizpbrimah)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Messed Up’ is closed to new replies.