Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove responsive theme item & fixed width website.

  • @sanjunaraonlinegmailcom

    Participant

    Hi! Please help me to find this css to remove responsive item from theme. If anyone can help me to make a fixed width buddypress website. Please let me know.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • @ubernaut

    Participant

    @aces

    Participant

    You could try putting the following in you child theme functions.php file
    `function bbg_enqueue_styles() {
    remove_theme_support( ‘bp-default-responsive’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘bbg_enqueue_styles’, 5 );`

    For more info see: https://buddypress.trac.wordpress.org/ticket/3881#comment:2

    @sanjunaraonlinegmailcom

    Participant

    Please give me a link to download BP Default child theme.

    Thanks…

    @ubernaut

    Participant

    you have to make it yourself, don’t worry it’s pretty easy:

    https://codex.wordpress.org/Child_Themes

    @mr-faust

    Participant

    how do i remove all the buddypress links from my site? i deleted everything from server but it still adds Activate,groups etc to my themes.. HELP !!

    @ubernaut

    Participant

    i don’t think that’s possible if you deactivated the plugin. BP does not alter any theme files as far as i’m aware at least.

    @bluellipse

    Participant

    Has anyone tried the suggestion here? I did and it kept my sidebar fixed and the content area was still responsive. In other words if I decreased the size of my window the sidebar on the right constantly appeared and the content area on the left got smaller and responsive.

    Does anyone have any other suggestions on how to remove all the responsive items from the theme?

    Thank you.

    @linkinp

    Participant

    Same here. I tried the suggestion and side bar appears fixed but content appears to be responsive. Even the top menu is responsive.

    Help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to remove responsive theme item & fixed width website.’ is closed to new replies.
Skip to toolbar