Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,001 through 22,025 (of 32,562 total)
  • Author
    Search Results
  • #100671
    @mercime
    Participant

    I forgot to add — add this to your child theme’s functions.php (if you don’t have one, create one)
    `<?php
    define( ‘HEADER_IMAGE_HEIGHT’, 200 );
    ?>`
    adjust to taste

    #100662
    @mercime
    Participant

    Create a child theme of bp-default theme.
    Re: background color = You need to override default style by changing the background color and image from
    `body {
    background: #eaeaea url( ../images/background.gif ) top left repeat-x;

    }`
    to something like the following which you should add in child theme’s style.css
    `body {
    background: #fffff none;
    }`
    which you adjust to taste.

    Re: header size change height set in default theme by adding this to your child theme’s style.css
    #header{
    height: 200px;
    }
    adjust to taste.

    Paul Wong-Gibbs
    Keymaster

    I’m not sure the current BP-Default theme is suited to front-end blog posting; it doesn’t make sense for all themes. We’re quite close already, as we could re-use the post box on the activity stream page as a starting point. Maybe we could template it out a bit.

    #100650
    Paul Wong-Gibbs
    Keymaster

    Another option in your theme is changing the relevant template(s) to specify a number of items in the activity stream to show; see https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/ for API documentation.

    #100648
    Paul Wong-Gibbs
    Keymaster

    I agree that if an user tries to log in, who hasn’t activated their account yet, there should be more help in the default theme; there’s nothing stopping you from building this into a custom theme right now.

    Please would you submit this as an enhancement request and we’ll build it into a future version of BuddyPress? Thanks :)

    #100636

    That worked, just needed to pull the “Members” directory out of the bp-default directory that i had in my theme. thanks!

    #100624

    ah that may be the problem. i have my theme folder, and within that i have the bp-default. so i should pull out just the files or dir. within that, that are needed. thanks!

    #100616
    David Carson
    Participant

    One other note.

    `
    “I copied the bp-default containing the members directory and its files.”

    `

    You should not copy over the entire bp-default directory and its contents. Only copy over the individual file (and possibly directory) that you are trying to override.

    If you copy over the entire bp-default directory into your child theme, your child theme would essentially be a standalone theme and you won’t benefit from using the bp-default theme when you upgrade. The parent theme would be ignored. Copying over only the specific files you are changing will also help you to see exactly what you’ve changed when it comes time to upgrade.

    #100612
    David Carson
    Participant

    This link should help you get your child theme ready to go – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    It sounds like the child theme you created might not be activated yet. Once you activate the theme you should see the changes straight away when you modify the child theme.

    On a related note, I’d highly recommend using the stylesheet of your custom child theme wherever possible to manipulate the presentation of your content. If you wanted to change the style of the members directory, start your selector with body.directory.members like this:

    `
    body.directory.members a { color: #000; }
    `

    In the example above, I’ve just chained together the two body classes (directory and members) that are used in the default BP theme when viewing the members directory.

    Source: Class selectors

    #100593
    David Carson
    Participant

    No courseware. The site was launched March 2009 on WordPress MU/BuddyPress. Slight modifications based on snippets/plugins posted by Burt Adsit, Paul G., Boone G., JJJ and Andy.

    The content is mostly pre-recorded video and audio – not a formal educational program with assignments etc. So the setup is pretty straightforward and most of the customization is just theming. Main site has different content for logged out and logged in users. “Classrooms” are private sub-domain blogs (soon-to-be sub-domain sites) with a classroom theme. The main site and classroom sites are both using custom child themes powered by the BuddyPress default theme.

    I’m in the process of upgrading the site so I’ll be around here more often if you have questions.

    Andrea Rennick
    Participant

    Well, there’s the elastic theme, and there’s P2 both of which have front end editing. there’s other front end editing plugins which work after the entry is posted.

    Given the admin bar is going in wp 3.1, things are moving in that direction anyway. A bunch of developers are working independently on things like this.

    #100571
    Dolphus
    Member

    Hi, Paul
    1. Which version of WP/MU are you running? –>3.01 UPDATE TO 3.03
    2. Did you install WP/MU as a directory or subdomain install? –>DIRECTORY , http://WWW.TURMADOESPORTE.COM ; http://WWW.NETWORKSERVICEMARKETING.COM.BR/TURMADOESPORTE
    3. If a directory install, is it in root or in a subdirectory?–> SUBDIRECTORY
    4. Did you upgraded from a previous version of WP/MU? If so, from which version? –> 3.01 UPDATE TO 3.03
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. .–> BEFORE OPERATING NORMALLY, permalinks, NEW POST, commenting
    6. Which version of BP are you running?–> 1.2.6
    7. Did you upgraded from a previous version of BP? If so, from which version? –>NO
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? –> YES
    Akismet Versão 2.3.0, /
    BuddyPress 1.2.6 /
    CodeStyling Localization 1.99.7
    Contact Form 7 2.4.2/
    MapPress Easy Google Maps 2.28
    Really Simple CAPTCHA 1.2
    Simple RSS Feeds Widget 1.0.2
    Social Media Widget 2.8.2
    WP-Mail-SMTP 0.8.6
    WP Facebook Like 1.4.0
    WP Orkut Share 1.2

    and I install
    bbPress 1.2.6
    9. Are you using the standard BuddyPress themes or customized themes?–> Custom Community 1.6.2
    10. Have you modified the core files in any way?–> NO
    11. Do you have any custom functions in bp-custom.php? –> NO
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?–> 1.2.6 , COPY DIRECTORY/PLUGINS AND INSTALL
    13. Please provide a list of any errors in your server’s log files.
    WHEN CREATED NEW GROUP, LINK BROKEN ,http://networkservicemarketing.com.br/turmadoesporte/groups/create/
    14. Which company provides your hosting? http://WWW.LOCAWEB.COM.BR
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? WINDOWS,

    THANKS FOR COOPERATION

    @mercime
    Participant

    Blogs: You have to enable multisite in your WP install first before you can let journalists create their own blogs. Read how to https://codex.wordpress.org/Create_A_Network

    Template Pack: Here’s a BP Template Pack walkthrough which could shed some light on how to add styles – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
    Basically, you copy some styling from bp-default theme and tweak it to taste.

    hachimaki
    Member

    And how can I do that? Because it’s not in the buddypress options, I infer I should do a lot of coding.

    Now I’m testing with a wordpress installation in my root xxx.com and a WordPress Magazine theme made compatible with @AndyPeatling Theme Pack plugin. But the tricky bussiness is that now, although it works fine, I don’t have a style in the buddypress things, as the theme is not designed to work with it, and I’m a bit lost of how to stylize these parts.

    #100543
    mira360
    Participant

    i make a child theme to parallax header, but the problems come later.

    the z-index of my header put all popup divs under the body, and a i have not a solution at the moment for this.

    You will have many problems with the plugins if use parallax header.

    this is the link to download my custom theme (parallax) is a child of bp-default theme.
    http://www.tropicthunder.com.es/bp-parallax.zip

    ¿anybody have a solution for this problem on a child theme.?
    I think Parallax have many posibility of dinamic header for bp.

    #100537
    KatieBen
    Member

    Ditto here, I’m not using the default theme, and I don’t have the friends component disabled..

    #100536
    @mercime
    Participant

    What karmatosed said. For #1 with Template Pack, make sure you have “ before ending “ tag in `footer.php`

    #100534
    r-a-y
    Keymaster

    Can you try activating the BuddyPress Default theme to see if these problems go away?

    Re: #4 – I just signed up for your site and it did not redirect me to the control panel after logging in.

    #100526

    In reply to: Installing Buddypress

    Andrea Rennick
    Participant

    “My current theme is supported by buddypress & I’ve installed the template pack in order to resolve this matter.”

    If your current theme already supports buddypress, you DO NOT NEED the template pack.

    that plugin is *only* used if your theme does *not* have BP support. Likely that’s why you’re getting errors.

    #100513
    Andrea Rennick
    Participant

    If you wanted to replicate all the BP sections on each blog, you can do this:

    Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:
    `define ( ‘BP_ENABLE_MULTIBLOG’, true );`

    They still have to register at the main site.

    #100507
    Lisa Sabin-Wilson
    Participant

    Does not look like you’re using a BuddyPress compatible theme. The default TwentyTen theme is not BP compatible, out of the box.

    Try making the your current, activated theme compatible with BuddyPress by using the BuddyPress Template Pack plugin:
    https://wordpress.org/extend/plugins/bp-template-pack/

    Or, create a child theme for BuddyPress:
    https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    Either way, your theme must be BP compatible in order to utilize the BP features.

    Good luck!

    #100498
    Andrea Rennick
    Participant

    :) And it is good to state so, because it also bugs me when someone shows up complaining that it’s not free. ;)

    here’s hoping more theme authors jump on the bandwagon and do the needed work to add support for BP. It’s just better for us all then.

    #100489
    Tammie Lister
    Moderator

    There are a few options open to you:

    1. Use the template pack – this is due an update : https://buddypress.org/community/groups/bp-template-pack/
    2. Get a free BuddyPress theme : https://buddypress.org/extend/themes/
    3. Get a premium theme
    4. Pay for a developer to adapt your theme: https://buddypress.org/community/groups/bp-jobs-board/

    #100488
    r-a-y
    Keymaster

    Can you try overwriting what is in your /buddypress/bp-themes/bp-default/ folder from the manual package?

    Do the buttons show up when you use the bp-default theme?

    #100485
    r-a-y
    Keymaster

    Sounds like you have the image working, but you need to get acquainted with CSS, especially the float declaration.

    Try fooling around with this in your stylesheet:
    `
    .entry .thumbnail {float:left; padding-right:1em;}
    `

Viewing 25 results - 22,001 through 22,025 (of 32,562 total)
Skip to toolbar