Search Results for 'theme'
-
AuthorSearch Results
-
April 4, 2011 at 4:18 am #109502
wilsontray
MemberI added it but I still dont see an easy way to set it as a default theme for new blogs… did they just hide it with the new 3.1 multsite or somthing? Or did I install it incorrectly as now I dont have my superadmin menu just a way to toggle between network and site admin on the top menu bar
April 4, 2011 at 3:46 am #109501@mercime
Participant@wilsontray it would work if you create a child theme of bp-default and upload it to wp-content/themes. The script doesn’t recognize path to wp-content/plugins/buddypress/bp-themes/bp-default as I recall.
April 3, 2011 at 9:48 pm #109486Voltaros
MemberAmm… I’m not sure, but maybe you can edit the file inside you theme folder (members/single/profile/edit.php) and remove the line of
`<select name="_year” id=”_year”>
`
I’m not sure, but maybe it can work.
April 3, 2011 at 5:18 pm #109466In reply to: Removing site name from admin bar
Hugo Ashmore
ParticipantEasiest way to research how is to examine the two core files responsible for the adminbar/buddybar:
buddtpressbp-corebp-core-buddybar.php & bp-core-adminbar.phpCSS is only a presentational language, display:none not the best way of hiding/removing something
to remove the site name completely add to your functions.php file in a child theme or in bp-custom.php in plugins folder this line:
`remove_action( ‘bp_adminbar_logo’, ‘bp_adminbar_logo’ );`
April 3, 2011 at 4:38 pm #109462In reply to: Removing site name from admin bar
@mikey3d
ParticipantIn your child theme, open adminbar.css and add
#admin-bar-logo{display:none}that it.April 3, 2011 at 3:56 pm #109461@mercime
Participant== I am going to paste my header.php in the pastebin.com ==
You’re welcome. But why header.php? The structure you’ll be imposing on the BP template files transferred to your active theme will be coming from page.php
April 3, 2011 at 2:55 pm #109457mikeytrooper
MemberHey Mercime again thanks for responding so quickly and helping out. Out my deal….. I fixed the last issue but of course I am confused again!
I am currently trying to finish the add bp component Navigation Links in the Final Steps of the website you sent me. https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
If you could check this out you would be saving my life and my computers life because you will prevent me from tossing it out my window.
I am going to paste my header.php in the pastebin.com
My name on the site is Mikeytrooper and the name of the of the post is “On Demand Header”.Again thanks your the man!
– MikeApril 3, 2011 at 2:18 pm #109453In reply to: BuddyPress Questions & Answers
imjscn
ParticipantThanks for response!
@nahummadrid , by using posts & comments , only admin and authors can post questions. To allow visitor posting, something else is needed
@Bowromir , Basically, I need the Q&A system play nicely with main BP features and plugins. Especially a rating sytem which can communicate between BP user stats and Q&A results, also allows the rating result to be hooked up with Achievments plugin.
Other features include the ability of allowing anybody to start a post (the qurestion), registration is not required but the offer is provided; question are sortable by category or by tag; Each question has its own permalink; Questions has a list page; Questions and Answers can be listed under user’s home page nav tab,
The premium theme Instant-QA is really nice as an independant system. But I think a lot of works still needed to tweak it working with BP user profile and multisite. So, maybe it’s better dive into BP straight?
I tried Question-and-Answer-Forum plugin, it doesn’t register the post type with BP properly so that things are not running on BP; I also tried One-Quick-Post, it could work as Q&A if remove other un-related stuffs and add a rating system, but the code seems not stable in itself, Things are not smooth even without any tweaking, so I think it not worth working on.
I think the most posible smooth model is the BP activity component? — maybe make an Activity clone, remove un-related functions, allow guest post, then, adding user stats and rating system become simple.All my thoughts might be un-realistic because I don’t have coding experience. Hope you guys continue shading lights on….
April 3, 2011 at 12:39 pm #109451In reply to: BuddyPress Questions & Answers
Nahum
ParticipantAny theme can be a q&a theme with some modifications to the comments.php and adding something like gravity forms to the frontend for user posting(questions). There’s other language stuff you can modify so all your verbiage is inline with Q&A terminology (instead of posts & comments replace with Questions and Answers.) Add BP layer and you’ve got a pretty nifty social Q&A site. every bp site I build has a q&A site component so you’re on the right track.
You could possibly also use Forums in such a way but I wouldn’t go that route because of how they are tied to groups.
April 3, 2011 at 12:04 pm #109450In reply to: BuddyPress Questions & Answers
Bowe
ParticipantYou can do this a regular WordPress plugin. What features specific to BuddyPress do you need? Or get a premium theme like this: http://wordpressqa.com/instant-qa/
April 3, 2011 at 5:47 am #109439In reply to: navigation menus
pcwriter
Participant@idunno2day
lov yer handle!Always try to search the forums before asking a question that has very likely been asked before. You would have found this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/transforming-the-default-navigation-bar-activity-groups-members-etc-into-a-dropdown-menu/EDIT: you could also try a theme that already has custom menus enabled. Mine comes to mind
http://BuddyLite.comApril 3, 2011 at 4:05 am #109435@mercime
Participant@mikeytrooper let’s take it here, better than in my profile update page

== I just have one more question I am looking at the on demand html and I don’t see the style.css I was wondering if you knew if it may be under a different name. ==
Not quite sure what you mean. Go to On Demand theme folder and open page.php with text editor and check HTML structure as I noted in the walkthrough. Your style.css file should also be in that theme folder. Like I mentioned above, last time I tweaked On Demand was a year ago. Though there must have been some major revisions to the template files since then, surely there’s a page.php and style.css file in the folder.
If you want me to check out the structure, copy contents of your theme’s page.php file and paste in http://pastebin.com/ and save. Post the generated URL here.
April 2, 2011 at 9:32 pm #1094061reason
MemberThanks and I am sorry that I did not include this information before
1. Which version of WP/MU are you running? 3.1
2. Did you install WP/MU as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root (I think, I have it on godaddy)
4. Did you upgrade from a previous version of WP/MU? If so, from which version? no
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
6. Which version of BP are you running? no, went from wordpress to buddypress
7. Did you upgraded from a previous version of BP? If so, from which version? No, just loaded buddypress a couple of days ago
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Amikelive Google Adsense Widget
BuddyPress Chat Component
BuddyPress Follow
BuddyPress Usernames Only
BuddyStream
Configure SMTP
Delete Spam Daily
Google Analytics for WordPress
Mail From
Math Comment Spam Protection
Quick Adsense
ShareThis
StatPress Reloaded
STC – Tweet Button
Wikinvest Wire
9. Are you using the standard BuddyPress themes or customized themes? standard
10. Have you modified the core files in any way? not that I know of
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? not running bbPress
13. Please provide a list of any errors in your server’s log files. none
14. Which company provides your hosting? godaddy
15. Is your server running Windows, or if Linux; Apache, nginx or something else? LinuxThanks
April 2, 2011 at 7:23 pm #109396@mercime
ParticipantBy walkthrough, you mean this one? https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
The last time I checked out an On Demand theme was almost a year ago, but I remember it has a page.php file where you can see the HTML structure you should impose over the BP template files transferred when you went through the compatibility process with BP Template Pack.
April 2, 2011 at 8:58 am #109355In reply to: Can you multi-site BuddyPress?
nsbp001
ParticipantI am interested in this thread. I would like to have 3 BP networks with three separate brands and three separate URLs, but them all using the same database. That is, a user signed up in site3 can see, group with, friend, email, etc a user in site 1 seamlessly.
So site1 would be subdomain.domain1.org and typing in that URL gets you to a page where you see a a theme and branding specific to domain1.org. Site2 would be domain2.org and likewise going to that site you would see a theme and branding specific to domain2.org, and likewise for site3.
The independent branding is important, but the ability to have cross site networking is important as well.
On solution I thought of is the following:
Set up BP network with users subdomain.domain1.org/domain2 and subdomain.domain1.org/domain3. Then use the Domain Mapping plugin to map domain2.org to subdomain.domain1.org/domain2 and domain3.org to subdomain.domain2.org/domain3.
Then I would want to continue to be able to make new users like domain2.org/names and domain3.org/names.
Or is this all possible using the Multi-domains plugin?
April 2, 2011 at 3:00 am #109344@mercime
Participant== I added the extra bit still no joy ==
Hmm, I know the code works. I assume you revised the whole wp_nav_menu code in your functions.php with the whole code I posted above.
– Post content of your footer.php here.
– Did you create a new menu in Appearance > Menus – Choose Footer Menu from Theme Locations and clicked on Save after creating the links?== if you click that you will get a 404 error, ==
– Deactivate all plugins except BuddyPress then re-run Settings > Permalinks – Save.
April 2, 2011 at 1:03 am #109340In reply to: Activating Themes Are Messing Up My Site
@mercime
Participant@wuphilly Some ways to get a BP-compatible theme
1. Create a child theme of bp-default theme – then style it to taste
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/2. Make your WordPress theme compatible with BuddyPress via BP Template Pack
https://wordpress.org/extend/plugins/bp-template-pack/
More info
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/3. Some BP compatible themes/child themes
https://buddypress.org/extend/themes/4. Search online for BuddyPress premium themes
April 1, 2011 at 7:27 pm #109328In reply to: [Resolved] Speeding up buddypress
Pisanojm
ParticipantGreg, I am using W3TC for object caching (xcache opcode) and browser caching. Along with that I am using MAXCDN as the CDN (was prior using Amazon S3). MAXCDN is set now to cache almost all of my graphics, css, and javascripts -including plugins and child-themes. One of the two sites I was referring to is a straight WordPress site: http://mustech.net and the other is a BUDDYPRESS, non-multi-site (single site), site (htttp://musicpln.org – registration only).
I’ve set up a different pullzone for each of the sites using maxcdn.
April 1, 2011 at 6:21 pm #109323In reply to: Redirecting to profile page after login
msullens88
MemberUPDATE!
I know this hasn’t been updated in 7 months, but I needed this feature and none of the plugins and mods here worked, but I figured out a way and wanted to share it.
Add this before HTML tag in your theme’s header.php file. (Note: Be sure to replace YOUR_DOMAIN_NAME with the domain of your buddypress installation.)
`<?php
global $post;
if ( is_home()) { ?>user_login; ?>
<?php
} else {
// User is not logged in – Display homepage
}
?>`Now I’m using a plugin called Branded Login for Buddypress by Brajesh Singh — This plugin includes `<input type="hidden" name="redirect_to" value="” />` on the login.php file but I’m pretty sure the normal BP login form has this as well so it should work.
Result summary:
After login the script checks if the current page is the site HOME page, if true it runs another script to see if the user is logged in, if the user is logged in it redirects them to there profile page. if the user is not logged in, or it is not the HOME page it does nothing and loads the page normally.
End Result: Instantly takes user to profile page after login, and if they try to reach the site homepage its now there profile page.
Hope this helps! working wonders for me
April 1, 2011 at 4:35 pm #109319In reply to: Way to disable admin bar on certain themes?
Magi182
ParticipantIt actually needs to read:
`remove_action( ‘wp_footer’, ‘bp_core_admin_bar’,
;
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );`as the admin footer hook has no priority in the current versions of buddypress (1.2.
April 1, 2011 at 4:10 pm #109314In reply to: BuddyPress Admin Bar Gone
JamieWade
Member@mercime Ok I made the child theme, what do I do now? Also, I added define(‘BP_DISABLE_ADMIN_BAR’, false); to my wp-config.php file, and a blank grey space comes at the top of the page where the admin bar should be, could this suggest problems with the coding?
April 1, 2011 at 8:27 am #109293In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
steliodj
MemberHi one more time mercime…i notice something weird, when i’m changing something in css(this happens only to those pages that i have the issue) and inspect with firebug i can see the change is there, but when i use inspect element from chrom or from opera i don’t see the change and it evens grabs css styling information from another line of the stylesheet.
For example this is what i get(this correct) in firefox when inspecting a specific element:
`
div#content form#members-directory-form.dir-form div.item-list-tabs {
background: url(“../../themes/theme/images/members_directory_menu_bg.png”) no-repeat scroll left top transparent;
border: medium none;
clear: both;
overflow: hidden;
padding-bottom: 17px;
padding-top: 15px;
width: 102%;
}
`
And this is what what i get when inspecting the same element in chrome:`
div.item-list-tabs {
border: none;
overflow: hidden;
clear: both;
background: url(../../themes/theme/images/buddypress_nav_bg.png) top left no-repeat;
padding-top: 15px;
width: 102%;
padding-bottom: 17px;
}
`if i remove `form#members-directory-form.dir-form` and keep only `div#content div.item-list-tabs` from my style it works also in chrome but it breaks something else that needs to use another background image and has the same id `div.item-list-tabs`
Please advice
April 1, 2011 at 1:35 am #109257In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
@mercime
Participant@steliodj quick glance at your theme, for cross-browser compatibility, when you float an element, add width to the element as well. e.g.
`div.item-list-tabs ul li {
float: left;
list-style: none outside none !important;
margin-right: 10px;
width: 300px;
}div#content form#forums-search-form.dir-form form#forums-directory-form.dir-form div.item-list-tabs ul li#forums-order-select.last {
display: block;
float: right;
margin-right: 35px;
margin-top: 3px;
position: relative;
width: 200px;
}`As for the hover background showing up in statc links, add/define background in regular links for item-nav e.g. #ffffff
March 31, 2011 at 11:54 pm #109254@mercime
ParticipantOk, I see the screenshot now. And yes, you have links to the Pages (text so small I can’t read them all) at the footer of your theme.
In actual site (home page) looking at page source, I see the empty div
``
wp_nav_menu is being called but not rendered. This is because the function is not supported in your theme.Open up functions.php file of your theme https://themes.svn.wordpress.org/bp-columns/1.2/functions.php
and add the following line just above closing `?>``add_action( ‘init’, ‘register_goldbrick_menus’ );
function register_goldbrick_menus() {
register_nav_menus(
array(
‘footer-menu’ => __( ‘Footer Menu’ )
)
);
}`
Then save and upload.Open up your footer.php and replace:
`<?php wp_nav_menu(
array(
‘theme_location’ => ”,
‘menu’ => ”,
‘container’ => ”,
‘container_class’ => ”,
‘container_id’ => ”,
‘menu_class’ => ”,
‘menu_id’ => ”
)
); ?>`with
` ‘footer-menu’ ) ); ?>`
Then save and upload.
In dashboard Appearance > Menus. Choose Footer Menu and add the links.
March 31, 2011 at 11:28 pm #109253In reply to: How to edit the mywebsite.com/groups page
-
AuthorSearch Results