Search Results for 'theme'
-
AuthorSearch Results
-
October 26, 2010 at 9:16 am #96523
anindyaray
Member@hnla : would you kindly give the complete snippet here , as I’m not comfortable with codes
October 26, 2010 at 6:58 am #96516Hugo Ashmore
ParticipantUnder the “Add a reply” textarea there is a line of text that reads thusly:
“To display code, put it between `backticks`”Ok so the fact that the function is run for logged in users tells me that the check on the ‘disable adminbar for logged out users’ actually simply checks to see if the value has been set ‘true’ or ‘false’ not whether that function is in current operation as it were so there needs to be a further query to see if the user is logged in so the ‘if’ statement needs to include something like:
`&& !is_user_logged_in() `
added to the line at the end.
October 26, 2010 at 6:42 am #96515In reply to: Making all blogs public?
@mercime
ParticipantBP 1.2.6? Are you using bp-default or child theme thereof? Any privacy plugin enabled? By default, BP’s blogs directory shows all public user blogs.
October 26, 2010 at 2:34 am #96511In reply to: unable to remove search bar from BP default header
@mercime
Participant@dtclarinet If you’re using BP 1.2.6, copy header.php from bp-default theme into your child theme folder, then remove lines 84 – 102 from header.php and upload. Shouldn’t be any white screen.
EDIT- modemlooper’s advice to remove via CSS is easier
October 26, 2010 at 2:30 am #96510In reply to: unable to remove search bar from BP default header
modemlooper
Moderatoryou either need to remove the code or hide it with CSS either way it’s best to create a simple child theme. If you choose CSS, the easiest way, find the id for it and give it a display:none;
October 26, 2010 at 2:24 am #96509anindyaray
Member@hnla : Thanks , It works , but
as I mentioned in the other thread ( https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-1-2-6-adds-extra-padding-top/ ) , this will only work flawlessly if and only if adminbar is disabled completely by the define statement /define (‘BP_DISABLE_ADMIN_BAR’, TRUE)/
but incase of adminbar display disabled only for non loggedin users, if we use this ” padding off ” thing then a loggedin user will see some display glitch , same in the picture
http://img3.imageshack.us/img3/2457/paddingoff.jpg
check the logo area in the right and the ‘profile’ and ‘view pages’link area in the left in the image link
p.s. I cannot paste any code snippet correctly here , how to do that ?
October 26, 2010 at 2:20 am #96508In reply to: Header image on network site
@mercime
ParticipantYou would have to be more specific. BP version? Where is BP installed – main site or secondary blog? You’re using bp-default theme on main site and subsite?
October 26, 2010 at 12:25 am #96502Hugo Ashmore
ParticipantOk then skip back to the other thread where I think I suggested trying my original snippet of code but replacing ‘#header’ with ‘body’ and give that a try, is this not the issue that you are trying to loose that gap and that that gap is padding, the only padding I noted in your custom theme was on the body element.
October 26, 2010 at 12:07 am #96498Dezmon
Participant@rogercoathup Thanks for the quick response. I read the thread you listed but still havent got it fixed. If you can tell where exactly in my themes functions file to paste the code will be Great.!
Thanks for all the Help!
October 25, 2010 at 9:51 pm #96487anindyaray
Member@hnla : Yes disabling adminbar for nonlogged in users leaves a blank space, check this image http://img153.imageshack.us/img153/4278/whitespaceu.jpg
Users not logged in are guest user
October 25, 2010 at 7:36 pm #96469emailaya
Memberseems like all my links in the blog are broken
http://www.emailaya.com/blog/
on any click i get that the url does not exists on the server, for example:
/blog/members/admin/
or when i hover a post title, the url is: http://www.emailaya.com/blog/http:/www.emailaya.com/blogthe same happens when i choose an option in my account/notifications at the top menu.
also i didnt find where can i change the settings for buddypressthanks
October 25, 2010 at 7:24 pm #96468emailaya
Memberok, it seems not to be related to buddypress directly but to .htaccess file i changed
blog.emailaya.com doesnt work
http://www.emailaya.com/blog doeswhere do these definitions go?
thanksOctober 25, 2010 at 5:23 pm #96459Hugo Ashmore
ParticipantI’m attempting to point out how this is becoming a rather confused issue and gain clarification for all concerned

Is the issue that you ARE disabling the admin bar for anonymous, non logged in users but doing so leaves a blank space?
What is your definition of a ‘Guest User’ normally ‘Guest’ and Anonymous are one and the same thing and refer to someone browsing your site without being logged in.
October 25, 2010 at 5:15 pm #96458anindyaray
Member@karmatosed : with buddypress default theme it works absolutely OK. No problem at all.
@hnla : as for this issue the home page is displayed in a odd way , so I have enabled the admin bar for guests for the time being ….
I’m doing all the testing in my demo install in localhost …
after the issue is resolved, I will agian disable the adminbar for guests …
October 25, 2010 at 4:50 pm #96453Hugo Ashmore
ParticipantAfter updating to buddypress 1.2.6 from 1.2.5.2 , my site does not show admin bar for guest user(as admin is disabled for loggedout users) , instead inplace it shows a white space …
Logged in users can view the admin bar correctly , but non-loggedin users or guest users cannot see the admin bar , instead of the admin bar there is a white space in place … !!!
What I don’t understand is why CAN I see the admin bar when I visit your site?
As this is a custom theme have you actually tried asking the wpmu guys for support? as per my suggestion on the other thread.
As I presume the other thread is finished with and my snippet of code of no use I will close that thread as it only serves to confuse if it runs on.
October 25, 2010 at 4:38 pm #96452Tammie Lister
Moderator@AnindyaRay: Hmmm what happens just as a ‘test’ with the default BuddyPress theme and your site? I always use the BuddyPress default theme as my ‘baseline’ test.
October 25, 2010 at 2:55 pm #96443anindyaray
Member@karmatosed : I disable all plugins except Buddypress , but the issue persist , also tried with fresh blogs-mu theme , still didn’t help
October 25, 2010 at 2:35 pm #96441In reply to: Buddypress 1.2.6 adds extra padding-top
Hugo Ashmore
Participant@anindyaray I still don’t really get what your actual issue is looking at your site as a logged out /anonymous user shows the adminbar but beside that , and obviously as you state above, you are using a custom theme so no my fix won’t work for you I and most of the others can only provide solutions based on default BP theme or core actions we or this forum can’t really support custom themes especially premium custom themes you must take issue with those themes to the original authors.
However the padding in you case is on the body so perhaps you need to revise the code I wrote for you and substitute ‘body’ for ‘#header’ and see if that works?
October 25, 2010 at 2:05 pm #96439Tammie Lister
Moderator@AnindyaRay : Well I get a JavaScript error on your page when testing with firebug and that certainly could be making your adminbar get grumpy. My advice would be to using firebug track down what is causing that by turning off all plugins and widgets and extra code you’ve added then adding it in one by one. I usually opt for the ‘all off’ dramatic approach myself as saves time building up as oppose to one by one off. Up to you though.
@Maryke: Depends if your child uses the default BuddyPress one and has any core / major files changes in it. If it’s just CSS or additions to code then probably not but if it’s changes to code you’d have to check for anything that could be different. Generally if using default theme as your parent you’ll at least be 99% ok just depends on how extensive you’ve got in your child which I can’t really say.
October 25, 2010 at 12:18 pm #96427In reply to: Buddypress 1.2.6 adds extra padding-top
anindyaray
Member@hnla
Thank for your help
I’m using wp 3.0.1 and bp 1.2.6 , with theme named “Blogs-mu”
I’m tried putting the code snippet provided by you in the function.php of the theme file which didn’t worked,
and also tried putting the code in bp-custom.php in plugins directory , which too didn’t helped
actually it happen nothing , no errors also , so it seems to me I’m pasting the code correctly !@abarro – disablng the 25px top padding from admibar.css will cause some overlapping if the theme header have some thing else at that near top position, but for your case its ok because you have disabled the adminbar completely.
October 25, 2010 at 9:04 am #96411In reply to: Buddypress 1.2.6 adds extra padding-top
Hugo Ashmore
ParticipantThen you’re doing something wrong! Without actual detail on what you have done or tried to do it leaves it to us to have to makes guesses which generally is wasteful of time and resources.
Rather than simply state it didn’t work describe what you tried to do with the above code, also we have little detail on what setup you are running i.e custom theme etc
October 25, 2010 at 7:18 am #96405Maryke van Rensburg
ParticipantSo does this mean, if I’m using a child theme, I have to make a lot of changes?
October 25, 2010 at 7:15 am #96404In reply to: Buddypress 1.2.6 adds extra padding-top
Hugo Ashmore
ParticipantPossibly because there are is a mix of issues, if you referring to the remaining padding-top then that is a property being declared in default.css on the #header ruleset and will be there regardless of the state of the adminbar:
I have only time to suggest a quick fix for that in lieu of a new ticket raised on the overall issue for 1.3
You can try dropping this into a function.php file in a child theme (you will need to add opening php tag as your file structure dictates)
`
function cancel_header_padding_for_no_adminbar() {
if(defined( ‘BP_DISABLE_ADMIN_BAR’ ) || $bp->doing_admin_bar = false) ?>/**/
<?php
}
add_action( ‘wp_head’, ‘cancel_header_padding_for_no_adminbar’ );
`
It would also probably work in bp-custom.php to ensure it was picked up for all possible bp themes.Note: I do not suggest this as an answer it’s a hack to get around the issue, but not a good approach all in all
October 25, 2010 at 5:32 am #96395In reply to: New theme – now available
colage
MemberI noticed your lightbox works in buddypress. Mine stopped working for me when I installed buddypress. My flickr photo gallery no longer loads photos in the lighbox… it just get stuck. When I de-activate buddypress, it works again. I tried other themes too – even the buddypress default theme, and that isn’t the problem. Any suggestions?
http://colage.dreamhosters.com/photos/October 25, 2010 at 4:56 am #96392anindyaray
Membernope this actually doesn’t solve the problem.

-
AuthorSearch Results