Search Results for 'theme'
-
AuthorSearch Results
-
December 16, 2010 at 4:45 am #100671
In reply to: Background/Header Help?
@mercime
ParticipantI 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 tasteDecember 16, 2010 at 12:45 am #100662In reply to: Background/Header Help?
@mercime
ParticipantCreate 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.December 15, 2010 at 10:12 pm #100652Paul Wong-Gibbs
KeymasterI’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.
December 15, 2010 at 10:09 pm #100650In reply to: Question about activity stream length…
Paul Wong-Gibbs
KeymasterAnother 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.
December 15, 2010 at 10:07 pm #100648In reply to: User Login abstruse / missing useabillity
Paul Wong-Gibbs
KeymasterI 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
December 15, 2010 at 9:02 pm #100636In reply to: Style Members Section through Child Theme?
digital-skraps
MemberThat worked, just needed to pull the “Members” directory out of the bp-default directory that i had in my theme. thanks!
December 15, 2010 at 7:22 pm #100624In reply to: Style Members Section through Child Theme?
digital-skraps
Memberah 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!
December 15, 2010 at 6:38 pm #100616In reply to: Style Members Section through Child Theme?
David Carson
ParticipantOne 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.
December 15, 2010 at 6:19 pm #100612In reply to: Style Members Section through Child Theme?
David Carson
ParticipantThis 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
December 15, 2010 at 2:04 pm #100593In reply to: solo practice university
David Carson
ParticipantNo 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.
December 15, 2010 at 1:45 pm #100587Andrea Rennick
ParticipantWell, 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.
December 15, 2010 at 11:20 am #100571Dolphus
MemberHi, 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.2and 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
December 15, 2010 at 10:38 am #100568@mercime
ParticipantBlogs: 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.December 15, 2010 at 8:23 am #100564hachimaki
MemberAnd 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.
December 15, 2010 at 3:17 am #100543mira360
Participanti 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.December 15, 2010 at 1:44 am #100537In reply to: Send-to autocompletion is broken
KatieBen
MemberDitto here, I’m not using the default theme, and I don’t have the friends component disabled..
December 15, 2010 at 1:30 am #100536In reply to: How to upgrade my theme for buddypress
@mercime
ParticipantWhat karmatosed said. For #1 with Template Pack, make sure you have “ before ending “ tag in `footer.php`
December 15, 2010 at 1:20 am #100534r-a-y
KeymasterCan 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.
December 14, 2010 at 11:54 pm #100526In 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.
December 14, 2010 at 11:28 pm #100513In reply to: Using the existing component in members theme
Andrea Rennick
ParticipantIf 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.
December 14, 2010 at 11:14 pm #100507In reply to: post installation error mission!
Lisa Sabin-Wilson
ParticipantDoes 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!
December 14, 2010 at 10:57 pm #100498In reply to: New WP theme framework will have BP support
Andrea Rennick
ParticipantAnd 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.
December 14, 2010 at 10:46 pm #100489In reply to: How to upgrade my theme for buddypress
Tammie Lister
ModeratorThere 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/December 14, 2010 at 10:45 pm #100488In reply to: Where did user interactions go?
r-a-y
KeymasterCan 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?
December 14, 2010 at 10:38 pm #100485In reply to: Post Thumbnail in BP-Default Theme
r-a-y
KeymasterSounds 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;}
` -
AuthorSearch Results