Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 14,051 through 14,075 (of 31,072 total)
  • Author
    Search Results
  • @mercime
    Participant

    @raminjan install the Firebug add-on for Firefox, right-click on the element you want to change, then add the changes to your stylesheet.

    The current styles for the updated message

    div#message.updated {
    clear: both;
    }
    div#message.updated p {
    background-color: #8FF57A;
    border-color: #80CF70;
    color: #1A6A00;
    }
    div#message p {
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-size: 14px;
    margin: 20px;
    }

    So use same selectors and change the property/value as you want it acoordingly in your theme’s stylesheet.

    #138246

    In reply to: Privacy extension

    raminjan
    Participant

    thanks my lovely looper you’re my hero. hey bud sorry to ask for too much but that 3 column theme you built is awesome but is there anyway I can add another column to it like right before the default sidebar I have tried but my css margins won’t come out right.

    #138240

    In reply to: Best Strategy?

    StSmith
    Member

    The main site is being used primarily as an organization website. There is a blog page, but for the most part, they are just pages filled with information utilizing WordPress so that the client does not need to use code to manage their website.

    So what you’re saying is follow the steps that will allow the organization theme to play nicely with Buddypress?

    @mercime
    Participant

    == I am using the Eleven40 (Genesis) theme by Studiopress. ==

    OK, Maybe the reason why group forums aren’t working for you is because Genesis has own premium BP compatibility plugin which you should use with Genesis themes and not BP Template Pack, if I recall well. Have you posted your group forum issues at StudyioPress forums?

    maryefern
    Member

    Thanks for the reply!

    Tried deactivating BP Template Pack and switched to default BP theme, but still not working. Also created a new group, but still not working. I am using the Eleven40 (Genesis) theme by Studiopress.

    @mercime
    Participant

    == I am using my own custom theme, along with BuddyPress Template Pack plugin. ==

    Deactivate BP Template Pack plugin and change to bp-default theme. Is issue resolved? What WP theme were you using?

    @mercime
    Participant

    @sp12 a plugin can be as simple as 3 lines of code which you can add in your theme’s functions.php file to one as sophisticated as the BuddyPress plugin.

    For a multisite installation, it doesn’t make sense to just add it to your theme’s functions.php unless the main site and all user blogs are using the same theme/child themes.

    In your case,
    1. copy the code Otto posted at stackexchange
    2. open a text editor
    3. paste the code
    4. save file as > alphabetsites.php
    5. create a new folder via FTP/file manager/etc. named mu-plugins inside wp-content/ folder
    6. upload alphabetsites.php tol mu-plugins folder

    #138213
    @mercime
    Participant

    Doesn’t the Custom Community theme have full-width template?

    #138203
    towhidn
    Participant

    there was a programming mistake inside my theme: bp-themesbp-defaultgroupssinglegroup-header.php , it is solved now, I can see groups and it’s forums.
    but still I can’t disable forum for groups.

    #138184
    modemlooper
    Moderator
    #138179

    In reply to: Registration problems

    parcol
    Member

    It seems the activate page is working.
    I am only using the buddypress default theme. There are no other themes installed.
    Buddypress mobile is installed.

    #138169
    @mercime
    Participant

    Have no idea how you set up your artisteer theme. Usually, navigation links are in header.php and sidebar.php files.

    #138164

    In reply to: Changing HTML in theme

    @mercime
    Participant

    == I have made copies of your theme’s header.php, sidebar.php and footer.php and rename them to header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php. ==

    @nnyorker that was not exactly what was in the instructions. To get this going, open up your theme’s (not our theme) header.php and copy all code, then paste it in pastebin.com. Click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php

    zackasan
    Participant

    Yes that did the trick. I added `define(‘BP_MESSAGES_AUTOCOMPLETE_ALL’, true);` to my themes function.php

    Thank you both

    Tammie Lister
    Moderator

    @themoju, it seems you are using a custom theme there – is it a child of BuddyPress default or are you using the template pack? As a check if you can I’d suggest putting on the default theme for BuddyPress to check if uploads work – that way you can then know if it is your theme.

    admin25
    Participant

    This gets the last date a user logged in and avatar and some extra what-not

    `
    <?php
    global $current_user;

    get_currentuserinfo();
    echo get_avatar( $current_user->ID, 50 );
    ?>

    <?php
    global $userdata;
    global $current_user;
    get_currentuserinfo();
    $author = $current_user->display_name;
    if ( is_user_logged_in() ) {

    echo
    “Hello ” . $author . ““;

    _e(‘, you were last here on: ‘,’appthemes’);
    appthemes_get_last_login($userdata->ID);

    echo
    “. We need you! We want you! Welcome Back!!“;
    }
    ?>

    #nnn {
    color: #1E0D51;
    padding-left: 60px;
    padding-top: 10px;
    width: 800px;

    }

    `

    Roger Coathup
    Participant

    I haven’t tried it myself, but according to in file comments, you should be able to get autocomplete to use all members (rather than just friends), by defining the constant:

    BP_MESSAGES_AUTOCOMPLETE_ALL

    Have a look at the file ajax.php in the default theme

    #138127
    bellacrazy74
    Member

    Hi @mercime I changed to bp-default theme and see avatar if work but still same not work right. Same buddyboss theme, too. Any idea?

    screer recorded: http://www.screenr.com/OWq8

    #138119
    @mercime
    Participant

    @meisterlumpi it has been resolved, so no need to open a new ticket.

    Instead of messing with core file, you could just add the change in your theme’s stylesheet. Also, the the change should have been for body.wp-admin only, since removing it from body could make the adminbar overlap your content at top if your theme design is set flush to top of screen.

    #138115
    johnyonutz
    Participant

    hello

    i have deactivated all plugins except BP
    i have changed to BP
    even deleted all themes except bp default themes
    even removed all plugins except BP

    no such luck…

    am I missing something ?

    thank you for your kind reply

    #138114
    @mercime
    Participant

    @johnyonutz

    == By plugin remove you mean.. ==

    You can just do this first -> a) just deactivate all plug-ins except BP
    and change to bp-default theme

    == Also: “bp-custom.php” file is located in … ? ==

    You create the file bp-custom.php -> https://codex.buddypress.org/extending-buddypress/bp-custom-php/

    #138112

    In reply to: buddybar widget

    slushman
    Participant

    Hey raminjan,
    I don’t believe I’ve heard from you before, but I’ll try to help the best I can. Most of the CSS just places the boxes and such, all the actual styling beyond that comes from your theme. Can you tell me what you’re trying to get vs what its doing currently?
    Slushamn

    #138110
    @mercime
    Participant

    @bellacrazy74 change to bp-default theme and see if crop avatar works from there.

    @mercime
    Participant

    Add this to your theme’s stylesheet:

    `div#wpadminbar { position: absolute !important; }`

    @mercime
    Participant

    @joemd did you move the /gallery/ folder from bp-gallery plugin folder into your active BP-compatible theme? Also @sbrajesh usually posts compatibility fixes or updates for BP Gallery at BuddyDev.com if needed.

Viewing 25 results - 14,051 through 14,075 (of 31,072 total)
Skip to toolbar