Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,876 through 5,900 (of 32,561 total)
  • Author
    Search Results
  • #253566
    risbrix
    Participant

    Hi

    I have the hueman theme and because of some issues…I had to delete the theme and install+activate it again.
    But since I did that not all widgets on the sidebar will show. Only groups, but friends etc. won’t. I had no issues before.

    When I click on a user’s profile then the friends and groups will be there. So it’s only the front page there’s the problem. I haven’t touched the theme in anyway, except customizing it.
    All widgets is made by buddypress.

    I guess it isn’t that much of a issue, but still…I would like to make it possible for my members to see their friends, without going to their profile.

    Do someone know what might can be the problem?

    Site: strizzel.com

    Wordpress: 4.5.2

    Buddypress: 2.5.2

    Thanks!

    eerrico
    Participant

    Thanks for your response! Can you clarify for me which CSS file should I add it to, the one for the theme? I already tried that and it didn’t work.

    sharmavishal
    Participant
    Stacy (non coder)
    Participant

    Toggles or trees are much cleaner. Or the ability to default sorting with hierarchy even if the group doesn’t function as a hierarchy.

    Also, I want to use a different theme when on bp pages than the rest of my site.

    #253523
    shanebp
    Moderator

    BP recently added the BP Email API which uses its own methods.

    You can place the code in bp-custom.php rather than your theme/functions.php

    #253522
    notch-1
    Participant

    Yes, it works, but why not with those plugins? I prefer not to alter the theme when possible…

    #253521

    Topic: Sort Members

    in group forum Third Party Plugins
    meganme517
    Participant

    I am looking to have members sorted by a “featured” label. Is there a way to do this through a theme or coding?

    #253520
    shanebp
    Moderator

    Try this in your theme/functions.php

    add_action( 'bp_email', function( $email_type, $email_obj ) { $email_obj->set_from( "you@yoursite.com", "Your Site" ); }, 10, 2 );

    See codex page.

    #253497
    sharmavishal
    Participant

    you need to raise this with paid theme support forums

    #253491

    In reply to: Adding Sub-groups

    sharmavishal
    Participant

    Great…adjust the CSS as per your theme…

    #253487
    bareguys
    Participant

    Hi

    The last couple of weeks I have been getting several 404 errors when working in admin and 500 and 508 errors. Today the site was unreachable. The hosting service TDM Hosting came back with the following:

    As far as I can see the available resources for the account have been temporary allocated due to the constant processes running from the account on the server. It seems that the website is consuming more resources than the ones allowed for the shared hosting environment, as according to the resource usage you have reached the CPU and memory limits multiple times.

    In order to completely resolve the issue we kindly advise you to consider reviewing your website and optimize it as much as possible, so it can start consuming less resources. Thank you in advance.

    I have latest buddypress and WP installed with Kleo theme and quite a few plugins. How do i start to narrow down exactly what drains the resources. The # of visitors are not very high.

    Any help/tips would be appreciated.

    #253484
    Joost abrahams
    Participant

    Your theme is outputting those links.

    #253482
    jclark1234
    Participant

    I have spent 20 hours on tech support to figure this out.

    My host tech support at WP Engine went through and we tested every plugin and isolated that the capitalization appears only when buddypress plug in is activate.

    As I wrote in my original post “I am using wp 4.5.2 and the ispirit 1.1.2 and it replicates with the
    standard themes. It happens in safari, chrome and on iphone browser.”

    When I stay standard themes I mean the three that come with the wp install.

    We (wpengine and I) did redirects so that when the bp system generates the odd capitalization issue it redirects to the page with the caps.

    Go here and watch it redirect http://www.championcollegeservices.com/register to http://www.championcollegeservices.com/Register

    We did that redirect as a temporary solution so that people could at least sign on.

    The bug needs to be found and fixed.

    #253481
    Joost abrahams
    Participant

    I,m am very sorry but… You did make those changes somehow, wordpress and buddypress only outputs lowercase slugs.

    You are not typing internet adresses directly into your browser? Those links in your chase are generated by your theme? Did you try a different theme? Did you try to change the page slug?

    #253478
    Joost abrahams
    Participant

    More examples

    Works

    example.org/group/
    example.org/group/TESTGROUP/

    Doesnt work only shows pagetitel

    example.org/GROUP/

    Works but goes to page not found themepage

    example.org/group/testgroup/Members

    #253459
    navyspitfire
    Participant

    I know this is a common topic and I’ve read through several threads regarding this issue, but my emails are still sending in plain text.

    Per the emails codex page, I customized my own template in my child theme (single-bp-email.php), and when I go to Emails > Customize, my HTML template is visible.

    I am testing the activate your account email; I also am using an SMTP plugin. Are there any steps I might have missed, or anything else I can do to troubleshoot the issue?

    #253443
    megin
    Participant

    Hi @danbp,

    Thank you for your reply.
    I wrote bp-custom.php inside the folder( wp-content/plugins/).

    I would link to add extra field inside the file( buddypress/bp-themes/bp-default/activity/post-form.php) and need to insert that value on the table (wp_bp_activity_meta). I wrote the function for this purpose. Unfortunately its not working. please help.

    function add_meta_to_activity( $content, $user_id, $activity_id ) {
    
        bp_activity_update_meta( $activity_id, 'option1', $_POST['option1'] );
    
    }
    add_action( 'bp_activity_posted_update', 'add_meta_to_activity', 10, 3 );
    #253423

    In reply to: APP by mobile phone

    modemlooper
    Moderator

    You could use:

    #253422
    modemlooper
    Moderator

    that’s correct, BuddyPress filters the the_content of a BP page so anything you add to the content editor will not show. BuddyPress uses your themes page.php for all its pages so its kind moot to add content in the editor unless its something to display site wide. You are better off hooking to bp template hooks to display extra content on specific pages.

    #253414
    jclark1234
    Participant

    I reported this bug 4 days ago and have not response.

    #7061: buddypress changing permalinks to caps

    I am using wp 4.5.2 and the ispirit 1.1.2 and it replicates with the
    standard themes. It happens in safari, chrome and on iphone browser.

    This problem started of 5/11/16 when I discovered register and activate permalinks are
    malfunctioning.

    I have checked all the plugins we are using and have isolated it to only
    occur when using buddy press 2.5.2

    I have the links for register and activate set to
    http://www.championcollegeservices.com/register and
    http://www.championcollegeservices.com/activate but a blank page shows up unless
    you cap the page names as follows http://www.championcollegeservices.com/Register
    http://www.championcollegeservices.com/Activate

    How can we fix this bug with buddy press adding the odd capitalization to the permalinks?

    dwink09
    Participant

    I can’t repair my register and activation pages for my BuddyPress Installation. I have used default themes to troubleshoot and deactivated most plugins. Still the save button won’t show. I even set to close open registration. Still no save buttons. The only save button is on the last tab of the settings page in the dashboard. Please help!

    #253394
    Henry Wright
    Moderator

    Run a search in your code base for bp_add_friend_button(). Depending on your theme it could be in quite a few files.

    bennypowers
    Participant

    Hello
    I have a Multisite installation with BuddyPress. I’d like to display user’s extended profile fields in the site directory (blog loop)

    Based on the documentation, I’ve tried this:

    <?php
    
    add_action( 'bp_directory_blogs_item', 'display_user_xprofile' );
    function display_user_xprofile() {
        $args = array(
            'field'   => 'Phone', // Field name or ID.
            // 'field'   => 'Car', // Field name or ID.
            // 'field'   => 'Languages', // Field name or ID.
            );
        $phone_number = bp_get_profile_field_data( $args );
    
        if ($phone_number) {
            echo 'Phone Number: ' . $phone_number;
            // echo 'Car?: ' . $phone_number;
            // echo 'Languages: ' . $phone_number;
        }
    
    }

    Without success. Please advise how to display this info.

    rateyourway
    Participant

    Hi Buddypressers!

    I am starting to configure my site and i have realized that when there is a buddypress page, this page can’t be edited from my admin side. I am creating a site using jupiter theme and visual composer, but i can’t add any content to that page, and te page won’t even show the title.

    Am I doing something wrong?

    Maybe this is an obvious thing, but i’m pretty new in this and my knowledge is pretty limited.

    Thanks in advance!

Viewing 25 results - 5,876 through 5,900 (of 32,561 total)
Skip to toolbar