Author page sidebar

Home Forums Gillion Theme Author page sidebar

Home Forums Gillion Theme Author page sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • [email protected]
    Participant

    Hi,

    We have configured the theme not to have a sidebar but it still shows on the author pages.

    How can we remove it from the author’s pages? we can do it with CSS but the layout will still be incorrect.

    https://blog.lumenis.com/aesthetics/author/geribrin/

    Thanks.

    Hi @amir.caspi,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.author #page-container div#content {
        width: 100%;
    }
    
    .archive.author div#sidebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    Thanks, I used it but the layout is still different than the rest of the blog. It still has two columns instead of three.

    Since its a dedicated blog theme, and author pages are significant in blogs, I think that this problem should be solved at the source by adding it to the theme’s setting, rather than custom CSS.

    https://blog.lumenis.com/aesthetics/author/geribrin/

    Thanks.

    I could confirm the issue on my test site, therefore, I notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile, you can resolve the issue by using below custom CSS code.

     

    .archive.author #page-container div#content {
        width: 100%;
    }
    
    .archive.author div#sidebar {
        display: none;
    }
    
    .archive.author .blog-style-masonry article {
        width: 33.3%;
        float: left;
        margin-bottom: 40px;
    }

    [email protected]
    Participant

    Thanks, I used it and it worked. Please let me know once this is fixed on the theme’s setting level.

    Thanks!

    Sure, we will notify you here.

    The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

     

Viewing 7 posts - 1 through 7 (of 7 total)