Skip to:
Content
Pages
Categories
Search
Top
Bottom

Elegant themes compatibility – Lucid

  • @rakshithvbharanigmailcom

    Participant

    I’m running lucid theme from elegantthemes.com. I’m having trouble using the theme…its conflicting with the widgets…it doesnt display the widgets as it have should. I’m a newbie to buddypress…I request you to please help me regarding this issue…….I didn’t understand what bp compatibility plugin says after moving the template files….I wanted to fix this asap….the elements in the site are not displaying correctly…i mean i dont know how to configure the theme as it responds to buddypress.. need your help……

Viewing 18 replies - 1 through 18 (of 18 total)
  • @mercime

    Participant

    @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

    @rakshithvbharanigmailcom

    Participant

    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.

    @mercime

    Participant

    @rakshithvbharanigmailcom I also need the content for loop-page.php file in pastebin.com

    @rakshithvbharanigmailcom

    Participant

    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

    @mercime

    Participant

    @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:
    `

    <article id="post-” >

    `

    Save file.

    @mercime

    Participant

    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.

    @rakshithvbharanigmailcom

    Participant

    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……

    @mercime

    Participant

    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.

    @rakshithvbharanigmailcom

    Participant

    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

    @mercime

    Participant

    Site URL?

    @rakshithvbharanigmailcom

    Participant

    no….its bp-core-catchuri.php file that i have provided from wp-contentpluginsbuddypressbp-core

    @rakshithvbharanigmailcom

    Participant

    Please let me know if i need to provide anything else to fix this problem….please help…

    @rakshithvbharanigmailcom

    Participant

    @mercime

    Participant

    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.

    @rakshithvbharanigmailcom

    Participant

    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…

    @mercime

    Participant

    Site URL = domain name aka http://www.yourdomain.com
    Or are you testing this on XAMPP, MAMP or WAMP?

    @rakshithvbharanigmailcom

    Participant

    Actually im developing in wamp server, so there is no uri ….

    @mercime

    Participant

    Can’t guess what’s wrong with the install just by looking at the picture, sorry.

Viewing 18 replies - 1 through 18 (of 18 total)
  • The topic ‘Elegant themes compatibility – Lucid’ is closed to new replies.
Skip to toolbar