Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,876 through 30,900 (of 32,368 total)
  • Author
    Search Results
  • #42903
    Jeff Sayre
    Participant

    Nicola-

    You are correct! That is an important point.

    I should have mentioned that I use this technique only with my custom themes, not with the standard BP themes.

    #42902
    danielfelice
    Participant

    yeah using the latest themes

    brand new install

    #42901
    nicolagreco
    Participant

    have you updated your themes ?

    #42898
    nicolagreco
    Participant

    jeff you know, i don’t like touch the code :)

    (given that an update to the member theme or to the home, will break your install :)

    #42892
    Burt Adsit
    Participant

    Now that you mentioned what theme you are having problems with it might be easier to help. Now I get to guess what file that code lives in and what version bp you are using.

    #42890
    vito687
    Participant

    I am the theme author well editor, as it is a extremely edited buddy press member theme , thanks ill check the base css, I dont remember changing that but maybe I did? It weird though that the \”site activity\” list images appear just fine its just within the members page,

    #42889
    Burt Adsit
    Participant

    The bullet images that show up in the activity stream are background images that live in the home theme’s /images directory. They are defined in the /css/base.css file. If your theme doesn’t define them in css or they aren’t located in /themes/<your theme>/images then they won’t appear.

    Talk to your theme author.

    #42886
    takuya
    Participant

    it works on my environment, what’s ur setup? versions?

    #42882
    takuya
    Participant

    r1324 is what I use. yes, the default themes.

    #42880
    Burt Adsit
    Participant

    The menu icons in the member theme, the little bullets, next to ‘Activity’, ‘Profile’ etc. don’t change based on the member slug. They don’t have anything to do with it.

    They are defined in css and are fixed elements that get displayed as background images like this: url(../images/activity_bullet.gif) based on the location of the base.css style sheet.

    They still show up fine even after I changed the members slug to something else in bp-custom.php with the cache disabled in the browser. This is on the latest bp trunk.

    Are you using the default member theme? What version bp? Are those the icons you are talking about?

    #42879
    Jeff Sayre
    Participant

    Home theme:

    wp-content/themes/buddypress-home/

    Member theme (for RC1):

    /wp-content/member-themes/buddypress-member/

    #42878
    2490015
    Inactive

    just to make sure I’m doing this install right can you tell the correct destination of the member-theme please.

    #42877
    jfcarter
    Participant

    I setup the plugin; it doesn’t work, unfortunately.

    Anyone else have any other ideas?

    #42874
    Jeff Sayre
    Participant

    @Nicola-

    Remember:

    <?php bloginfo('template_url'); ?>

    won’t work fine because the template url changes when you’re in pages that use the member theme

    This is what I use on my dev site and it works just fine. No need for an extra php file, just a simple, single line of code in the head section of the header file.

    #42865
    nicolagreco
    Participant
    <?php

    function my_favicon() {
    ?>

    <link rel="shortcut icon" href="/favicon.ico" />

    <?php
    }
    add_action( 'wp_head', 'my_favicon' );

    ?>

    put it in a file my_hacks.php and put the file in mu-plugins/

    put your favicon, in the root directory

    Remember:

    <?php bloginfo('template_url'); ?> won’t work fine because the template url changes when you’re in pages that use the member theme

    Jeff Sayre
    Participant

    The main (home) page would have to use a customized theme that is simply a splash page (spalsh screen) that gives basic information about your site and a place to login and sign up.

    Once a user has logged in, it would then go to the BuddyPress home page–which you could also customize if you want.

    Read this thread for how to Secure components from non logged in users.

    #42861
    Jeff Sayre
    Participant

    It has to be somewhere between the opening and closing head tags

    <head></head>

    It cannot go in the body section.

    Also, I assume that you\’ve followed the standard directory structure for the themes:

    '/wpmu/wp-content/themes/buddypress-home

    #42850
    Scotm
    Participant

    Makes perfect sense…I’ll give that a whirl.

    Cheers

    #42844

    In reply to: 404 everywhere

    Jeff Sayre
    Participant

    More questions?

    1. By latest WPMU, do you mean latest public release?
    2. Have you customized the theme in any way?
    3. Have you tried disabling all but the BuddyPress plugins?
    4. Where exactly do you have the BuddyPress plugins installed?
    5. Have you tried re-uploading from scratch?

    #42842
    Lance Willett
    Participant

    Hi Scotm,

    For custom CSS, it’s best to create a file called “custom.css” in your theme — see the “custom-sample.css” in the theme (you can copy that file, rename it to “custom.css”, and modify it).

    For the border, you can probably use the #main element, like:

    #main {
    overflow: hidden;
    border: 1px solid red;
    }

    The reason the border doesn’t go all the way to the bottom of the element in your current setup is that there are floated elements inside of it — meaning that the parent element does not wrap them. Using “overflow:hidden” is a nice way to wrap those floats.

    #42836
    Burt Adsit
    Participant

    I’ll reply to the name issue here also. The group names and descriptions can be arbitrarily long and can trash the theme layout in bbpress. These are two different software packages Elody and I chose to be as minimally invasive as possible. I left the forum name and description up to the bbpress/wpmu admin’s discretion.

    I didn’t think that a site admin would be too happy to have the theme broken by a long group name.

    I included a way out also. The name and description of the group are pulled over to bbpress and are available as template tags for you to use.

    oci_group_name()

    oci_group_description()

    #42835
    jfcarter
    Participant

    Is there a way to force a login to view the member directory?

    Also, is there a mechanism to force a theme for all new user blogs? Even though I’ve disabled the default theme in the Site Admin panel, all new user blogs still have it.

    #42823

    In reply to: Change Fonts

    stefk
    Participant

    awesome …thanks so much!!! :-) I did it and it worked..changed the font base in the member and home themes :-)

    #42817
    jfcarter
    Participant

    Socialpreneur, this is perfect! Do you think there is anyway to prevent the Site Admin menu selections from being overridden by individual blog owners?

    #42814
    takuya
    Participant

    visit wpmudev, there’s plugin called, menu something which does what you want.

Viewing 25 results - 30,876 through 30,900 (of 32,368 total)
Skip to toolbar