Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 16,176 through 16,200 (of 31,073 total)
  • Author
    Search Results
  • #128992
    @mercime
    Participant

    @soeasilyswayed Viewed page source. Checked reaction theme demo page as well.

    At the bottom of the header-buddypress.php we created, replace:
    `

    `
    with
    `

    `

    The class .one you posted in pastebin had only 40px width

    #128977

    Okay, i re-uploaded the header-buddypress.php and the sidebar-buddypress.php

    Deleted and ran BP Compatibility… and its still doing the same thing…

    In what source do you see this?

    Were getting closer!

    :)

    #128976

    I took them out. I didnt want it to forget about it, or mess up or anything strange.

    I will try the whole process again right now

    :)

    Give me a few

    #128975
    @mercime
    Participant

    Got it. Thing is, I see
    `

    `
    in source when the page template you posted in pastebin.com link above had
    `

    ` plus the next two divs I posted are not present in source code of what’s supposed to be your /member/index.php page

    Where did you upload header-buddypress.php and sidebar-buddypress.php? These should be uploaded to wp-content/themes/reaction/ folder, not elsewhere or it won’t work.

    #128960

    In reply to: Premium themes

    Marcella
    Participant

    Thanks for the contribution.

    Much like anything in life depending on what you are doing you consume accordingly.

    I’m loving BP right now, and usually now whenever I study it tends to be all about BP.

    Similarly, last year… work required CodeIgniter, so it was all about that.

    Year before WP, so it was all about that.

    Guess you like communities now so… it’s all about BuddyPress baby!

    How much do you like Cigars? @FuriousCigars lol

    #128959

    In reply to: Premium themes

    Not an answer to your question, but when I purchase themes now, if they dont have buddypress integrated into the theme, i dont waste my time looking at them anymore.

    #128951

    Nice!

    #128949
    SimpleWebGuy
    Member

    I’m looking for a developer to assist with our project. simply editing .php files to fit our theme (life wp theme)

    #128947
    SimpleWebGuy
    Member

    If we cannot get any support with this plugin im afraid we will have to move onto another. We really like this BP plugin however we need it to be simple. Something similar to jomsocial for Joomla sites.

    #128946

    @mercime – I made you a Member, same credentials :)

    #128936

    Ahh. how do I send it to you? :(

    I did it all again, to make sure I didnt do something wrong or miss something and its still doing the same thing.

    I just don’t get it..

    :

    #128935
    2farnorth
    Member

    Authors Widget 2.0.2 http://blog.fleischer.hu/wordpress/authors/ (provides a simple list or tag cloud to all posts by author) does not work with BP installed.

    #128927
    @ChrisClayton
    Participant

    The ‘theme my login’ plugin ( https://wordpress.org/extend/plugins/theme-my-login/ )
    Has a ‘redirect after login’ module, you could create a new role on your site, calling it something like “auto-activated members” with the same capabilities as your default role and then use that plugin to redirect users in that role to a different page?

    #128916
    enderpal444
    Participant

    Thanks for the thorough response. I’m not sure if I did it right but I pasted the function into my function.php and that got rid of all my styles from my child theme style sheet which confused me.

    Collapsing is the wrong word. What happens is it shoves my sidebar underneath the content and since I’m making a mobile version of my site I don’t need that to happen and it takes an absolute positioned element in the sidebar and overlaps it to the top of the content.

    #128915
    BlendNZjnr
    Member

    Incredible!!! Basically all the pages are realigned now, but still a couple of kinks to ion out:

    http://edit.blendnz.com/wp-content/uploads/2012/01/new-groups-layout.png

    As you can see it is now within the page (not stretched to the left :D ) and the sidebar is in place, only as you can see things just stick out the right side of the page – what is the easiest way I can change the standard page width to increase it a little so everything fits?

    Also I believe I copied the code correctly for register.php (I’ll post a link to the code below)

    http://pastebin.com/YJTHCh8j

    But it still has the same problems as before, as can be seen from this screenshot:

    http://edit.blendnz.com/wp-content/uploads/2012/01/register.png

    What needs to be done?

    – We’re so close we can’t give up now!!! Thanks @mercime very much, you are an amazing helper!
    God Bless

    #128913
    @mercime
    Participant

    BP Template Pack process copies 6 folders from bp-default theme within the buddypress plugin folder into the active WP theme – in your case, the swatch theme folder in server.

    You can download BuddyPress, unzip, and go to bp-themes/bp-default/ folder where you’ll find the 6 folders (activity, blogs, forums, groups, members, registration) which contain the 16 files you need to revise. After you’ve done the revisions, upload those 6 folders via FTP/cpanel/etc to server wp-content/themes/swatch/ folder

    #128907
    BlendNZjnr
    Member

    Sorry, but where do I “Download the 6 BP template folders (clean ones)” ???
    This all looks doable, thanks so much – I just feel stupid for not knowing how to do the first step :P
    I downloaded a fresh copy of the BuddyPress Template Pack:
    https://wordpress.org/extend/plugins/bp-template-pack/
    And unzipped it, but that doesn’t seem to have these 6 folders or any of the files…
    could you please point me to them?
    Appreciate your replies.

    #128897

    I just did that and still nothing.
    :(

    I have NO idea what I’m doing wrong…?

    I had to make you a Admin cause its not live yet… (does this work?)
    http://www.roadunit.com
    User: xxx
    Passwrd: xxx

    EDIT – Do not post username and password with admin privileges here. — mercime

    :(

    #128893
    @mercime
    Participant

    B. At the very bottom of the 16 files, replace:
    `

    `

    with (except for the /registration/register.php file):
    `


    `

    with the following for /registration/register.php file
    `

    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 files and upload following the directory structure.

    Disclaimer: this may or may not work depending on what that customized theme renders via options in the templates. If that occurs, you can point theme dev to this post and he/she would be able to direct you to a corrected structure.

    Also, if there’s a php error after this has been uploaded, it might very well be that you would have to delete the breadcrumb code I included from the original woo file. I’m saying, just in case :-)

    Finally, you might want to check out the style modifications done for Twenty Ten child theme using BP template pack https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    #128892
    @mercime
    Participant

    All right.

    @BlendNZjnr You’re going to have to change 16 files contained within the 6 BP template folders transferred to your swatch theme folder in server listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles

    Download the 6 BP template folders (clean ones) to your computer HD.

    A. At the very top of all the other template files listed in link above, replace from get_header to div.padder
    e.g.
    `

    `

    with the following :
    `<?php
    get_header();
    global $woo_options;
    ?>

    <div >

    `
    #128891
    @mercime
    Participant

    Make sure that you have pristine copies of the BP template files i.e. that the files you tried to revise over the last week were replaced with the original BP template files.
    – Delete the 6 BP template folders in your reaction theme namely: activity/ blogs/ forums/ groups/ members/ registration/
    – Re-run Appearance > BP Compatibility and go through whole process until the end.
    – Check the BP component pages again.

    Otherwise, site uri?

    #128890

    So I did everything here, and now its barely showing.
    http://img820.imageshack.us/img820/6403/profileroadunit.png

    :

    Any ideas?

    and thanks again for helping again!

    #128886
    Marcella
    Participant

    @kalengi – Hello, this is a child theme so the file structure adheres to anything in bp-default.
    So… accessing the stream via the url .

    site.com/activity

    using the file

    theme/activity/index.php

    Calling the loop from index.php

    theme/activity/activity-loop.php

    Calling an entry from within the loop

    theme/activity/entry.php

    Omitting header.php the full loop looks like this.

    `

    <form action="” method=”post”>

    <textarea name="ac_input_”>
    <input type="submit" name="ac_form_submit" class="submit" value="” />
    <input type="hidden" name="comment_form_id" value="” />

    `

    That’s being sent to the 404.

    @allwest – I think this is a known issue, it’s listed over in Trac https://buddypress.trac.wordpress.org/ticket/3705

    `

    #128884
    @mercime
    Participant

    Looking at the code you posted, I am 99% positive that you only need to create and add header-buddypress.php and sidebar-buddypress.php to your theme folder instead of changing code in 16 files transferred into your reaction theme in server. Let’s give it a try.

    Create the header-buddypress.php file. Copy content of your reaction theme’s header.php and post it in header-buddypress.php and add the following at the bottom of that file:
    `

    `
    (updated)

    Save file.

    Create a new file sidebar-buddypress.php. and paste the following:
    `

    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.

    Upload both files to your theme folder in wp-content/themes/reaction/

    Finally, you might want to modify the default template pack styles, check out https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    #128881
    @mercime
    Participant

    @AtlantasRealtor I would say backup database as always. Go to the lowest common and successful denominator by changing theme to Twenty Eleven and deactivating all plugins first.
    – Given that, when you activate BuddyPress, do you now see the Installation Wizard link under the admin bar?
    – If you do not see the the wizard, at this stage change to bp-default theme.
    – Do you see the BuddyPress menu at the bottom of all other dashboard menus? If so, go through each one of those panels and configure.

    – Yes, it is logical to make sure that your theme and connect plugins are compatible with latest WP and BP versions. However, I recommend not activating Genesis child theme nor Genesis Connect until you have BuddyPress working properly
    – Btw, is this a new installation or is this an upgrade from previous WP version?

Viewing 25 results - 16,176 through 16,200 (of 31,073 total)
Skip to toolbar