Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,076 through 15,100 (of 31,073 total)
  • Author
    Search Results
  • #133664
    JLent.
    Participant

    Yes it was the installation wizard I was trying to go through I would of remembered that if I could get into my dashboard my apologies. I am using the BP default theme with a WordPress dating plugin from datingsolutions.biz. It was the BuddyPress Template Pack and when it tried to move the files automatically it failed and showed me steps to do it manually, that’s why I used Filezilla.

    #133661

    So I was able to remove the button for “leave group”. For those who may want to do the same just remove the following from line 50 of the group-header.php file in your buddypress theme.
    `

    `

    Will post here if I figure out how to remove the other buttons.

    #133656
    @mercime
    Participant

    == … custom theme. Up until recently I also had Orbit-slider ==

    I would suggest contact theme author especially if it’s a premium theme.

    @mercime
    Participant

    Open up your custom theme’s header.php, copy all, paste all at pastebin.com, click submit, post the generated URI here. Do the same for your theme’s page.php, index.php, sidebar.php and footer.php. and we’ll take a look at it.

    #133640
    @mercime
    Participant

    What theme are you using? Have you changed to bp-default theme? If that doesn’t work – Site URL? Do you have throw-away test user username and password?

    #133638
    @mercime
    Participant

    == In my dashboard, to update the buddypress plugin ==

    @jloc14 to clarify, when you update BuddyPress plugin to BP 1.5+, you have to go through the installation wizard as seen here https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/ As you can see, you do not move any page at all nor have to use Filezilla

    == the next step was to move the template files as in each page, register, members, groups, forums, etc. ==

    Which most probably means that you are referring to BuddyPress Template Pack plugin instead. What WordPress theme are you making compatible with BuddyPress? We have “template-packed” some WP themes already, check if your theme is in the list – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    #133637
    JLent.
    Participant

    In my dashboard, to update the buddypress plugin the next step was to move the template files as in each page, register, members, groups, forums, etc. I uploaded the files and moved those folders somewhere and now I don’t see them. In /public_html/wp-content/themes I only see smallbiz, twentyeleven,twentyten, and index.php folders.

    #133633
    @mercime
    Participant

    Before installing BuddyPress – https://codex.buddypress.org/getting-started/before-installing/#system-server

    1. Create a network

    2. Decide now where you want BuddyPress to run primarily on. If BP is going to run subsite (subdirectory or subdomain site) then find the blog_id number of that subsite and add the following to your new bp-custom.php file. e.g. blog id = 2
    `define ( ‘BP_ROOT_BLOG’, 2 );`
    If you want BP in main site, do nothing, that’s the default BP “home”

    3. Install BuddyPress and activate. Go through Installation Wizard.

    4. Use BP theme in main site or subsite per #2 above.

    #133631
    @mercime
    Participant

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

    `

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

    `

    with the following for registration/register.php:
    `

    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.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/smpl/

    D. Check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and copy these over to your theme’s stylesheet and adjust as needed.

    #133630
    @mercime
    Participant

    @aprioristic You got it right, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your SMPL theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

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

    <article >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move it above `

    `, just watch out when you do this in the /activity/index.php page.

    Save files.

    #133625
    @mercime
    Participant

    @aprioristic you need to add some more markups at the top and bottom of the files. Will take a look at it now and post the tweaks needed later.

    #133624
    jafar1374
    Member

    Hi @juanmaguerrero Thanks
    No , The theme is default.

    please look at : http://patomatlovers.com/activity

    I want to change the sidebar buddypress like this theme sidebar : http://wordpress.site5.net/alltuts/

    #133622
    @mercime
    Participant

    @jloc14 first of all, what template files were you moving? Remember that you need to strictly follow the directory structure of the BP template files within your theme folder. For example, you cannot move /members/single/activity/permalink.php to /members/single/permalink.php nor to groups/permalink.php

    #133619
    aprioristic
    Member

    I did install the template pack and it says I need to change template files. I can notice that the BuddyPress CSS is messing with some buttons already, so certainly that will need to be fixed too.

    I saw some threads saying I need to change the HTML of my templates in one of two ways if the template pack doesn’t just work (it didn’t).

    I’m not sure what you mean by:

    “link css of buddypress to the header.php
    move all member files to the root of the theme,”

    I think BuddyPress’ CSS is being called because it is breaking some appearances other places. Should I be only calling the CSS on BP pages or just sort out the conflicts?

    #133618
    nsbrown
    Participant

    It’s a theme, I just thought a plugin might have this code, I will try place that in the header.php

    Cheers

    #133614

    Yes, I went through the Installation Wizard, and all of the appropriate pages are associated with the appropriate functions. And, I forgot to mention, I’m running the Buddy Press default theme.

    #133609
    yadigit
    Participant

    Go to your /wp-admin -> plugins -> search buddypress template pack.
    install and run the plugin,
    (all should work well)

    if that does not work then you should
    link css of buddypress to the header.php
    move all member files to the root of the theme,
    you may have to tweet the css..

    @aprioristic if needed i’ll tweak this theme for you.

    #133599
    @mercime
    Participant

    @jloc14
    – Backup then delete the BP template folders in your active WP theme folder in server.
    – Re-upload your WP theme.
    – Then re-run Appearance > BP Compatibility and go through the process to get clean BP template files.

    kozmica
    Member

    @mercime like I said before, I’m developing a custom theme, I followed the instructions of the Template Pack plugin, I even changed my theme’s content div tag to “content” instead of touching buddypress files.

    Almost everything worked out of the box just with that, and a little touches here and there, but the activity-stream for single entries got totally lost (inspecting the element with firefox would select the whole window space).

    All around it seems it only needed the “float:left;” added to the #activity-stream and it works now just fine.

    Thank you for your response. I love BuddyPress and I’m just starting to work with it.

    #133585
    Weshaw
    Participant

    Thanks, Paul. I dug out this version:

    https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/_inc/css/default.css?rev=5839#L514

    . . . which appears to be working.

    Looking forward to 1.6. Sweet work you all are doing.

    #133578
    juanmaguerrero
    Participant

    Hi, @jafar1374 the design you’re showing is not from the Default BuddyPress Theme… I think you’re using a WordPress Theme or another one. Could you re-check that and give us more information in order for us to help you? Regards!

    #133571
    Paul Wong-Gibbs
    Keymaster

    We’ve a fix in the 1.6/trunk version of BP / BP-Default. It doesn’t work with RTL languages at the moment.

    I think you should just tell them to get a new browser (or Chrome Frame) anyway. :)

    #133566

    In reply to: Ouch! Help

    helpme2012
    Member

    Installed:
    WordPress 3.3.1 (installed in root)
    BuddyPress Versión 1.5.5
    standard BuddyPress theme

    Thanks Again ;)

    @mercime
    Participant

    == I would like to be able to track the members and the dates that they lost the love one ==

    @enjoywellbeing You can create profile fields for a) date when their loved one was born and b) date died. Then make the fields required.

    == I am looking for an easy theme to use for this purpose ==

    I would suggest using the default bp-default theme while you’re building your site and adding plugins so you can know that if anything goes wonky, it could very well have been caused by the plugin, etc.

    When you’re close to launching the site, you can use a WordPress theme and use BP Template Pack plugin to transfer BP template files and JS goodness. If you need assistance in fixing alignment, check out the list of WP themes we’ve “Template-Packed” so far.

    #133558
    tungdo
    Member

    @mercime. Yes, this is related to the submitted theme. Still not resolved, appreciate any help you can give me =)

Viewing 25 results - 15,076 through 15,100 (of 31,073 total)
Skip to toolbar