• This topic has 12 replies, 4 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Question

    #50732

    Has something changed in the full width and homepage templates? Page elements that were displaying full width prior to todays update are now displaying with thick margins (Boss. 2.0.3 and Social Learner 1.0.6).

    See the screen shot below.

    Answers

    #50913

    Anonymous
    @

    Hi @davejay, Please post your site url we will check it. I am not able to replicate the issue
    Regards

    #50944

    I have exact the same problem (actuall version of Boss + SL)

    #50952
    @mln83

    The same thing happened to my site when upgrading from Boss 2.0.2 to Boss 2.0.3 / Social Learner 1.0.5

    #50963

    @bcim @min83: What page builder plugin are you using?

    #50965

    Visual Composer downloaded from your archive (no update).

    #50976

    Ok. I ask because I’m using Beaver Builder and wondered if it was some kind of theme/plugin conflict. If it’s happening with VC as well, then it’s not a plugin specific issue.

    #50981

    @mln83: What page builder plugin are you using?

    #50982
    @mln83

    Beaver Builder 1.6.4.2

    #51008
    @mln83

    @davejay: One way to test the hypothesis (‘if it was some kind of theme/plugin conflict’) would be to disable the Page Builder plugin and see if the resulting content is full-width. I have performed the test by deactivating Beaver Builder but the layout is still not full-width on the frontpage for example. Please see enclosed images for comparison.

    So from this test we can conclude that it is a Boss 2.0.3 theme issue.

    BuddyBoss support: Please advice when this issue will be fixed?

    #51176
    @mln83

    For the moment I have added some code to custom.css to remedy the problem with full width content on the frontpage:

    body.page-template-front-page.page:not(.buddypress) .site-content article:not(.comment) {
        padding-top: 0;
    }
    
    .sensei-content, #activate-page, body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
        padding: 0;
    }

    If the community (@davejay, @bcim) has the time I would recommend adding your voice to:
    https://www.buddyboss.com/support-forums/topic/better-support-for-page-builders/

    Best regards,
    Michael

    #51193

    This works well, Michael. Thanks.

    #51215

    Anonymous
    @

    Thanks @mln83, I have notified about it to developers
    Regards

Viewing 13 posts - 1 through 13 (of 13 total)
  • The question ‘Full width content?’ is closed to new replies.