Results 1 to 4 of 4

Thread: Rant (BP-corporate theme)

  1. #1
    strebel's Avatar
    strebel is offline Hello World
    Join Date
    Nov 2009
    Location
    PHX
    Posts
    23

    Default Rant (BP-corporate theme)

    The BuddyPress "corporate" theme while looks good, it is pure CSS amateur hour.
    Everything, I mean EVERYTHING is float:left;


    Please, for all that is holy in the world... do not just keep adding floats to hack position.

    </rant>

    Besides that... the theme is pretty sweet.
    Last edited by strebel; 12-08-2009 at 05:41 PM.
    Founder - Page.ly

  2. #2
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,801

    Default

    I went to look, but finding their CSS is a bit of a jumble of files.

    The main thing which sets alarm bells off for me is the use of
    Code:
    !important;
    which is a pain in the neck when you are trying to customise a theme as the infernal !important declarations override everything.

    This stuff seems to be chronically rampant in the WP community too and is utterly stupid as it just causes your pages to load slower due to excessive http requests and having to load the first CSS file before being able to load anything useful:
    Code:
    @import url( _inc/css/base.css );
    @import url( _inc/css/directories.css );
    @import url( _inc/css/settings.css );
    @import url( _inc/css/components.css );
    @import url( _inc/css/global.css );
    @import url( _inc/css/custom.css );
    @import url( _inc/css/wp-comments.css );

    They need to kill the outlines around their input boxes too as they look really ugly when you click on them in some browsers.

    Some hovers on the menu wouldn't go amiss either.


    Good to see more BuddyPress themes popping up, but so far they all seem to be derivatives (or at least they look similar) to the one that comes with BuddyPress. I'm hoping someone will build something really crazy and innovative just like has happened with WordPress since it was launched.

  3. #3
    wpmuguru is offline Here For The Peanuts
    Join Date
    Sep 2009
    Posts
    133

    Default

    That whole list of CSS files comes from the BP skeleton theme framework that was released in March/April. When Andy updated the theme this summer he eliminated those.

  4. #4
    Jeffro's Avatar
    Jeffro is offline WPTavern Forum Admin
    Join Date
    Jan 2009
    Location
    Ohio
    Posts
    2,359

    Default

    I think BuddyPress needs a version of Kubrick and have all themes based off of that :) that would be pretty funny to see.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •