Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,451 through 15,475 (of 31,073 total)
  • Author
    Search Results
  • OreilleMalade
    Participant

    Thanks for your fast answer.

    That was a CSS problem indeed but as I really didn’t habe time to check deeper I decided to change my childtheme (its developper apparently stopped updating it for monthes so I had to change soon anyway…) Everything is OK now ;-)

    yadigit
    Participant

    I noticed that there is no CSS style to your page,
    Make sure the css of buddypress and your theme is linked in the header.php.

    yadigit
    Participant

    Just double check to make sure you have the
    Member
    groups
    forums
    activity
    blogs
    registration
    files in your root theme.
    ( that was my problem )

    Let me know if that helps.

    #132058
    allentan
    Member

    I have upgraded to 1.5.5 The registration page remain the same.

    I go to Buddypress>Fields>add new and create a “Name” group, But it Failed. It says there is an error saving the group.

    I change to a BP default Theme, its the same thing, that it doesn’t work.

    How do i create a Name Field Under Profile Name ?
    How to get my registration page to accept User registration?

    #132055
    @mercime
    Participant

    @katandmouse It’s the best way to avoid confusion since you have a different theme and therefore a different solution which I posted in your new topic. Thank you for following instructions :-)

    #132054
    @mercime
    Participant

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

    `

    with the following (except for registration/register.php):
    `
    <?php
    if ( ! is_page( $wootable->frontend->bookings_page ) && ! is_page( $wootable->frontend->manage_page ) ) {
    get_sidebar();
    }
    ?>

    `

    with the following for registration/register.php:
    `
    <?php
    if ( ! is_page( $wootable->frontend->bookings_page ) && ! is_page( $wootable->frontend->manage_page ) ) {
    get_sidebar();
    }
    ?>

    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 revised up to your server wp-content/themes/diner/

    D. You might also want to 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/

    NOTES
    1. No guarantee that the breadcrumbs will work in BP pages.
    2. In each of 16 files, you might want to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    ..

    ` and move it above `

    `, just watch out when you do this in the /activity/index.php page.
    #132053
    @mercime
    Participant

    == but asked that I start my own thread. ==
    @katandmouse Yes, because you have different themes and I’ll be posting different codes/instructions

    Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Diner 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
    `

    <div id="main" class="frontend->bookings_page ) || is_page( $wootable->frontend->manage_page ) ): echo ‘reservation-page ‘; endif; ?>col-left”>
    <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('

    ‘); } ?>

    `

    Save files.

    #132048
    @mercime
    Participant

    Did you just upgrade your installation or is this a new install? For the former, there has been no change in the registration template in the upgrade from BP 1.5.4 to BP 1.5.5. Beyond the registration page, have you tried changing to bp-default theme and check if registration works then?

    #132047
    katandmouse
    Member

    I apologize @mercime. I actually thought it would help and eliminate the need for those wanting to help to have to address the same question in more than one thread. As a user I’d also like to find all the answers in one place, so again, I thought this would help.

    But I followed your request. I posted my problem regarding Wootheme and BP here: For those using Wootheme and having this problem, I posted a question on that here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/sidebar-dropping-in-woothemes-diner/

    @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 revised up to your server wp-content/themes/thesource/

    D. You might also want to 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/

    NOTES
    1. No guarantee that the breadcrumbs will work in BP pages.
    2. In each of 16 files, you might want to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    ..

    ` and move it above `

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

    @foundsheepgmailcom Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your TheSource 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 if (get_option('thesource_integration_single_top') ” && get_option(‘thesource_integrate_singletop_enable’) == ‘on’) echo(get_option(‘thesource_integration_single_top’)); ?>

    <div id="top-shadow">

    `

    Save files.

    Mark
    Member
    @mercime
    Participant

    @foundsheepgmailcom Open up thesourcetheme’s header.php, copy code, paste code in pastebin.com, click submit and post the generated pastebin.com URI here. Do the same for thesource’s footer.php, sidebar.php, index.php and page.php

    #132040
    @mercime
    Participant

    @katandmouse please do not hijack this post. Start a new topic and include name of theme and theme’s demo uri plus the pastebin links you posted above.

    #132037
    katandmouse
    Member
    #132036
    @mercime
    Participant

    @dsmndwng Open up thestyle theme’s header.php, copy code, paste code in pastebin.com, click submit and post the generated pastebin.com URI here. Do the same for thestyle’s footer.php, sidebar.php, index.php and page.php

    #132034
    linkfr
    Participant

    Hi guys,

    Sorry for posting here but i’m new and havent found how to post a new question.

    I’d like to COMPLETELY delete buddypress… To reinstall it and recover in such a way the original configuration proposed.

    The problem is everytime i deactivate and delete buddypress plugins and themes, check it is done in the repertory and delete wp_bp tables… my old undesired buddypress is still there when i install it again.

    I’ve also taken a look into my wp_options tables (i have a couple of them since i installed a network) but none of them contains such files as these:
    * bp-db-version (for BuddyPress 1.5)
    * _bp_db_version (as of BuddyPress 1.6)
    * bp-active-components
    * bp-blogs-first-install
    * bp-deactivated-components
    * bp-disable-account-deletion
    * bp-disable-avatar-uploads
    * bp-disable-blogforum-coments
    * bp-disable-profile-sync
    * bp-pages
    * bp-xprofile-base-group-name
    * bp-xprofile-fullname-field-name

    I’ve been here (https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/) and it seems i did everything ok but it still doesnt work…

    Could you please give me a hand?

    #132028

    In reply to: Remove Avatar

    thawardask
    Member

    I have removed the avatar element from all of those files, and it has been removed from all elements except for the posts page. Also, I am not using a custom theme (I’m using bp-default)

    #132026
    starship87
    Member

    wordpress version 3.3.1
    buddypress Version 1.5.5

    Custom Community Theme

    Plugins:Akismet , BuddyPress Sliding Login Panel, Buddypress.

    I have enabled Group forums in the group admin, I’ve changed the theme and deactivated each plugin to see which is causing the problem, no luck with any of those things.

    everything else on my buddypress is working fine and I never had a problem with my groups before.

    ludu
    Member

    Hello , i followed the post and did exactly as Connor did.
    Boone Gorges, The code does not work.

    i have the same problem on my activity page.
    Reply to comment when clicked “Post” redirect to 404 page.

    but reply on other pages works fine except activity stream page.

    i get a rediret
    http://mysite.com/activity/reply

    which does not exist.

    if i redit my bp-theme-template.php. , change the ‘/reply/’ to post.
    i still get 404 from http://mysite.com/activity/post

    have done a lot of research on the Activity stream reply error. and Nothing.
    Ajax working fine too. What is going wrong. ? or what am i not doing right?

    Can anyone Help.

    #132023
    coreymj78
    Member

    Tried that, didn’t work. I also tried these:

    bp_has_members( $meta_key = ‘source_domain’ . $meta_value = $current_site->domain )
    bp_has_members( ‘meta_key=source_domain’ . $meta_value = $current_site->domain )
    bp_has_members( ‘meta_key=source_domain&meta_value=’ . $current_site->domain )
    either didn’t do anything or did not return any results, and it causes the My Friends tab to not return results either.

    So I go the other route and try these…

    bp_has_members( $user_id = $bp->loggedin_user->id )
    bp_has_members( $include = $bp->loggedin_user->id )
    bp_has_members( ‘include=’ . $bp->loggedin_user->id )
    bp_has_members( ‘user_id=’ . $bp->loggedin_user->id )
    the first to don’t do anything and the second two do not return any results, and causes the My Friends tab to not return results either.

    bp_has_members( ‘include=’ . bp_get_friendship_requests() . ‘&per_page=0? ) )
    which is used in the friends-loop (My Friends tab) does not work when attempting to use it in the members-loop.php (All Members tab) and again causes both tabs to not return results.

    The FULL function that my theme uses looks like this:

    if ( bp_has_members( ‘meta_key=source_domain&meta_value=’ . $current_site->domain . bp_ajax_querystring( ‘members’ ) ) )

    …with that ajax thing at the end, could that be what’s causing these not to work? I did try taking that out and when I do that, the various filters seem to be applying to both tabs, the members-loop and the friends-loop the same. Not sure why.

    Thanks

    #132018
    Hugo Ashmore
    Participant

    Have you any plugins running – not necessarily BP but WordPress specific- that may be interfering with signups?

    If you are are running your site with all non-essential (WP or BP) plugins disabled and have changed from your custom child theme to the bundled bp-default theme and you are using latest version of stable BP release and the issue persists and also is evident on creation of new members under these absolute default conditions, then it’s sounding like you have a corrupted DB and fixing that may not be straightforward.

    However it is essential to absolutely ensure that NO plugins are running other than BP for testing purposes and that we are running bp-default – apologies for labouring this point – when I visit the site url I do always see your custom theme, can we see just the bp theme running for the moment?

    enderpal444
    Participant

    third times a charm!

    #132011

    In reply to: Remove Avatar

    Paul Wong-Gibbs
    Keymaster

    The class=”author-box” markup exists in the default theme in the following files: archive.php, attachment.php, index.php, search.php, and single.php. Maybe try removing it from index.php, or if you’re using a custom them, do a find-in-files to find where it’s hiding.

    Mettezz
    Member

    ok no problem thank you for your time

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