Search Results for 'theme'
-
AuthorSearch Results
-
October 8, 2010 at 3:42 pm #94617
Hugo Ashmore
ParticipantWhere do you see it?
look at the default.css look for the ‘body’ ruleset
<snip>
`
@import url( reset.css ); /* Reset browser defaults *//* > Global Elements
*/body {
background: #eaeaea url( ../images/background.gif ) top left repeat-x;
font-size: 12px;
font-family: Arial, Tahoma, Verdana, sans-serif;
line-height: 170%;
color: #555;
width: 90%; <<<<<<<<<
min-width: 960px; <<<<<< delete
max-width: 1250px; <<<<<< delete
margin: 0 auto;
padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
body.activity-permalink {
min-width: 960px; <<<<< delete both change to width
max-width: 960px;
}h1, h2, h3, h4, h5, h6 {
margin: 5px 0 15px 0;
}h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 24px; margin-bottom: 20px; }
h3 { font-size: 20px; }
h4 { font-size:
`
Do all that in a copy of the file in your child theme otherwise the changes will be overwritten when you upgrade BPChild theme can simply be a new folder under /themes containing new styles.css and calls to copies of the other BP stylesheets which you’ll modify in stead of the original, the codex/docs has greater detail on this.
October 8, 2010 at 3:34 pm #94616Brian Owens
Participantyeah, your lengthly response the other day was a little over my head. It’s the standard buddypress default style. My problem is with knowing specifically where to make the change. Where specifically. In the CSS file? In the Header File? If in the CSS (as I assume) where do you see width:90%? And what min/max widths should I delete?
Sorry for the questions…Thanks for the answers
October 8, 2010 at 3:33 pm #94615Hugo Ashmore
ParticipantHnla /Hugo answered your question on this original thread:
https://buddypress.org/community/groups/miscellaneous/forum/topic/header-image-not-fitting-on-site/
Please be mindful not to tie up resources around the net needlessly
There was no reason not to have continued in the original thread and you should have done.
October 8, 2010 at 3:29 pm #94614Hugo Ashmore
ParticipantYou have to be a little more liteeral then as to what you have been trying – sorry not wanting to come across too … but do need things explained in coding terms i.e reference actual elements, perhaps show the the snippets of code pertaining to the attempts, is this a child theme? does it work off the BP default styles or is it a unique layout, need some detail to be able to understand what you have tried.
Oh just checked the site
strangely familiar! why did you feel the need to ask how to set a fixed width after the very lengthy post I made or did I miss a a question asked in the thread?
I’ve just changed the width on the body ruleset from width:90%; to width:900px; works for me! I would lose the min/max widths though.
October 8, 2010 at 3:12 pm #94613In reply to: Theme won’t update :(
phalangie9
MemberOK, if anybody else has this problem, it is a simple but odd solution. The instructions in “bp compatibility” that shoes up after you install the plugin tells you to modify the code THEN hit continue. Turns out you won’t see that code change Until you hit continue and select the option to bypass bp css.
interesting…. but, it now works
October 8, 2010 at 3:03 pm #94611Brian Owens
Participantoh, I mean I did put 900px…but no matter where its at the header doesn’t change
October 8, 2010 at 3:01 pm #94610Hugo Ashmore
ParticipantIf you state a value then unless it’s zero it must have a unit, 900 what? banana skins, doughnuts, or perhaps px, em, %
October 8, 2010 at 2:51 pm #94609Brian Owens
Participantcould you tell me how to do that?
October 8, 2010 at 2:42 pm #94608Hugo Ashmore
ParticipantNo nothing will if you don’t describe a unit!
October 8, 2010 at 7:40 am #94573Old Irving
MemberI had the same error and still wanted to use the theme – after I renamed it and got rid of the error message, I tried disabling the BuddyPress Template Pack plugin I’d installed to try to get a normal WordPress theme to work. Then I went back and applied the same buddypress theme again, this time with no problems.
October 8, 2010 at 3:57 am #94565In reply to: Custom Text Field for User Profile
r-a-y
KeymasterYou would need to modify the profile loop template so only BP site admins can edit the profile field in question.
Get acquainted with the profile loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-profile-data-loop-bp_has_profile/Which you can modify in your BuddyPress theme’s /members/single/profile/edit.php file.
You can use `is_super_admin()` to check if the logged in user is the admin.
October 8, 2010 at 2:32 am #94562In reply to: Sort Groups Alphabetically by default (BP 1.2)
Pisanojm
Participant@boonebgorges your “less” good solution is the best in my opinion… rather than add to the theme’s function just put in in bp-custom.php best of “both” worlds… (don’t forget to change order of drop-down as Boone suggests in the theme)….
October 7, 2010 at 11:15 pm #94539In reply to: Reverse adminbar issue
@mercime
ParticipantCould be that the theme/s in user blog/s do not have “ in footer.php
October 7, 2010 at 7:35 pm #94519In reply to: Prevent Admin Bar from interfering with themes
fjrichman
MemberI wouldn’t know how to modify the CSS to fix the issue.
October 7, 2010 at 5:24 pm #94508In reply to: It looks like the user is not logged in
amuletts
ParticipantYes I am using the default theme. I’m also using the plugin ‘BP Disable Activation’ (everyone was getting marked as a spammer when they registered).
October 7, 2010 at 4:56 pm #94504In reply to: It looks like the user is not logged in
Anonymous User 96400
InactiveAre you using the default theme? And a link to the problem would be helpful!
October 7, 2010 at 4:42 pm #94501In reply to: Prevent Admin Bar from interfering with themes
Anonymous User 96400
InactiveHmm, you could use bp-custom.php to add a global stylesheet that fixes the CSS issues.
October 7, 2010 at 4:32 pm #94500In reply to: Prevent Admin Bar from interfering with themes
fjrichman
MemberAnyone have any ideas? I have at least two sites now that are effected by this.
October 7, 2010 at 3:10 pm #94491Roger Coathup
ParticipantYou’ll need to build your own bespoke theme, with a custom activity loop that doesn’t filter ‘the scope’, but instead shows all activities.
Sounds confusing – unfortunately, it is a little.
The default BuddyPress theme uses a set of filters (put together by a javascript routine in _inc/ajax.php) to determine which entries to show when you visit someone’s activity.
You can read more about building your own theme, and on writing a custom activity loop in the docs section of this site.
October 7, 2010 at 10:39 am #94466JohnnyScience
MemberSearch works every where except for the Members page, is that where you tried it?
Once again I dropped down to the BuddyPress Default 1.2.3 by BuddyPress.org theme and tried searching for members and still no luck.
Nothing comes up for anyone any which way I try to search?
Suggestions?
October 7, 2010 at 10:36 am #94465JohnnyScience
MemberOk, I used this theme: BuddyPress Default 1.2.3 by BuddyPress.org
And tried to reply, which it did and it posted, but then when I refreshed the page again, the reply was once again gone?
So if its not the theme, what next?
October 7, 2010 at 9:15 am #94458micb11
ParticipantI have spent a couple of days trying to find out how to do this on my child theme. Thanks a lot now nealry fixed except for some reason the styling on my side bar on the single activity page is all over the place compared to the sidebar on all my other pages. ?
October 7, 2010 at 9:01 am #94456Tao JIN
Participantyes, I use the default BP theme. but it can’t create new blog , only create the user
October 7, 2010 at 8:59 am #94455Hugo Ashmore
ParticipantHmm not sure what the problem is then, you are using the default BP theme aren’t you
October 7, 2010 at 8:55 am #94453In reply to: no header/nav on individual activity page buddypress
Hugo Ashmore
ParticipantNot a similar issue, these sound like two separate issues.
Please do not post to a forum in this manner you must start your own thread and provide as much detail as possible if you want help.
@holgria Are you running a custom theme or BP-default? Without more detail than you have provided it won’t really be possible to help you.
@micb11 You should start your own thread on your issue, don’t assume it’s similar to someone else; there could be any number of reasons why you are having these issues, without some detail it’s impossible to help you -same question though custom theme or standard BP?
-
AuthorSearch Results