Search Results for 'theme'
-
AuthorSearch Results
-
November 23, 2010 at 12:21 am #98951
In reply to: buddypress bar
Tekuan Coleman
Memberi see a “buddymatic” theme says it comes with 2 ready child themes……..or should i stick to suffusion?
November 23, 2010 at 12:12 am #98949In reply to: buddypress bar
pcwriter
ParticipantAh yes, child themes are one of the MOST important things to learn when it comes to BP.
Here’s a link to the codex tutorial:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/Could you post a link to your site? I could register there and see if I can help out.
November 23, 2010 at 12:05 am #98948In reply to: buddypress bar
Tekuan Coleman
MemberIf i had any hair right now i swear id pull it all out…..can just delete everything and start from scratch? well everything but wordpress. my theme (suffusion) and all plugins? it says i need to create a child theme 1st….gotta figure out that 1 as well….im really sorry man. and you have been more then helpful. im just really new and just when i thought i knew something BANG!!! im smacked with the idiot feeling
November 22, 2010 at 11:54 pm #98945In reply to: buddypress bar
pcwriter
Participant@Tekuan_Coleman
Gotcha! Here’s how…
1- Enable “Hide Main Theme Nav”, “Add WordPress pages/menus”, “Add Buddypress components” and “Scroll with pages”.
2 – Go to “Sizes & Position” and adjust the “Overall navbar width” to the width of your template.
3 – Play around with “Vertical offset” and “Horizontal offset” until you get it positioned about where you want it.
4 – Save settings.
5 – Now go to “Appearance” > “Menus” and select the WP3 custom menu you want at “BP-WP-Navbar Menu 1”
6 – Click “Save” at “Theme locations” and “Save menu”
7 – Check your site and refresh a page.
8 – Repeat, lather & rinse until you get it “just right”.
9 – Have fun!November 22, 2010 at 11:38 pm #98941modemlooper
ModeratorIt’s custom and there was a tutorial awhile back that did something similar http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
November 22, 2010 at 8:46 pm #98917In reply to: “Join Group” link does nothing on my site
Ipstenu (Mika Epstein)
ParticipantFYI, I fixed mine by manually forcing “ into my theme files. Put it right above the actions.
November 22, 2010 at 8:37 pm #98915Ownerer
MemberI’d also like to point out, that I want to use the bar on the main blog, but not on any other pages.
That is to say, please don’t say put ‘define(‘BP_DISABLE_ADMIN_BAR’, true );’ in your wp-config.php file and you’ll be fine.
Because I do want to use it, just not on every single page.
November 22, 2010 at 5:12 pm #98888In reply to: Do more with member profile! Help needed!
techguy
ParticipantYou’ll need to turn on registration in the admin panel and then the registration page will appear. Anything could be done to the profiles. It’s all about adjusting the theme to include the things you mention.
November 22, 2010 at 2:18 pm #98873In reply to: Activity Stream on Home Page under a Sticky Post
Brad
ParticipantYes – It is the Ultimate Blogging Theme. The site wide activity plugin does not have a good look on my theme. That’s why I want the stream under the home post.
Is there a function I could add in my home.php page or something?
November 22, 2010 at 10:32 am #98864In reply to: Disable Activity Stream for Profiles?
Brajesh Singh
ParticipantHi,
The private updates on group should not be visible to anyone other than the profile owner. It means something is wrong, you should check other plugins.
btw, yes, you can remove the activity section from profile. put the following code in your theme’s functions.php`
global $bp;
bp_core_remove_nav_item($bp->activity->id);
`
But this will make the profile inaccessible, as activity is set as the default profile component. so you may want to put the following code in bp-custom.php
`
define(“BP_DEFAULT_COMPONENT”, “profile”);
`
hope that helps.November 22, 2010 at 7:48 am #98856Avi M
ParticipantThanks for the reply! I can run this by them (again) but while the theme authors are generally great on the forum issue they don’t seem to be all the open to suggestions.
Any chance that if I post the /groups/…./forum/ page here you might be able to help point me in the right direction?
November 22, 2010 at 7:39 am #98855Hugo Ashmore
ParticipantIt looks to be a theme issue, the /groups/…./forum/ page should have the class ‘zebra’ on the table element you will either need to add this class manually or contact the authors and ask them to update the theme or they may have done and you’re using an old version?
November 22, 2010 at 4:24 am #98851In reply to: Setting Activity as BP home page.
r-a-y
KeymasterCustom permalink structure shouldn’t matter, but have you tried resaving the permalink settings?
Also try disabling any plugins that might interfere with this. Including redirect and caching plugins.As a last resort, you can always create a page template copying exactly what is in /buddypress/bp-themes/bp-default/activity/index.php and setting that as the front page…
November 22, 2010 at 4:19 am #98850In reply to: Setting Activity as BP home page.
eor
Membermy BP version is 1.2.6. I’m also using a custom permalink structure…./%post_id%/%postname%/
Do you think the custom structure may be affecting it? Should I use one of the common settings instead?
Also I’m using a non BP theme that I’ve used the template pack for and converted css etc.
Thanks,
EORNovember 22, 2010 at 4:08 am #98848In reply to: missing stylesheet
r-a-y
KeymasterMake sure you have a /bp-themes/bp-default/ folder complete with stylesheet in your /wp-content/plugins/buddypress/ folder.
If you don’t, manually reupload the BuddyPress plugin to your /wp-content/plugins/ folder:
November 21, 2010 at 8:20 pm #98823In reply to: Adding action in global.js ?
Paul Wong-Gibbs
KeymasterI can’t figure out how to unload wp_enqueue_script() files
Has anyone done this before?
@imjscn If this is urgent I would recommended that you edit the default theme’s functions.php and delete the wp_enqueue_script() line. Remember this is only temporary and when you update BuddyPress in future, it will get added again.
November 21, 2010 at 8:09 pm #98822In reply to: New BuddyPress Theme: BuddyBase
Michael Eisenwasser
ParticipantPlease try upgrading to the newest version of the theme, which you can download at buddyboss.com. If you have an old version (from a week or two ago) there was a bug with this exact issue.
November 21, 2010 at 8:02 pm #98821gregfielding
ParticipantThanks @modemlooper
November 21, 2010 at 8:01 pm #98820In reply to: BP adding -2 when spaces are included in username
Paul Wong-Gibbs
KeymasterMichel, this forum is quietest at weekends. Please allow a day or two before re-posting to a topic; if you haven’t had a response, then people probably don’t have an answer.
As you can tell from the trac ticket you found, when it was previously reported, no-one figured out exactly why this was happening, so we couldn’t fix it. Looking at a comment on the ticket now, someone seems to think that if you put the following line into your theme’s functions.php, it might resolve the issue:
remove_action( 'pre_user_login', 'bp_core_strip_username_spaces' );
If the ticket covers the same problem that you have, this might be a fix. You can tell by creating a new user account once you’ve put that into your functions.php. I cannot guarantee that this would not cause any other issues. Indeed, I can’t understand why BuddyPress does this anyway, without spending a couple of hours investigating.
The issue seems to be the presence of spaces in the username/log in name. If this does fix your issue, please would you give us a sample of username/log in name so I can investigate.
November 21, 2010 at 6:12 pm #98816modemlooper
Moderatormembers/single/activity/permalink.php
This is something that was debated before. I think it should match rest of site. Originally this page didn’t even have a navigation!
November 21, 2010 at 5:11 pm #98811In reply to: missing stylesheet
modemlooper
ModeratorTry activating Twenty Ten theme and see if the BuddyPress theme fixes itself.
November 21, 2010 at 8:54 am #98802In reply to: Tweet an Activity Update
Tekuan Coleman
Memberthe share button looks good on the activity page…works bad for me. can that be because i have another, seperate share button on my theme pages? it made it’s way to facebook but didnt show the post just a link and the link takes me back to that “white page of death” as ive heard it called….lol
November 21, 2010 at 1:54 am #98785In reply to: Remove “Group Admin” section on Group page
November 20, 2010 at 10:00 pm #98773In reply to: Remove “Group Admin” section on Group page
desha
MemberPerfect. Thank you. I believe that is in the theme.css file (or is there a better place to put in the css override?
November 20, 2010 at 7:13 pm #98760Avi M
ParticipantSame thing happened to me a while ago. I think it had something to with changes to BP and my use of a nonupdated version of my theme.
-
AuthorSearch Results