Search Results for 'theme'
-
AuthorSearch Results
-
September 10, 2012 at 3:56 pm #141364
In reply to: [Resolved] Changing buddypress style ?
@mercime
Participant>> I use my own theme for buddypress .using buddypress theme plugin
@mahdiar you mean you use a WP theme and installed the BP template pack plugin or something else? As for changing the style, it’s done in your active theme’s style.css file unless otherwise instructed.
September 10, 2012 at 11:01 am #141354cleaus
ParticipantI am using a free version
September 9, 2012 at 10:25 pm #141341rcain
Participantlol
excellent answer! thanks Paul. that sort of explains why i couldnt make sense of them.looking a bit closer, i see that:
in file: bp-groups-classes
class: BP_Group_Extension
function/method: _registerreads:
Code:var $ display_hook = ‘ groups_custom_group_boxes ‘;…
`if ( bp_is_group() ) {
if ( $ this->visibility == ‘public’ || ( $ this->visibility != ‘ public ‘ && $ bp->groups->current_group->user_has_access ) ) {`…
// Hook the group home widget
if ( !bp_current_action() && bp_is_current_action( ‘ home ‘ ) )
add_action( $ this->display_hook, array( & $ this, ‘ widget_display ‘ ) );
}
}
…– then in file bp-groups-template.php:
Code:function bp_custom_group_boxes() {
do_action( ‘ groups_custom_group_boxes ‘ );
}– which doesnt appeare to be called from anywhere in BP 1.6 (or its std theme)
– though does i suppose make the hook available (on group home only), were i to override the default template or call the theme/template func. bp_custom_group_boxes.
i cant think of a use for it yet either. but i’m sure i will.
thanks again
ps. code backquotes seem to be broken at the moment – thus i put spaces around $ signs etc above – hope its stil readable
September 9, 2012 at 5:50 pm #141326@mercime
Participant@cleaus I made no mention of a child theme anywhere. Let’s re-start this conversation with: where did you download your theme, WP theme repository (free version) or at theme author site (PRO version)?
September 9, 2012 at 5:49 pm #141325bibliata
Participant@mercime Agreed. It took me a week to figure it out. Finally, copied the default.css to my child theme and began modifying it there. I just need to remove few extra borders here http://ourcog.org/ and style the menu effects like http://commons.gc.cuny.edu/
Definitely, a lesson learned the hard and time consuming way.
September 9, 2012 at 5:46 pm #141324@mercime
Participant@bibliata I believe there’s a misunderstanding here. You should not be changing anything within the bp-default theme in /wp-content/plugins/buddypress/bp-themes/bp-default/
If you want to revise the bp-default theme, you should create a child theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
BP Columns is already a child theme of bp-default theme. If you want to make any style changes in this child theme, the simplest thing to do there is add your new styles at the bottom of custom.css file and back it up since it will be overwritten when it’s upgraded. Or, you can create a new css file e.g. mystyles.css in BP Columns theme folder to add your new styles to, then open up style.css file and add
`@ import url( mystyles.css );`
under `@ import url( custom.css );`
(remove the space between @ and import when you do this)If you’re using Firefox, install the Firebug add-on to help you ID what elements need to be changed.
And, as I’ve mentioned in the other post, you can use a WP theme which approximates the layout you need and install the BP Template Pack plugin. For reference, we have a list of “bp-template-packed” WP themes, free and premium @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
September 9, 2012 at 4:31 pm #141320In reply to: [Resolved] Allignment – BlackLight theme
@mercime
Participant@tomelk31 No problem. You’re lucky you only had to add styles instead of revising 16 template files for Step 3
Marking this as resolved.September 9, 2012 at 4:12 pm #141318In reply to: Customizing the Buddypress Forum
Tammie Lister
ModeratorHi, you’d need to either get a theme for BuddyPress that had bbPress / forum styling built in or create your own theme for it. It’s quite well documented though:
https://codex.bbpress.org/theme-compatibility/
https://codex.bbpress.org/component/theme/September 9, 2012 at 11:47 am #141313In reply to: [Resolved] Allignment – BlackLight theme
tomelk31
Member@mercime Thanks for all your help. It is working great now, I think it was my PC cache rather than the site cache which I cleared to begin with.
It is working fine now though!
September 9, 2012 at 8:08 am #141312cleaus
Participant@mercime As i did not use a child theme, is there any way of just replacing the old missing files with the new files i download in the new theme?
September 8, 2012 at 11:21 pm #141309In reply to: Buddypress generates “bpfull-35×35” avatars
Philipp
ParticipantThank you for the reply @karmatosed !
I do use the latest version of Salutation. But I already asked the developer and he’s sure that it has nothing to do with the theme?!September 8, 2012 at 7:20 pm #141298In reply to: [Resolved] Allignment – BlackLight theme
@mercime
ParticipantI would say that if you are HTML- and CSS-challenged, you could change to WP theme which approximates the look you want to have for your site and install the BP template pack plugin.
If you’re just going to run a default BP installation, i.e., just use default features, then you’re set until the time where you need a multi-DB solution for the growing number of users/blogs in your install. But if you want to customize presentation and functionality within the site, then you’d either have to learn PHP,HTML,CSS,JS,WP,BP or hire a developer to help you out.
September 8, 2012 at 6:52 pm #141297@mercime
ParticipantPlease contact your theme author re issues with Salutation theme compatibility with current BP version.
September 8, 2012 at 6:47 pm #141296In reply to: [Resolved] Allignment – BlackLight theme
bibliata
Participanthey thanks – I am still new to buddy press and dealing with my own theme struggle here but may be I should just switch themes
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/styling-bp-columns-theme-to-look-like-cuny-academic-commons/September 8, 2012 at 6:45 pm #141295In reply to: [Resolved] Allignment – BlackLight theme
@mercime
Participant@bibliata You can make a WP theme compatible with BP by installing the BP Template Pack plugin and going through BP compatibility process which we are addressing in this thread.
September 8, 2012 at 6:21 pm #141294bibliata
Participant@mercime got it – took me forever but the .css was all the way in
/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/cssHad to add two extra div-s in the custom.css:
div#container, div#header, div#content, div#content .padder, div#footer-widgetsNow, how do I remove the space between the div-s?
September 8, 2012 at 6:20 pm #141293In reply to: [Resolved] Allignment – BlackLight theme
bibliata
Participantis this even a buddy press theme?
September 8, 2012 at 5:20 pm #141290In reply to: Buddypress generates “bpfull-35×35” avatars
Tammie Lister
ModeratorWhat theme are you using? I ask this as it may have an impact.
September 8, 2012 at 4:48 pm #141277proshopoutlet
Memberim using salutation its a buddypress compatible theme
September 8, 2012 at 4:21 pm #141276In reply to: [Solved] Get list of unread private messages
shanebp
ModeratorSee bp_has_message_threads() for type param. It defaults to ‘all’.
You don’t need to dirty hardcode anything – you just need (maybe) to write a custom query and call it from a theme file.
read/unread is stored in wp_bp_messages_recipientsGood luck
September 8, 2012 at 4:06 pm #141275@mercime
Participant@cleaus I just found out that DailyPost is hosted in WP Theme Repo and the content-page.php code has the “missing” lines, see https://themes.svn.wordpress.org/dailypost/1.0.5/content-page.php
I see that the theme has a PRO version as well.So are you using the pro version or the free one from WP theme repo? If you’re using the one from the repo, you should download another copy of the theme and re-upload it manually via FTP to make sure all files are there and I will work from the code in repository. If it’s the pro version, it’s weird that it’s missing some lines which are available in the free version.
September 8, 2012 at 3:46 pm #141285In reply to: [Resolved] Allignment – BlackLight theme
@mercime
Participant@tomelk31 Clear cache. The Members Directory page layout is just fine in desktop and iPad. What browser/device are you viewing it in?
September 8, 2012 at 3:38 pm #141284@mercime
ParticipantYou’re welcome. Marking this as resolved
September 8, 2012 at 2:15 pm #141288In reply to: [Resolved] Allignment – BlackLight theme
tomelk31
Member@mercime The members page shows the sidebar pushed down still. here: http://www.chelseatalk.co.uk/members
September 8, 2012 at 11:53 am #141280In reply to: Theme compatibility?
Sergio De Falco
ParticipantPaul, anyway it’s pretty simple to use both methods. We know that default wp_users support first_name, last_name, nickname and description (bio). Maybe you could make possibile to modify each of that from buddypress (i made it in my theme) and make a base group with these fields. Then if administrators want to add more fields and groups you could populate xprofile table. In this way you could have a more deep integration into WordPress.
-
AuthorSearch Results