Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Themonic

    (@themonic)

    Hi,

    We have already supplied a full-width template without sidebar, to use simply select the full-width page template from the panel on the right while creating a page.

    If you want to remove sidebar code from posts.

    remove the following code from line 30 inside single.php

    <?php get_sidebar(); ?>

    Thread Starter mmllmm

    (@mmllmm)

    Thanks for your help.

    Thread Starter mmllmm

    (@mmllmm)

    The content sidebar has disappeared but still see sidebar frame

    Anonymous User 12867351

    (@anonymized-12867351)

    That’s what I just came here to post.

    That happened with the last update.

    On the latest version, the full width page is no longer full width.
    The widgets are gone, but the blank space is still there and the content doesn’t fill the page.

    After a bit of tinkering, I decided that the simplest solution was to delete the theme folder and re-install version 1.1.2.1.

    Theme Author Themonic

    (@themonic)

    @mmllmm

    Insert this in your custom.css or child theme.

    .site-content {
        width: 96%;
    }

    @Virtual_BS
    A new version 1.2.1.1 is pending approval. It should fix your full width problem. BTW This was not related to mmllmm.

    If you still face some issue with full width pages, de-select -> save and re-select full width template -> save.

    Anonymous User 12867351

    (@anonymized-12867351)

    Thanks for the fix.
    I’m not good at finding things in unfamiliar source code.
    With my site working fine on 1.1.2.1, I’ll just wait for the 1.2.1.1 patch.
    I’m sure this will be helpful to anyone else who happens to look here.

    I get the impression that this is related to mmllmm’s later post:
    “The content sidebar has disappeared but still see sidebar frame ”

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘1 column’ is closed to new replies.