Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,526 through 30,550 (of 32,218 total)
  • Author
    Search Results
  • #43720
    renzo-kuomo
    Participant

    mmm.. I confused. I deatived twiter to wire plugin and work now! Any idea?

    wpmu 2.7.1 + BP lasts trunk (original theme, only change of color) + BPDEV last trunk

    #43718
    Mike Pratt
    Participant

    Disregard prev post. Resolved. stale file lurking in Member theme. akin to the device not being plugged in when you make a service call :-)

    #43717
    wildchild
    Participant

    @Andy: I\’ll be installing a test build very soon.

    My steps will be:

    • Install test WPMU+Buddypress
    • test
    • if this works, migrate all data
    • test
    • if this works, perfect .. problem solved
    • if it doesn\’t, it\’s a problem in the codebase…

    Everyone having this problem seems to be having existing data; which might be the first thing to look out for …

    It\’s for sure not the themebug with not accepting dashes in filenames; I tested, because my theme is called artistblog-v2 (yep, with a dash).

    The problem was not solved, I\’ve noticed a NEW problem even, with the preview not showing up in the right frame (rather in the full frame, making it unable to click the \”use theme\” button), but that could be my theme too which needs to be modified.

    Maybe something to think about, themes which don\’t get loaded in the lightbox, what about those to activate them ?

    #43713
    Maythil
    Participant

    Well, Jeff, what I said is very simple.

    Take a look at the top menu, the one that starts with the ‘buddypress” logo. It’s width is within 800px (roughly). What I want is a just a site that’s only as wide as that top grey menu. And it’s not easy.

    I see a white patch after “Visit” — the length of that patch shows how unnecessarily wider is the rest of the screen.

    When I use IE6, I see my site as I want to see it. If only I were able to make the ie6.css my default style sheet!

    If you have time, kindly browse the following links using Firefox

    and you will see what I mean

    http://onlicone.com/my (wide)

    http://onlicone.com/my/members (real fit)

    Thanks and regards for your kind concern.

    #43701
    thebigk
    Participant

    I’m not able to find it. Download contains only following:

    Core 0.3b

    Admin 0.3b

    AutoSuggest 0.3b

    Search 0.3b

    Theme 0.3b

    Widgets 0.3b

    Flickr 0.3b

    YouTube 0.3b

    Group Extra 0.3b

    TinyMCE 0.3b

    #43698
    Jeff Sayre
    Participant

    Maythil-

    I’m not entirely sure if I understand your issue with the Buddy bar. It is set so that it automatically resizes if you reduce the width of your browser’s window.

    Give it a try. Drag the bottom, right corner of your browser window to the left, thus making the browser window narrower. The Buddy bar “resizes” as you narrow the window.

    #43696
    Maythil
    Participant

    Dear Burt, thanks for the reply.

    I tried a /css/site-wide.css as you suggested.

    It doesn’t affect the top/header menu,

    It doesn’t affect My Account, My Blogs or Notification or any item under it.

    In the second horizontal menu, agains it doesn’t affect Home and Blog

    but Members, Groups and Blogs display 800px (approx) pages as desired.

    Under ‘Visit’ (top right), Random Member and Random Group also do the same,

    but Random Blog shows the same wide screen.

    By the way I am using WPMU 2.1.87 and BP RC2.

    #43687

    In reply to: BuddyPress 1.0 RC-2

    Maythil
    Participant

    I followed it line by line, Andy,

    bu there is no way I can see the buddypress theme.

    But buddyptress is shown as a plugin activated.

    The funny thing is pages other than the main page do show the buddypress theme.

    Please see the difference between the following twi inks.

    http://onlicone.com/my

    http://onlicone.com/my/members

    #43683
    Andy Peatling
    Keymaster

    I’ve just checked and replying to messages works fine on the default themes. I’ll take a look what the problem is on buddypress.org – but it’s most likely because I forgot to mention something that needs to be upgraded.

    #43682
    Andy Peatling
    Keymaster

    Before you report bugs, always check to see if it broken using the default themes. Most of the time you’ll find those bugs are because you haven’t updated your old theme properly.

    #43679

    In reply to: BuddyPress 1.0 RC-2

    Maythil
    Participant

    I installed WPMU 2.7.1 and then BP 1.0 RC-2, but nothing happens.

    Neither ‘themes’ no ‘appearance’ shows BP RC2 is installed.

    Further, plugins show “You do not appear to have any plugins available at this time”.

    It obviously is not as easy as you have mentioned.

    #43659

    Thank them for us. Case closed.

    #43657
    zipnguyen
    Participant

    Nevermind, fixed it. It was a function call. Got help from drmike and Andrewr at wpmudev.org, now I have to do this to all 100 themes. Actually, 99 more as of this writing.

    #43648
    TheEasyButton
    Participant

    Thank you Burt Adsit for that code. Like Hyrxx I was trying to figure out how to change the bar without hacking into the core. Does no good to make a template to share with others if they have to hack the core.

    Hyrxx, to make the change that Burt Adsit explained, I simply pasted his code into the bottom of the functions.php in my theme.

    Nirok
    Participant

    Hey, i was using a customised theme, however i just tried it with the default theme and the same thing occurs there… i’m running WPWU 2.7.1 and the latest BP version that you just released. I’ve just tested this out on the previous version i was testing with WPWU 2.7 and BP RC1 and the same thing occured there. I’m now wondering if it is perhaps a permission issue? How does Buddy Press work with the group avatar? The profile avatars are working fine. Is there a folder somewhere which is created saving the adjusted images?? maybe the permissions arn’t writable?

    #43621
    Andy Peatling
    Keymaster

    In your member theme in /wire/post-list.php change this:

    <?php if ( bp_has_wire_posts( bp_wire_item_id(), bp_wire_can_post() ) : ?>

    to this:

    <?php if ( bp_has_wire_posts( 'item_id=' . bp_wire_item_id() . '&amp;can_post=' . bp_wire_can_post() ) ) : ?>

    #43618
    Paul Wong-Gibbs
    Keymaster

    Well, it’s obviously down to each individual theme. In the nicest way possible, I doubt you are going to get anyone here going in to tell you what HTML changes you need to make to each theme to get it to work the way you want. Suggest talking to each theme’s author.

    Andy Peatling
    Keymaster

    Are you using the latest default themes? What version WPMU/BuddyPress?

    #43613
    Paul Wong-Gibbs
    Keymaster

    Hi

    What versions of WPMU and BP are you using? How did you install them – upgrade or fresh install? And are you using a custom theme – if you are, does it work if you revert to the standard BP theme (to test)?

    #43604
    thebigk
    Participant

    Thanks a lot for the information :)

    #43600
    alunsina
    Participant

    might work for you, it hasnt for mine but others seems to have made it work.

    make sure to check the theme part of the rc-1 to rc-2 upgrade installation.

    #43592
    bpfan
    Participant

    Don’t mind at all and thanks for the very helpful info! :)

    – Steve

    #43588

    Bpfan,

    You can install the same old standard WordPress theme if you’d like, but keep in mind that it won\’t have any functions that tap into BuddyPress at all. Yes they will work, exactly like they did before.

    You upload and install them in the same place you’re used to, wp-content/themes/

    Then they must be activated in the Site Admin->Themes area.

    (Hope you don’t mind, I renamed your topic title so it doesn’t confuse “Member Themes” with “Themes for Members” haha!)

    #43583

    In reply to: RC2 Upgrade issues

    Check the new sticky regarding the theme preview.

    I’m going to integrate bbPress on my test install and give it a go myself this evening.

    #43578
    Jeff Sayre
    Participant

    Andy reviewed and made some additional updates to v1.2 of the Skeleton Component. It is now official and is located here:

    http://testbp.org/resources/bp-skeleton-component-1.2.zip

Viewing 25 results - 30,526 through 30,550 (of 32,218 total)
Skip to toolbar