Search Results for 'theme'
-
AuthorSearch Results
-
September 2, 2011 at 6:26 am #119421
In reply to: How do i let users upload their own themes?
cjones81
MemberSo that is out of the question. Lets say if i get a person that is really putting effort into their blog. I Would like have it where when i fill like they are a real asset to our website, i can contact them requesting if they had their own theme they would like to use with their blog and if they do, they can send me the theme and i can add it so it will only be available to their site and no one else?
September 2, 2011 at 6:11 am #119420In reply to: is it possible to let user to define his own theme?
modemlooper
ModeratorTrue there is that background image plugin but the question was “theme like twitter” and so far nothing like that exists for profiles
September 2, 2011 at 4:07 am #119418In reply to: Remove search box from header in Default bp theme
Steve Bruner
Participant@tommyhoang– you don’t need step 2. You just need to place the code from step 3 into your header.php file where you want the widgets to show up. This article might help as well: http://digwp.com/2010/02/how-to-widgetize-wordpress-theme/
September 2, 2011 at 3:57 am #119416In reply to: Remove search box from header in Default bp theme
tommyhoang
Member@sbruner, is that article up to date for the current version of wordpress and buddypress? I created a child theme and made a blank functions.php file and added the codes from step 1 and step 2. now Im a little confused with step 3, where am i suppose to put those codes and am I suppose to rename my functions.php file to page.php?
September 2, 2011 at 3:20 am #119415In reply to: What will happen if I uninstall BuddyPress?
@mercime
ParticipantIf you want to uninstall BuddyPress later, you’ll go through this process https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/
As for BP Template Pack plugin, you’d have to delete the plugin and then delete the BP template folders/files copied over to your active WP theme folder when you went through the BP compatibility process.
September 2, 2011 at 3:15 am #119414@mercime
ParticipantWP/BP versions? Could be that you have outdated theme? Change to bp-default theme and check whether mentioned misbehavior is corrected.
September 2, 2011 at 2:36 am #119413In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
@mercime
Participant@simon_said BP 1.5 Theme Stylesheet info in BP Codex – https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
September 2, 2011 at 2:30 am #119412In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
sdls
Memberaaaa….. IC what’s going on here…. previously on child themes you would include the BP default theme as an @import at the top of your child theme style.css this is no longer neccesary with the way BP 1.5 loads the style. Just removed the reference and everything works great….
September 2, 2011 at 2:21 am #119411In reply to: How do i let users upload their own themes?
@mercime
ParticipantFor multisite install, only Network Admin can upload and enable themes for activation in different blogs. This is to provide a level of security for the whole network. If you allow users to upload themes, your installation will surely be hacked.
September 2, 2011 at 2:11 am #119410In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
sdls
MemberAppreciate the response John, so just to clarify.
All child themes for Buddypress should reference their “style.css” using wp_enqueue_style() rather then the traditional WP style of including the style reference in the header.php file?
September 2, 2011 at 1:54 am #119406In reply to: How do i let users upload their own themes?
christophg
MemberI believe you would have to give them some administrative rights. Try one of the role defining plugins that let you dictate EXACTLY what each user role is capable of. Try “Capability Manager”, if i recall it is pretty good.
September 2, 2011 at 1:21 am #119404Quint
ParticipantSo the code in my previous post doesn’t show. Since then, this is what I’ve included in my child theme’s functions.php file (and I have NOT done an @import within my style.css file):
This seems to work. Is the syntax for enqueuing the style.css file correct? Is this the right way to do it? Thanks.
By the way, I see that other folks are able to paste code into the comments/replies. I don’t know how to do that, hence the link. Could someone enlighten me?
September 1, 2011 at 11:34 pm #119399In reply to: is it possible to let user to define his own theme?
September 1, 2011 at 11:03 pm #119397In reply to: How do i let users upload their own themes?
cjones81
MemberYes, the multisite where users creates their own blogs.. i would like to allow them to upload themes for their own blog.
September 1, 2011 at 10:56 pm #119396In reply to: BP 1.5 – Wierd bug with CSS loading a child theme
John James Jacoby
KeymasterUsing @import in combination with linked CSS causes CSS load order issues, as the HTTP requests are not completed in sequence.
I would suggest researching and using the WordPress API wp_enqueue_style() to better avoid the fouc.
September 1, 2011 at 8:46 pm #119390In reply to: How do i let users upload their own themes?
Tammie Lister
ModeratorI’m going to assume you mean under WordPress not BuddyPress specifically and using Multisite? Is that right? If not what do you mean by theme?
September 1, 2011 at 8:35 pm #119389Quint
Participant@gregfielding: Could you let me know what step I’m missing or applying incorrectly? I have the same issue that you mentioned in your original post. So, after reading all of the recommended material regarding creating a child theme for BP 1.5 Beta 1 thru 3, the styling in my child’s style.css file still won’t be recognized (And I’m still in a slowly clearing fog. Too slow.). Here’s what I did:
1. Created my child theme folder,
2. In that I created a blank functions.php file and then added to it:`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>`3. I reloaded my browser, and the default styling isn’t there. Great.
4. Now, to my child’s style.css file, I do what I’ve done before and add the @import code:
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
5. I did Step 4 because I want to load and override the default styling, not start from scratch.Could you point me in the right direction? Thanks.
September 1, 2011 at 6:33 pm #119378In reply to: is it possible to let user to define his own theme?
modemlooper
Moderatoroh and you could use theme switcher plugins to change a site wide theme to predefines styles. Create little thumbnails like twitter and when user clicks image it switches to that theme/style.
September 1, 2011 at 6:28 pm #119376In reply to: BuddyPress 1.5 compatibility for plugins and themes
archonic
ParticipantI’ve got default working now. The WP plugin “Nivo Sider for WordPress” breaks pretty much all interaction just by being activated. I’m guessing it’s 1 or more conflicting .js files. I have the same plugin working fine with BP 1.2.9 but the plugin has a number of issues, definitely don’t mind using a different, more friendly slider plugin.
September 1, 2011 at 6:12 pm #119372In reply to: is it possible to let user to define his own theme?
modemlooper
ModeratorThere isn’t a custom profile plugin at the moment. There exists a group css plugin that could be used as an example in creating your own plugin. https://wordpress.org/extend/plugins/buddypress-group-css
Another option is adding profile fields and then mapping that info to CSS. See this forum topic: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/css-for-member-page
September 1, 2011 at 6:03 pm #119370In reply to: BuddyPress theme with bbPress templates
modemlooper
Moderatorwhen I get a chance, getting plugins updated first and then fixing the themes.
September 1, 2011 at 6:02 pm #119369In reply to: is it possible to let user to define his own theme?
Paul Wong-Gibbs
KeymasterNot with BP-Default, you could add the functionality to your own theme.
September 1, 2011 at 5:45 pm #119368In reply to: Upgrading Theme WP 3.2.1 & BP 1.2.9
dustinmathisen
MemberHmm. I didn’t see the second page you linked to as I was trying to complete the first steps.
Had I read the second page, I probably wouldn’t have needed to make this post.
Should have read ahead I guess.
September 1, 2011 at 5:39 pm #119367In reply to: Upgrading Theme WP 3.2.1 & BP 1.2.9
dustinmathisen
MemberOh my! That worked! I had started doing that, but I didn’t copy down far enough I guess.
But it’s all working now. Thank you! 
Now I just have to spend hours customizing everything! That’s going to be super fun!

Also, the links you posted I had gone to looking for help, but they are worded exactly the same as the plugin I mentioned before.
But, they had two more files listed that I needed to change.
September 1, 2011 at 4:11 pm #119363In reply to: FATAL ERROR: please help
@mercime
ParticipantIf this is the same Speed theme I’ve seen before, double-check if the theme has been updated to be compatible with BP 1.2.9 and again if it’s the same Speed theme I’ve seen before, you do not need to install the BP Template Pack plugin for this theme because it already contains BP Template files. Therefore errors come up because of outdated theme and installing BP template pack for theme which already has BP template files – outdated those may be.
-
AuthorSearch Results