@rakshithvbharanigmailcom Open up your theme’s header.php, copy all, paste all at pastebin.com, click submit, and post the generated pastebin.com URI here. Do the same with your theme’s page.php, index.php, sidebar.php and footer.php
Thanks for your response…I have included the url’s that you asked.
Header.php : http://pastebin.com/nyaTJkdu
page.php: http://pastebin.com/Q6z2XsEH
Index.php: http://pastebin.com/zjWKyhNY
sidebar.php: http://pastebin.com/VQ46gAPH
footer.php: http://pastebin.com/U2J8ThHV
I request you to please help me in this regard.
@rakshithvbharanigmailcom I also need the content for loop-page.php file in pastebin.com
Well, I’ve included it as well and also my page-full.php along with the css sheet:
My loop-page.php http://pastebin.com/YDmpXhgR
my page-full.php http://pastebin.com/xT1Pnkdn
my css sheet http://pastebin.com/E0PTDbbk
@rakshithvbharanigmailcom You only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make your theme compatible with BP.
If you’ve revised any of the BP template files transferred to your lucid theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your lucid theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
A. COPY your theme’s header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
`
B. COPY sidebar.php and Save As > sidebar-buddypress.php file
Open up sidebar-buddypress.php and at the very TOP of the file above all other code, add:
``
[UPDATED-11/20/12 @rakshithvbharanigmailcom ] At the very BOTTOM of the same file, below all other code, add:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/lucid/ in the same directory where your regular header.php and sidebar.php files are
D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
Thanks a lot @mercime ……it did what you said and it worked…..thanks for your cooperation…
but despite pasting the given code from https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ to stylesheet, the problem still persists and the problem is identical to what is shown in the image.
I would be great full if you could assist me in this regard……
You should paste what’s in the walkthrough link to the bottom (below all other styles) of your theme’s style.css If that doesn’t work, need site URI. Got to see what’s wrong.
originally my css was like this :http://pastebin.com/E0PTDbbk
After editing by adding code its like :http://pastebin.com/JJ30vFDW
It isn’t working…………..
I guess that there is some problem that’s going on and like you said you must see the site URI :
May be this is the file you want and its called bp-core-catchuri.php
: http://pastebin.com/A3y4DAyF
no….its bp-core-catchuri.php file that i have provided from wp-contentpluginsbuddypressbp-core
Please let me know if i need to provide anything else to fix this problem….please help…
What exactly isn’t working? Please enumerate and be specific.
For example: footer is missing, header is missing, sidebar is missing or on top of the header.,, etc etc etc.
Something’s getting lost in translation and I want the URI to your website (not the theme demo) so that I can see what the problem is, and possibly give the solution sooner rather than later.
Thanks for you reply so quickly…..I appreciate your helpful nature…..
Sorry I should have explained more……See the images:
1)http://picturepush.com/public/11426403
2)http://picturepush.com/public/11426421
Also can you explain how do i obtain my site URI…..I’m really sorry to ask you this, i’m totally new to wordpress itself so please help me…
Site URL = domain name aka http://www.yourdomain.com
Or are you testing this on XAMPP, MAMP or WAMP?
Actually im developing in wamp server, so there is no uri ….
Can’t guess what’s wrong with the install just by looking at the picture, sorry.