Invent theme with BuddyPress

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #28969
    bking12358
    Participant

    Hello folks,
    I’m using the Invent theme with LearnDash with a WisdmLabs plugin which relies on BuddyPress as a core component. Essentially, all of this allows my instructors to create and/or edit LearnDash courses from the front-end of WordPress. So far, it seems to want to work, but the Invent theme and BuddyPress don’t seem to work well together – the primary elements load but functions poorly. I’m not certain that the problem is with the Invent theme but perhaps you recommend a BuddyPress template ideal for Invent or additional coding which would help? See attachment for details…
    Thanks,
    Brian

    [attachment file=28970]

    #28978
    bking12358
    Participant
    This reply has been marked as private.
    #28985
    Veena
    Moderator

    Can you pls share the specific page link and a temp login to your site here as a private reply, we ll take a look.

    Thanks.

    #29015
    bking12358
    Participant
    This reply has been marked as private.
    #29089
    bking12358
    Participant
    This reply has been marked as private.
    #29091
    Veena
    Moderator

    Sorry for the delay in response.
    I have added the below custom CSS in themeoptions –

    .courses.buddypress.layout-2c-r #content {
        width: 100%;
        max-width: 100%;
        float: none !important;
    }
    

    Pls check.

    And i don’t see any edit course page issue, already the edit page is full width. Hope you have sorted out this.

    #29105
    bking12358
    Participant
    This reply has been marked as private.
    #29106
    bking12358
    Participant
    This reply has been marked as private.
    #29112
    Veena
    Moderator

    Pls try this-

    .bp-legacy.layout-2c-r #content {
        width: 100%;
        max-width: 100%;
    }
    

    BTW you can incude the whole CSS set like below –

    .courses.buddypress.layout-2c-r #content, .listing.buddypress.layout-2c-r #content, .bp-legacy.layout-2c-r #content{
    width: 100%;
    max-width: 100%;
    float: none !important;
    }
    
    #29127
    bking12358
    Participant
    This reply has been marked as private.
    #29138
    Veena
    Moderator

    Pls use the below custom CSS –

    .wp-core-ui .button, .wp-core-ui .button-secondary {
        color: #555;
        background: #0189ba;
    }
    .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
        background: #3A3A3A;
    }
    .wp-switch-editor {
        background: #ebebeb;
        color: #666 !important;
    }
    
    #29174
    bking12358
    Participant
    This reply has been marked as private.
    #29177
    Veena
    Moderator

    No i haven’t deactivated any one of plugins. Can you deactivate all plugins (except wisdmlabs + buddypress )once and see if that makes any difference?

    #29247
    bking12358
    Participant
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.