Search Results for 'theme'
-
AuthorSearch Results
-
August 1, 2012 at 7:19 am #138247
@mercime
Participant@raminjan install the Firebug add-on for Firefox, right-click on the element you want to change, then add the changes to your stylesheet.
The current styles for the updated message
div#message.updated { clear: both; } div#message.updated p { background-color: #8FF57A; border-color: #80CF70; color: #1A6A00; } div#message p { background-color: #F4F4F4; border: 1px solid #DDDDDD; color: #555555; font-size: 14px; margin: 20px; }So use same selectors and change the property/value as you want it acoordingly in your theme’s stylesheet.
August 1, 2012 at 7:15 am #138246In reply to: Privacy extension
raminjan
Participantthanks my lovely looper you’re my hero. hey bud sorry to ask for too much but that 3 column theme you built is awesome but is there anyway I can add another column to it like right before the default sidebar I have tried but my css margins won’t come out right.
August 1, 2012 at 4:48 am #138240In reply to: Best Strategy?
StSmith
MemberThe main site is being used primarily as an organization website. There is a blog page, but for the most part, they are just pages filled with information utilizing WordPress so that the client does not need to use code to manage their website.
So what you’re saying is follow the steps that will allow the organization theme to play nicely with Buddypress?
August 1, 2012 at 4:16 am #138238@mercime
Participant== I am using the Eleven40 (Genesis) theme by Studiopress. ==
OK, Maybe the reason why group forums aren’t working for you is because Genesis has own premium BP compatibility plugin which you should use with Genesis themes and not BP Template Pack, if I recall well. Have you posted your group forum issues at StudyioPress forums?
August 1, 2012 at 2:21 am #138236maryefern
MemberThanks for the reply!
Tried deactivating BP Template Pack and switched to default BP theme, but still not working. Also created a new group, but still not working. I am using the Eleven40 (Genesis) theme by Studiopress.
August 1, 2012 at 12:52 am #138233@mercime
Participant== I am using my own custom theme, along with BuddyPress Template Pack plugin. ==
Deactivate BP Template Pack plugin and change to bp-default theme. Is issue resolved? What WP theme were you using?
July 31, 2012 at 8:01 pm #138223@mercime
Participant@sp12 a plugin can be as simple as 3 lines of code which you can add in your theme’s functions.php file to one as sophisticated as the BuddyPress plugin.
For a multisite installation, it doesn’t make sense to just add it to your theme’s functions.php unless the main site and all user blogs are using the same theme/child themes.
In your case,
1. copy the code Otto posted at stackexchange
2. open a text editor
3. paste the code
4. save file as > alphabetsites.php
5. create a new folder via FTP/file manager/etc. named mu-plugins inside wp-content/ folder
6. upload alphabetsites.php tol mu-plugins folderJuly 31, 2012 at 4:39 pm #138213In reply to: The final hurdle. The sidebar…dun dun dunnnnnnnn
@mercime
ParticipantDoesn’t the Custom Community theme have full-width template?
July 31, 2012 at 9:23 am #138203In reply to: Forum trobleshoot, Can’t remove forums
towhidn
Participantthere was a programming mistake inside my theme: bp-themesbp-defaultgroupssinglegroup-header.php , it is solved now, I can see groups and it’s forums.
but still I can’t disable forum for groups.July 30, 2012 at 6:29 pm #138184In reply to: Where to put a custom js file?
modemlooper
ModeratorIf the theme has a function.php file you place code there
July 30, 2012 at 1:18 pm #138179In reply to: Registration problems
parcol
MemberIt seems the activate page is working.
I am only using the buddypress default theme. There are no other themes installed.
Buddypress mobile is installed.July 30, 2012 at 6:52 am #138169In reply to: Remove WordPress links from custom theme
@mercime
ParticipantHave no idea how you set up your artisteer theme. Usually, navigation links are in header.php and sidebar.php files.
July 30, 2012 at 5:53 am #138164In reply to: Changing HTML in theme
@mercime
Participant== I have made copies of your theme’s header.php, sidebar.php and footer.php and rename them to header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php. ==
@nnyorker that was not exactly what was in the instructions. To get this going, open up your theme’s (not our theme) header.php and copy all code, then paste it in pastebin.com. Click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php
July 29, 2012 at 11:07 pm #138158zackasan
ParticipantYes that did the trick. I added `define(‘BP_MESSAGES_AUTOCOMPLETE_ALL’, true);` to my themes function.php
Thank you both
July 29, 2012 at 10:04 pm #138152Tammie Lister
Moderator@themoju, it seems you are using a custom theme there – is it a child of BuddyPress default or are you using the template pack? As a check if you can I’d suggest putting on the default theme for BuddyPress to check if uploads work – that way you can then know if it is your theme.
July 29, 2012 at 7:52 pm #138151admin25
ParticipantThis gets the last date a user logged in and avatar and some extra what-not
`
<?php
global $current_user;get_currentuserinfo();
echo get_avatar( $current_user->ID, 50 );
?><?php
global $userdata;
global $current_user;
get_currentuserinfo();
$author = $current_user->display_name;
if ( is_user_logged_in() ) {echo
“Hello ” . $author . ““;_e(‘, you were last here on: ‘,’appthemes’);
appthemes_get_last_login($userdata->ID);echo
“. We need you! We want you! Welcome Back!!“;
}
?>#nnn {
color: #1E0D51;
padding-left: 60px;
padding-top: 10px;
width: 800px;}
`
July 29, 2012 at 1:22 pm #138142Roger Coathup
ParticipantI haven’t tried it myself, but according to in file comments, you should be able to get autocomplete to use all members (rather than just friends), by defining the constant:
BP_MESSAGES_AUTOCOMPLETE_ALL
Have a look at the file ajax.php in the default theme
July 29, 2012 at 4:16 am #138127In reply to: [Resolved] Trouble with avatar change
bellacrazy74
MemberHi @mercime I changed to bp-default theme and see avatar if work but still same not work right. Same buddyboss theme, too. Any idea?
screer recorded: http://www.screenr.com/OWq8
July 28, 2012 at 10:32 pm #138119In reply to: [Resolved] Buddypress and multisite admin bar gap?
@mercime
Participant@meisterlumpi it has been resolved, so no need to open a new ticket.
Instead of messing with core file, you could just add the change in your theme’s stylesheet. Also, the the change should have been for body.wp-admin only, since removing it from body could make the adminbar overlap your content at top if your theme design is set flush to top of screen.
July 28, 2012 at 8:24 pm #138115In reply to: JavaScript in WordPress Admin doesn’t work
johnyonutz
Participanthello
i have deactivated all plugins except BP
i have changed to BP
even deleted all themes except bp default themes
even removed all plugins except BPno such luck…
am I missing something ?
thank you for your kind reply
July 28, 2012 at 8:21 pm #138114In reply to: JavaScript in WordPress Admin doesn’t work
@mercime
Participant== By plugin remove you mean.. ==
You can just do this first -> a) just deactivate all plug-ins except BP
and change to bp-default theme== Also: “bp-custom.php” file is located in … ? ==
You create the file bp-custom.php -> https://codex.buddypress.org/extending-buddypress/bp-custom-php/
July 28, 2012 at 7:16 pm #138112In reply to: buddybar widget
slushman
ParticipantHey raminjan,
I don’t believe I’ve heard from you before, but I’ll try to help the best I can. Most of the CSS just places the boxes and such, all the actual styling beyond that comes from your theme. Can you tell me what you’re trying to get vs what its doing currently?
SlushamnJuly 28, 2012 at 6:56 pm #138110In reply to: [Resolved] Trouble with avatar change
@mercime
Participant@bellacrazy74 change to bp-default theme and see if crop avatar works from there.
July 28, 2012 at 6:53 pm #138109@mercime
ParticipantAdd this to your theme’s stylesheet:
`div#wpadminbar { position: absolute !important; }`
July 28, 2012 at 6:49 pm #138108 -
AuthorSearch Results