Search Results for 'theme'
-
AuthorSearch Results
-
September 20, 2010 at 8:36 pm #92963
In reply to: I broke my site by disabling groups :(
@mercime
ParticipantDeactivate BuddyPress and BP Plugins, set Appearance to a regular WP theme.
Then go back and activate BuddyPress only, set Appearance to BP-compatible theme and go to frontend.September 20, 2010 at 6:03 pm #92943In reply to: Admin Menu Broken, Now on Bottom of Page
Mike Olaski
ParticipantHey Paul,
Thanks for the help. My theme’s footer does call wp_footer. It did before the install of BP.
I should also note, that on the initial install, the admin menu was working. It only seemed to stop working when I was adding my own
id’s so that the and div’s would fit my theme as instructed in the BuddyPress Template Pack Plugin.I am just now disabling plugins to troubleshoot as well, since there are a few that I have installed since (all buddypress plugins).
I really need to solve this pretty quick as my assistant sent out an invite to register this morning, so you help is very welcome and appreciated.
September 20, 2010 at 5:53 pm #92940In reply to: [Buddypress] Show an image on the Frontpage
paulhastings0
ParticipantYou’ll need to create a custom page template and then upload it to your theme folder. Then create a brand new page (.e.g “Welcome”) using that custom page template you created instead of the default page template provided by Fishbook. Then in your Dashboard >> Settings >> Reading you’ll need to set the front page option to the brand new page (e.g. “Welcome”) that you created and set your posts to show up on a different page called “Articles” or “News” or something else that you like.
September 20, 2010 at 5:30 pm #92936In reply to: Admin Menu Broken, Now on Bottom of Page
Paul Wong-Gibbs
KeymasterYour theme’s footer.php needs to call wp_footer, for example see https://codex.wordpress.org/Theme_Development#Footer_.28footer.php.29
September 20, 2010 at 11:09 am #92921In reply to: Stylizing the navigation bar
Roger Coathup
ParticipantIt may, but without knowing all of your themes’ CSS setups, it’s not possible to say for sure. Order of CSS is important, later definitions will override previous ones. More specific selectors might interfere, as might indiscriminate use of !important.
Give it a try!
September 20, 2010 at 10:51 am #92920In reply to: Stylizing the navigation bar
John
Participant@rogercoathup Thanks, If I put a @import url(“pathtoacsscontainingnavigationcssstyle”); in all my theme’s css will this works ?
I’ll see the same navigation bar all over my blogs, despite the themes they may have ?And with this way I only have to modified one file to change the navigations bar css attributes of all the blogs.
September 20, 2010 at 8:58 am #92911James Smith
Participantsadly we have to stick like glue to the stable packaged releases of RHEL (Red Hat Enterprise Linux), so a php upgrade out-of-cycle is highly unlikely. Bring on RHEL6…
@DJPaul – have verified with plugins disabled and default theme installed… same story.
September 20, 2010 at 6:45 am #92907In reply to: Reply to first item in activity stream fails
Roger Coathup
ParticipantAre you working with your own bespoke child theme, but using the JavaScript from the default theme?
If so, you may have removed / altered some of the markup around the first element that the JavaScript for editing requires.
Have a look at the selectors in your JavaScript and see if you can spot anything obvious
September 20, 2010 at 2:59 am #92898In reply to: Posts and replys on home page
pcwriter
ParticipantI just thought of an alternative solution. You can always try the Buddypress Widget Theme for what you want to accomplish.
https://wordpress.org/extend/themes/buddypress-widget-themeSeptember 20, 2010 at 12:34 am #92893In reply to: Limit the size of user updates
pcwriter
ParticipantTo get you started, here’s a replacement file for activity/post-form.php with a 500 character textarea limit.
http://pastebin.com/eXuSa4iKAdjust to taste on line 52. With an if/else conditional, you could set it so different roles have different limits.
Simply create a new post-form.php file in your child theme, copy/paste the contents of the pastebin file and upload to the “activity” folder of your child theme.Hope it helps!
September 19, 2010 at 10:53 pm #92892@mercime
Participant@mdehart85 With WP 3.0.1 you can go mulisite in subdirectory mode then, as @pcwriter mentioned above, install BP in secondary blog. You can have different themes on each site.
If for your own reasons you still want the separate WP blogs using same database – read this. Make sure that both WP installs are working before installing BP in the 2nd WP install.
September 19, 2010 at 10:16 pm #92889In reply to: Member Count Incorrect
Roger Coathup
Participantyes, they were on separate themes in 1.0.3, but the primary site and BP pages now share a single theme.
If you take a look at this plugin, you should be able to update thesis for BuddyPress:
https://wordpress.org/extend/plugins/bp-template-pack/
Once updated, activate the theme in your admin system and select it instead of the default.
I’m sure others will have updated thesis, so you might be able to get specific help if you run into difficulties.
I suggest asking them as a separate forum thread.
Good luck!
September 19, 2010 at 9:09 pm #92886In reply to: Limit the size of user updates
@mercime
Participant@latenitebooks plugin delayed because of another plugin.
There are non-plugin solutions which would involve manually adding javascript on relevant pages and code within respective forms. Also, If I’m not mistaken, the plugin I mentioned would be good for child themes of bp-default theme but would require some addition of template tags for non-bp-default themes.September 19, 2010 at 7:23 pm #92880In reply to: Member Count Incorrect
nunomad
MemberOK, I just upgraded to the newest buddypress and my layout is completely screwed up. I am using the thesis 1.5.1. theme. Before, my regular pages looked like the thesis theme and my buddypress pages used the default.
With the new buddypress the default theme seems to take over my non-buddypress pages and make a total mess. Does anyone know the fix for this?September 19, 2010 at 5:47 pm #92873In reply to: Add users profile fields to the activity page
Roger Coathup
ParticipantAre you using the default theme?
The default theme shows the profile on a separate tab when you visit the member’s page. If you want to move the view profile content onto the activity tab you can look at copying the content from members/single/profile.php into members/single/activity.php (do this in a child theme of course).
If you want something more sophisticated, take a look at the custom loop examples under Support …. Docs on this site
September 19, 2010 at 5:39 pm #92871In reply to: Stylizing the navigation bar
Roger Coathup
ParticipantAdding a link – Have a look at this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-moverelocate-the-links-in-the-admin-bars-my-account-individuallyseparately-to-the-sidebar/
Your other issues are CSS rather than BuddyPress related. Check the admin bar CSS settings in the different themes you are using for your blogs. If you want them to look the same, they will have to have the same settings.
September 19, 2010 at 5:31 pm #92869In reply to: @thepseudo in the posts
Roger Coathup
ParticipantIf you are adding your own filters you can add them either in your theme’s function.php file or in bp-custom.php in your plugins folder.
This article introduces you to the concept of filters in WordPress (albeit from a plugin perspective): https://codex.wordpress.org/Plugin_API#Filters
To find the hook in question (content_save_pre), I suggest using your file editor and searching the files in your WordPress install. Also have a Google, and you’ll find some information: e.g. http://adambrown.info/p/wp_hooks/hook/content_save_pre?version=1.5.2&file=xmlrpc.php
[Edit: Rich has already given you the line to add for the filter – try it in your functions.php]
September 19, 2010 at 3:23 pm #92863In reply to: Quote marks acting strangely
stephane
ParticipantOf course BuddyPress + BuddyPress Album + BuddyPress Chat Component + BuddyPress Group Email Subscription + BuddyPress Like + BuddyPress Profile Privacy + CodeStyling Localization + CodeStyling Localization + Google XML Sitemaps + Seo for Buddypress + TDLC Birthdays + WP-FB-AutoConnect
I tried to desactive one by one. No result.
Theme : BP-default
September 19, 2010 at 9:14 am #92846In reply to: Remove Favorite button
Paul Wong-Gibbs
KeymasterAs @crashutah said, in your child theme, override activity/entry.php and remove the appropriate line.
September 19, 2010 at 9:12 am #92845Paul Wong-Gibbs
KeymasterI’m assuming you have somehow changed your theme. If you haven’t, then the same but applies but it’s one of your plugins:
You probably have white space (i.e. literally a ” ” or a newline) at the top or bottom of a file, outside of any PHP tags.
September 19, 2010 at 3:20 am #92837In reply to: @mentions is confusing to members
r-a-y
KeymasterLike Rich said, @mentions- are basically a filter and a nav item.
It should be possible to remove the filter and the nav item by doing the following:1) Removing the filter
Add the following to your theme’s functions.php:
`
// removes @mention links in updates, forum posts, etc.
remove_filter( ‘bp_activity_new_update_content’, ‘bp_activity_at_name_filter’ );
remove_filter( ‘groups_activity_new_update_content’, ‘bp_activity_at_name_filter’ );
remove_filter( ‘pre_comment_content’, ‘bp_activity_at_name_filter’ );
remove_filter( ‘group_forum_topic_text_before_save’, ‘bp_activity_at_name_filter’ );
remove_filter( ‘group_forum_post_text_before_save’, ‘bp_activity_at_name_filter’ );
remove_filter( ‘bp_activity_comment_content’, ‘bp_activity_at_name_filter’ );// remove @mention email notifications
remove_action( ‘bp_activity_posted_update’, ‘bp_activity_at_message_notification’, 10, 3 );
remove_action( ‘bp_groups_posted_update’, ‘groups_at_message_notification’, 10, 4 );
`2) Removing the subnav:
Add the following to your theme’s functions.php:
`function ray_remove_mention_nav() {
global $bp;bp_core_remove_subnav_item( $bp->activity->slug, ‘mentions’ );
}
add_action( ‘init’, ‘ray_remove_mention_nav’ );`Then, copy over /bp-default/activity/index.php to your child theme and remove the hardcoded li#activity-mentions from /activity/index.php.
Et voila! @mentions- are gone!
Might turn this into a plugin if requested.
—
*Edit: Also need to remove the table row on the “Settings > Notifications” page. This can be done by removing and duplicating the existing bp_activity_screen_notification_settings() function (located in /buddypress/bp-activity.php) hooked to the “bp_notification_settings” action.
September 19, 2010 at 3:07 am #92836mtroche13
MemberI can edit the theme files, I did not revise the index file. The BP Template Pack plugin imported what it needs for buddypress to work and in doing so edited my original theme files. My index file is there but does not reflect what is visible, just BP code. I can’t edit, for example, the main blackberryrocks.com page since I can’t find the appropriate code in the index file.
September 18, 2010 at 10:04 pm #92824pcwriter
ParticipantHi again. I found a link to your site on another of your posts. The problem is caused by your theme. There’s a “text-shadow” effect applied to the #body container so it affects everything.
Add the following to your style.css to remove that effect from the adminbar:
#admin-bar-logo, #wp-admin-bar li.no-arrow a, #wp-admin-bar ul li a {text-shadow:0 0 0 #fff;}
September 18, 2010 at 2:02 pm #92789In reply to: Lay-out problem: color and sidebar
Hugo Ashmore
Participant@/businessbites
You make a series of statements where’s the question
Without sight of some code or a site link it’s not really possible to help that much.
It sounds like you perhaps need to make some adjustments to the styling of your theme, have you tried to?
Suffusion is not the default BP theme, problems and issues might need to be taken up with that themes authors where possible and applicable.
September 18, 2010 at 4:00 am #92760@mercime
ParticipantDo you mean you cannot edit the WordPress theme from theme editor? Or that you revised your WP theme’s index.php, uploaded it to server and revisions do not show?
-
AuthorSearch Results