Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress default theme

  • @hkcharlie

    Participant

    Can anyone help me with the layout of my buddypress default theme on a mobile device.

    With almost all other themes, they look exactly the same on my phone as  on the net, but my buddypress default theme, looks a complete mess.

     

    Anyone know what I’m talking about ?

     

Viewing 6 replies - 1 through 6 (of 6 total)
  • @hkcharlie

    Participant

    When I look at my website on my computer, all the tabs and everything is in order.

    When I look at the website on my phone or tablet, all the tabs turn intoo buttons on the header and the header seems to repeat itself.

    Anyone ?

    @modemlooper

    Moderator

    You can turn off the responsive CSS

     

    `function my_bp_no_responsive() {

    remove_theme_support( ‘bp-default-responsive’ );

    }

    add_action( ‘bp_head’, ‘my_bp_no_responsive’);`

    @hkcharlie

    Participant

    @modemlooper thanks for the advice, where  should I place this ?   (functions.php  ?)

    @hkcharlie

    Participant

    Seemed to work, but then I couldn’t login to my admin normally, so something is not right.

    Tried to change it back and the theme has changed back on the mobile device, but I still can’t login.

     

    @mr-bronze

    Participant

    please how do i edit the function.php and where exactly do i add all that in the function.php. i also want to remove the responsive feature

    @mercime

    Participant
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Buddypress default theme’ is closed to new replies.
Skip to toolbar