Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] BuddyPress 1.7 Any Theme compatibility ???

  • @fitnessblogger

    Participant

    Hi Guys,

    I am trying to get BuddyPress 1.7 to work with a new theme called “Novelti”

    I am getting a bit confused at how to get certain elements to look right ???

    The main problem I am having is with the individual member pages

    http://fitnessblogger.net/fitnessblogger/

    Can anyone help with with getting this looking correct 🙂

    BuddyPress 1.7
    WordPress Multisite 3.5.1
    http://fitnessblogger.net

    I thank you in advnace..

Viewing 4 replies - 1 through 4 (of 4 total)
  • @hnla

    Participant

    Your theme imposes rather generic styles on li elements in the content areas under a parent class of ‘shortcodes’ This is conflicting with the BP object nav li elements forcing them  to 100% width.

     

    In your themes stylesheet you’ll need to try adding something like:

    <code>

    #buddypress div.item-list-tabs ul li {
        width: auto;

    }

    </code>

    Other than that it’s a case of using that top level id #buddypress to further style BP elements in what ever stylesheet is applicable using tools such as firebug to identify the rulesets and their selectors that BP has already set.

    @fitnessblogger

    Participant

    Thanks Hugo @hnla

    I will give this a go, my WordPress skills are quite limited but I am learning!!

    I am also emailing the themes developers but response has been very slow!!

    Unlike you guys here at BuudyPress.org who always respond very quickly 🙂

    Thanks again for the reply

    Have a great day

    James

    @fitnessblogger

    Participant

    Hi @Hnla

    This worked a treat 🙂

    Thank You

    James

    @hnla

    Participant

    Good stuff, marking this as resolved then.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] BuddyPress 1.7 Any Theme compatibility ???’ is closed to new replies.
Skip to toolbar