Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there,

    You can disable comments here whilst creating or editing a page/post:

    https://monosnap.com/image/UFx56Xxhxkqji91SPgWrvacVjX7lpk

    You should see the meta box on the page, but if not you can drop down the Screen Options in the post/page editor and enable Discussion there, the metabox will then show.

    I don’t know this theme personally but if it leaves any kind of closed message on the page you could instead hide it all with CSS:

    .comment-respond{display:none;}

    Or you could edit it out in the PHP code, let me know if you need help doing that instead. ??

    As for the sidebar, I don’t see one there so I guess you removed it and you want to resize the center area?

    If you were to do that in CSS you’d change this:

    .col-md-8 {
    width: 100%;
    }

    Keep in mind anything using .col-md-8 will have this change. Really the best way would be changing the class from .col-md-8 to .col-md-12. This would require a code change rather a CSS override. Let me know if you’d like to do that instead, I’ll take another look ??

    Hope this helps.

    Take care.

    Hi,

    Thanks for using our theme.

    First of all create a “Child_Theme” using this link.

    After creating a “Child_Theme” copy the “index.php”

    and “page.php” file from your Core Theme” directory into your “Child_Theme” directory.

    Now open “page.php” file from your “Child_
    Theme” directory and find the given below line of code snippet.

    <?php comments_template(”,true); ?>

    and remove it.

    Similarly open index.php file and find the given below line of code snippet.

    <?php get_sidebar(); ?>

    and remove it.

    Let me know for further assistance.

    Thanks

    Harish

    Theme Author webriti

    (@priyanshumittal)

    Adding to the last comment

    use col-md-12 instead of col-md-8

    That will do

    Lets me know if your issues gets resolved
    Thanks

    Theme Author webriti

    (@priyanshumittal)

    Hi Guys

    Can I Close this ticket

    Thanks

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