Forum Replies Created
-
Hey. I was just wondering whether anyone had found a fix for this?
Thanks,
AbiI’ve found that line, do I just add the ID of the new profile group?
Thanks for your help,
AbiActually I posted this yesterday!
I’ll have a think as to how I could set it up with just the base group. It’s just weird that it works locally and not on the remote server!
Thanks,
AbiCan anyone help with this? Thanks. Abi
The absolute path didn’t work, I fiddled with it’s location in the header and now it seems to be working. Strange!
Thanks for your help anyhow!!!
Ah. As simple as that! Genius. Thanks r-a-y!
I am creating a buddypress child theme.
wp_list_pages should be on line 91. All of that code is within my header.php file.
Thanks,
AbiDoes any one have any ideas? Driving me nuts! Thanks, Abi
Tried hiding a page with a different ID using:
title_li=&depth=1&exclude=2Still doesn’t hide!
Yep I’m using a child theme. It’s bizarre that it doesn’t work.
I have the following plugins activated:
‘Buddypress’
‘Remove BuddyPress Admin Bar’They’re the only ones activated!
I did actually try this and it still doesn’t hide it! And I tried it in the page widget in the Appearance settings!
Hope you can help. Thanks. Abi
Can anyone help with this? Thanks. Abi
Thanks so much for your help! I’ll be honest, I couldn’t get what you suggested to work. I must have put something in the wrong place!
But after fiddling with the script src’s in the header it suddenly started working. Weird!
Thanks anyway pal!
AbiThanks so much for your help! I really appreciate it.
I’ve added that code to my functions.php file. Which bit of the code do you mean when you suggest to place my jQuery code into the footer? If you mean the whole div element which requires the jQuery that won’t work because it would move the div to a new part of the page?
Thanks in advance. This has been driving me crazy all day!
Abi
Can anyone help with this? Sorry, it’s probably a really simple solution!
Ps. I know that php code is wrong, I just don’t know how to display code in these forums!
THANK YOUUU! You are an absolute star.
Can I post all of my code here? I don’t know the right tags to post it! It’s still messing up!
Thanks,
AbiHi again.
Firstly, thanks so much for your help r-a-y! I managed to get it working…. But then it has issues when I try to login or out. I think it’s probably to do with where I’ve placed my if/else statements. Just can’t seem to get it working! The first part looks like this:
if ( is_user_logged_in() ) : ?>
Followed by the url to log out, then the else statement and then the function… Any idea where I’m going wrong?
Thanks,
AbiHi there.
I’ve just had a go at implementing this and it’s all working fine. But I was just wondering whether it was possible to run this function if the user is logged out only?
Thanks,
AbiCan anyone help me with this?