Skip to:
Content
Pages
Categories
Search
Top
Bottom

Mobile version


  • hkcharlie
    Participant

    @hkcharlie

    I think it’s since upgrading to WP3.5, but my buddypress on a mobile device is some poorly attempted mobile version that doesn’t actually work.

    Is there any way to turn this off, or does anyone else have this problem?

     

Viewing 5 replies - 1 through 5 (of 5 total)

  • @mercime
    Keymaster

    @mercime

    What theme are you using?


    hkcharlie
    Participant

    @hkcharlie

    Buddypress default theme.


    modemlooper
    Moderator

    @modemlooper

    If you want to turn off the responsive css

    function bp_head_action() {
    remove_theme_support( ‘bp-default-responsive’ );
    }
    add_action( ‘bp_head’, ‘bp_head_action’);


    hkcharlie
    Participant

    @hkcharlie

    Thank you !

    Do I need to add this to the functions.php?

    Or

    Can I add “//” to “add theme support ….”:

    // Add responsive layout support to bp-default without forcing child

    // themes to inherit it if they don’t want to

    add_theme_support( ‘bp-default-responsive’ );

     

    (Which is what Ive done and it seems to work)

    Will this have other implications?


    modemlooper
    Moderator

    @modemlooper

    functions.php is the proper place for code that affects the theme

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile version’ is closed to new replies.
Skip to toolbar