Search Results for 'theme'
-
AuthorSearch Results
-
October 18, 2010 at 9:57 pm #95517
In reply to: Customizing Group page content based on group
Deb Smith
ParticipantI figured it out – I needed to copy the group-header file into my child theme. It’s working fine now.
October 18, 2010 at 9:49 pm #95515In reply to: Buddypress 1.2.6, 2 months late -.-
thekmen
ParticipantI’m using latest branch which will be 1.2.6 on a pretty busy site at the moment (http://xfactor-updates.com/members/) and it’s extremely stable so far.
One thing I would say is that if you are upgrading & using a custom theme, you will have to make some updates to your functions.php.
Code to display join/leave group buttons and so on, secondary activity stream avatars as well as localisation for a few JS terms will need to be added.
All required code can be found in the latest bp-themes/bp-default/functions.phpOctober 18, 2010 at 6:14 pm #95502In reply to: Bug in a member’s personal activity stream?
Roger Coathup
Participant“activity private” – was just a general thought if you’d added a plugin or other custom code.
As I said before, without detailed info about your configuration, and your theme – it’s going to be difficult for anyone to help you on this one.
Does it only affect one user, or more than one?
Can you simulate it on one machine / browser – i.e. try activity for 2 users – do they both work?
October 18, 2010 at 6:05 pm #95499In reply to: how to edit menus?
@mercime
ParticipantThe navigation menu is in the header.php starting here https://trac.buddypress.org/browser/tags/1.2.5.2/bp-themes/bp-default/header.php#L46
You can change the links by creating a Child Theme so your revisions won’t be overwritten when BP is upgraded.
You won’t find the BP menus in the Appearance > Menu unless you revise the links in navigation menu an code navigation menus function in your theme’s functions.php file and add the template tag for that in header.php – https://codex.wordpress.org/Navigation_Menus
You can also try out this plugin – https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/home/October 18, 2010 at 3:23 pm #95480In reply to: Bug in a member’s personal activity stream?
apwinthrop
ParticipantThe theme hasn’t changed in months, but the person’s activity does not seem to appear on the sitewide stream. No privacy plugins – or blockage of engines. Dumb question- how do you make your activity private?
Cheers
October 18, 2010 at 2:02 pm #95475In reply to: Bug in a member’s personal activity stream?
Roger Coathup
ParticipantIt’s highly unlikely that it’s a bug in the activity stream – hundreds / thousands of sites run the BuddyPress activity stream without problem.
It’s almost certainly something wrong in your bespoke theme / bp-custom.php file.
Have you changed the theme since the second person carried out their activity? Does it show in the main site activity stream? Have you installed some privacy plugins, or has the member specified that their activity is private? Is the site hidden from search engines?
It’s impossible to provide much more help without a lot more information about your site configuration and the details of your theme code.
October 18, 2010 at 1:57 pm #95474In reply to: I need a tutorial of Citizen Kane Theme
ithacaindy
MemberAh! I was thrown by a prompt that said the theme offered logo management – perhaps the mention referred to the default buddypress theme. I appreciate your answer, though.
October 18, 2010 at 1:48 pm #95467In reply to: Javascript error with wp-fb autocnnect
Roger Coathup
ParticipantThis question would be better directed to the plugin developer (it’s not really a BuddyPress question)… they should be able to tell you what elements you need to have defined in your theme.
Note: We use wp-fb-autoconnect on one of our bespoke BuddyPress sites without problem.
October 18, 2010 at 10:35 am #95459In reply to: Where to add a custom js in the code?
Roger Coathup
Participantand, yes… you can write any php you like. Have a look through some of the includes in the default theme files (and also the use of locate_template )
October 18, 2010 at 5:31 am #95453In reply to: I need a tutorial of Citizen Kane Theme
modemlooper
Moderatorswitch out the image file in the theme folder. I think it’s logo.png
October 18, 2010 at 4:18 am #95450@mercime
Participant@jhansensd Agree with @hnla. You asked for advice and that’s the standard one that you’ll get to isolate what the conflict is. You might also want to check out
https://codex.buddypress.org/getting-started/before-installing/#wp-configuration
Then if all’s well with BP plugin, you activate your custom theme and see how it works out. install the other WP plugins one by one to find out which one is conflicting with BP.EDIT – took too long to answer, two already did
October 18, 2010 at 4:10 am #95448pcwriter
ParticipantYes, it is a common issue… and almost always plugin or theme related.
Follow the advice given by @hnla to troubleshoot your install.
Start by deactivating your custom theme to see if that’s the problem.
If not, then deactivate all plugins, and reactivate them one by one to track it down.October 18, 2010 at 2:57 am #95444In reply to: New theme – now available
pcwriter
ParticipantYes, the theme will support custom menus via the addition of my Add-All-Nav-Links-to-BP-Adminbar plugin.
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/
http://nowrecovery.com/justfunstuff/add-all-nav-links-to-bp-adminbar/The original idea for this theme, and the reason I’m developing it, was to help make navigation more streamlined for users by combining the adminbar and main nav into a single unit. I released the plugin first, ‘cuz it works just fine with child themes of bp-default. Now I’m working on the theme to go with it. Of course, the theme will work just fine without the plugin, but…
When will it be available to purchase? Hopefully by the end of this month, I’ll have an initial release of the freebie. If all goes well on road tests of that release, the premium should become available by end of November.
October 18, 2010 at 2:42 am #95434In reply to: How Future Proof Are Buddypress Themes ?
Paul Wong-Gibbs
KeymasterFeature-proof until we add a new screen or function in the core code. If your theme is a child theme of BP-Default, then it’ll automatically get those updates, otherwise they’d have to be added. I think you’re probably safe for the next few months at least.
October 18, 2010 at 2:41 am #95433In reply to: Custom Menus and Default BuddyPress Theme?
Paul Wong-Gibbs
KeymasterOctober 18, 2010 at 2:22 am #95431In reply to: I need a tutorial of Citizen Kane Theme
ithacaindy
MemberHow do I change the logo and can I use custom menus?
October 18, 2010 at 2:18 am #95430In reply to: New theme – now available
ithacaindy
MemberThe theme looks very nicely organized. I have just two questions: will it support custom menus and when will it be available to purchase?
October 17, 2010 at 11:42 pm #95422In reply to: I need a tutorial of Citizen Kane Theme
Juan Amatta
ParticipantOugh!! I didn’t see that!!
Thank You!!!
October 17, 2010 at 6:39 pm #95407In reply to: BuddyPress Mobile Theme
modemlooper
ModeratorClosing this thread. Please move all discussions on this plugin here. https://buddypress.org/community/groups/buddypress-mobile/forum/
October 17, 2010 at 3:58 pm #95398Hugo Ashmore
ParticipantWell the first thing that must be done when troubleshooting is to take your installation back to the bare minimum required, that means no plugins other than BP and using the default BP theme then test whether the issue still arises; this way we know if the issue is theme or plugin related and of couirse we first have ensured that the actual plain WP install all works correctly – which it sounds as though it does in this case.
October 17, 2010 at 12:42 pm #95379Hugo Ashmore
ParticipantThe ‘New Site’ is not! a buddypress site it’s a WP blog which will carry the BP adminbar. These blogs effectively work just as a standard WP blog their theme is defined from their own admin backend.
I would have a good read of all the docs you can find on the BP codex and WP codex.
October 17, 2010 at 7:41 am #95371In reply to: BP components no show in secondary blogs
Roger Coathup
ParticipantYes, you are right with your second assumption – they would typically click back to the main site through the little icon in the wp admin bar top right, or through a custom nav menu that you put in the secondary blogs.
It is better to use 2010 or other theme for the secondary blogs. Bp-default is intended for the maim site where bp is installed
October 17, 2010 at 3:20 am #95368In reply to: I need a tutorial of Citizen Kane Theme
modemlooper
Moderator@amattajm directions are in the readme file.
******How to set up featured posts*****
To show a featured post place it into a category ‘featured’
To show an post in the midbar column place it into a category ‘breaking’
******How to set up custom front page*****
Create a page called home and choose ‘Widget Home Page’ as the page template. Then in admin >> reading choose your created home page as the static front page.
The custom front page shows one featured post and four thumbs of the latest posts. The midbar shows two ‘breaking’ posts. The rest of the front page is made up from widgets.
To show a thumbnail on the front page posts just set an image as a featured image. Thumbnails are automatically cropped. To create exact thumbnails use the sizes listed below
Thumbnail sizes:
featured 405×175
midbar: 150×150
sub content: 190×100******How to set up custom front page widgets*****
Widget areas include the sidebar that is a site wide column. The midbar, only on the front page. The bottom left column under the latest posts.
******How to set up sidebar ad space*****
Add your 300×250 ad code to sidebar.php file.
October 17, 2010 at 2:51 am #95366In reply to: I need a tutorial of Citizen Kane Theme
Juan Amatta
ParticipantOctober 17, 2010 at 2:50 am #95365In reply to: I need a tutorial of Citizen Kane Theme
paulhastings0
ParticipantCould you post a link to your theme?
-
AuthorSearch Results