Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 2,726 through 2,750 (of 32,013 total)
  • Author
    Search Results
  • carolina1507
    Participant

    Hy you all,
    So I am writing today because I need your help.
    I am creating a website using kleo theme, buddy press and geodirectory. Everything was working totally fine until 2 days ago when I updated buddy press plugin 3.2. Since then in every window of the website it displays this message : Warning: Invalid argument supplied for foreach() in /home3/danceco/public_html/wp-content/plugins/bp-profile-search/bps-external.php on line 257

    Maybe for most of you it would be an easy problem to resolve but for me (being not an expert) it is really hard and I cannot understand what I should change in the code of that line.
    I write here the code from line 249:
    `$f->format = ‘text’;
    $terms = get_terms (array (‘taxonomy’ => $taxonomy, ‘hide_empty’ => false));
    foreach ($terms as $term)
    $f->options[$term->term_id] = $term->name;

    if ($taxonomy == ‘bp_member_type’)
    {
    $terms = bp_get_member_types (array (), ‘objects’);
    foreach ($f->options as $k => $option)
    {
    if (isset ($terms[$option]))
    $f->options[$k] = $terms[$option]->labels[‘singular_name’];
    else
    unset ($f->options[$k]);
    }
    if somebody has an idea of how to solve the problem please write to me.
    Thanks.
    WEBSITE URL: https://dancecommunity.website/

    ajuuls
    Participant

    I might need a theme that supports BuddyPress more. I’ve made a search for themes and marked BuddyPress as a Feature. Then it maybe work?? Let me try.

    ajuuls
    Participant

    I’m using GeneratePress theme.

    ajuuls
    Participant

    I’ve seen that post and tried it. But sadly without luck..

    I’ve tried to pick a basic WP theme like “Twenty Fifteen” to check if it was my WP theme.

    I am getting frustrated that it doesnt work.. Do you have discord maybe? Then we can speak and i can share screen. Much easier, if u can so.

    #276495

    In reply to: Creating a BP theme

    Prashant Singh
    Participant

    Hi,

    In child theme you can override only BuddyPress templates and can write styles for them only. Rest of the styling will be the same as your parent theme. Creating a child does not mean that you have to restyle or redesign everything.

    Please read this: https://codex.wordpress.org/Child_Themes

    We always includes parent theme’s style in child theme using functions and that’s it.

    Thanks

    #276462
    relevanttools
    Participant

    It doesn’t matter what theme is being used, anytime it is set to Nouveau templates activity doesn’t load. It works in legacy. Interesting enough I CAN load activity using activity shortcode. I have disabled this to test and there is no change for buddypress loading activity like it should.

    BuddyPress Activity Shortcode

    #276461

    In reply to: Cry for assistance

    mrditt
    Participant

    Sounds like a plugin or theme conflict. Have you tried checking both? If you need more help, let me know.

    #276457
    intrelis
    Participant

    The thing is, I don’t want to create a complete child theme for the whole site, as I’m already using a WordPress theme I’m happy with. However, I want to be able to tweak the BP design in order to match my current site theme. What is the best way to go about doing this?

    pepegrillox
    Participant

    Hey guys!,

    I’m trying to find a way to add placeholder text inside the textfields of the “Account Details” fields of the registration form, on the Nouveau theme. This was fairly easy with the legacy theme, but when i see the files, i can’t seem to find the html code where the fields are generated (in the legacy theme i would just add the “placeholder” attribute and it would work.). The code inside the “register.php” file is a lot different in the nouveau theme, and i can’t find where the form and fields are generated (for example, the <input> tags for the fields).

    Any help would be appreciated :D.

    Séan Patrick Small
    Participant

    Hello I am having this same issue, but in my case, I cannot find a theme that will work to display the navigation. AS the OP put it, nothing seems to help. True to what the OP said, going to the legacy options in settings causes the navigation to display. I am running very similar to what the OP has running as well, but I have disabled all of the plugins, to see if that was the issue. I have now gone through about 40 themes trying to find a solution.

    #276435
    Séan Patrick Small
    Participant

    Hello there, I am having this same issue it happens on groups, friends, members, etc. I can produce the same results as you. If I go to legacy, there is no issue. I have tried about 20 themes that are compatible with BuddyPress and it produces the same result. I too thought maybe it was a plugin and disabled everything, and nothing seemed to help. I also tried to flip the side bar, go without a sidebar, and it just does not change.

    #276434
    Prashant Singh
    Participant

    Hi,

    Please enable wp-debug in wp-config file and see the detailed error. It seems like theme is not compatible with the version that’s why it is happening.

    Thanks

    #276433
    Jeff Hester
    Participant

    1. Which version of WordPress are you running? 4.9.8

    2. Did you install WordPress as a directory or subdomain install? As a directory

    3. If a directory install, is it in root or in a subdirectory? At root.

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes.

    6. Which version of BP are you running? Previously 3.1.9. Problem began after updating to 3.2.0

    7. Did you upgraded from a previous version of BP? If so, from which version? See above.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? WooCommerce, bbPress, Jetpack

    9. Are you using the standard WordPress theme or customized theme? BuddyBoss

    10. Which theme do you use? BuddyBoss

    11. Have you modified the core files in any way? No

    12. Do you have any custom functions in bp-custom.php? No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Yes, 2.5.14-6684

    14. Please provide a list of any errors in your server’s log files.
    PHP Fatal error: Uncaught Error: Call to undefined function Shea\BP_Security_Check\bp_get_admin_url()…

    15. Which company provides your hosting? LiquidWeb Managed WP

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? nginx

    #276423
    relevanttools
    Participant

    When I toggle to Nouveau the group post and activity does not display. The post box is gone and all that is displayed for activity is “Loading the group updates. Please wait.” I am using the Divi theme. Toggling back to legacy everything works. Everything is current – this is a new site.

    Please let me know where I should look and what I should do to fix this. I have disabled plug-ins but it all comes down to the template selection.

    I am sorry in advance is this is not the proper place to post this. Please point me in the right direction.

    Nouveau on left – not working but beautiful, legacy on the right, working but not as pretty

    #276404
    mattmatthew
    Participant

    Actually, it was working some time ago and was showing all widgets but, I wanted to remove the Title of the page as it was showing repeated Title, so for Members page from “Page Attributes” I changed “Default Template” to “No Title” and then all widgets gone away. So, I don’t think its a bug of theme.

    All other buddypress pages are showing sidebar widgets. Only Members page has issues. So my question is, in case if I deletes or edit members or any other buddypress default pages by mistakes, I can’t recreate them? Technically they are all blank pages.

    #276401
    Prashant Singh
    Participant

    Hi,

    Can you check with the default theme? If it works with that then I think it’s your theme’s issue otherwise it is supposed to be not there and should be applied by theme settings only.

    Thanks

    Leonid
    Participant

    Thank you! Updated the template in my theme and it all worked!

    #276386
    Prashant Singh
    Participant

    Hi,

    Please paste the following code snippet in child theme’s functions.php or bp-custom.php

    function ps_redirect_profile() {
        if(is_user_logged_in()){
           if(is_page('your_page_slug'))
           {
              wp_redirect( bp_core_get_user_domain( get_current_user_id() ));
              exit;
           }
       }
    }
    add_action( 'wp', 'ps_redirect_profile' );

    Thanks

    MorgunovVit
    Participant

    Hi!
    Recently I’ve noticed that links with avatars in My activity Buddyboss wall display incorrectly. See the screenshot

    The issue with bp_get_activity_action() in \plugins\buddypress\bp-activity\bp-activity-template.php
    If the reason of the issue is hard to define – I’m agree to deny from avatars in the activity posts. i’ve tried to do this this way:

    <pre>
    /* instead this */
    //		return apply_filters_ref_array( 'bp_get_activity_action', array(
    //			$action,
    //			&$activities_template->activity,
    //			$r
    //		) );
    /* put this */
                    return $activities_template->activity->action;
    </pre>

    But I don’t know how I can arerride this function in my child-theme.
    Could you help me?

    Website: https://mc21academy.ru/members/designer/

    I use:
    WordPress Version: 4.9.8
    PHP Version: 7.2.8
    SocialLearner for LearnDash theme
    BuddyPress: 3.1.0
    BuddyPress for LearnDash: 1.2.5
    BuddyPress Global Search: 1.1.9
    BuddyPress Members only: 1.9.3
    BuddyPress Reorder Tabs: 2.0.1
    bbPress: 2.5.14
    Boss for LearnDash: 1.3.3
    BP Remove Profile Links: 1.2
    BuddyBoss Products Updater: 1.0.2
    BuddyBoss Wall: 1.3.5

    #276371
    rockforduk
    Participant

    Hi Everyone,
    I have upgraded to BuddyPress: 3.1.0 and now i can’t seem to access messages and i am using Thrive Nouveau Child theme.

    Browser Developer Browser error

    JQMIGRATE: Migrate is installed, version 1.4.1
    http://www.google-analytics.com/analytics.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
    underscore.min.js?ver=1.8.3:5 Uncaught SyntaxError: Unexpected token ;
    at new Function (<anonymous>)

    System Info

    // Generated by the Send System Info Plugin //

    Multisite: No

    WordPress Version: 4.9.8
    Permalink Structure: /%postname%/
    Active Theme: Thrive Nouveau Child

    PHP Version: 7.2.9
    MySQL Version: 5.6.40
    Web Server Info: Apache

    WordPress Memory Limit: 64MB
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 1000M
    PHP Post Max Size: 1000M
    PHP Upload Max Filesize: 1000M
    PHP Time Limit: 600
    PHP Max Input Vars: 10000
    PHP Arg Separator: &
    PHP Allow URL File Open: No

    WP_DEBUG: Disabled

    WP Remote Post: wp_remote_post() works

    Session: Enabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: /var/cpanel/php/sessions/ea-php72
    Use Cookies: On
    Use Only Cookies: On

    DISPLAY ERRORS: N/A
    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.
    SOAP Client: Your server has the SOAP Client enabled.
    SUHOSIN: Your server does not have SUHOSIN installed.

    ACTIVE PLUGINS:

    404 to 301: 3.0.1
    Absolutely Glamorous Custom Admin: 6.4.1
    bbP private groups: 3.6.7
    bbPress: 2.5.14
    BP Block Users: 1.0.2
    BP Local Avatars: 2.2
    BP Simple Front End Post: 1.3.4
    BuddyBlog: 1.3.2
    BuddyKit: 0.0.3
    BuddyPress: 3.1.0
    BuddyPress Clear Notifications: 1.0.4
    BuddyPress Docs: 2.1.0
    BuddyPress Global Search: 1.1.9
    BuddyPress Security Check: 3.2.2
    BuddyPress User To-Do List: 1.0.4
    GA Google Analytics: 20180828
    GD bbPress Toolbox Pro: 5.2.1
    GDPR: 2.1.0
    Gears: 4.1.9
    Gravity Forms: 2.3.2
    Hide Admin Bar From Front End: 1.0.0
    Image Upload for BBPress: 1.1.15
    Insert Headers and Footers: 1.4.3
    Invite Anyone: 1.3.20
    iThemes Security Pro: 5.4.8
    Kirki Toolkit: 3.0.33
    MediaPress: 1.4.2
    MediaPress – Downloadable Media: 1.0.3
    Menu Icons: 0.11.2
    Nifty Menu Options: 1.0.1
    Really Simple SSL: 3.0.5
    reSmush.it Image Optimizer: 0.1.16
    Restricted Site Access: 7.0.1
    s2Member Framework: 170722
    SeedProd Coming Soon Page Pro: 5.10.8
    Send System Info: 1.3
    Slider Revolution: 5.4.7.3
    SSL Insecure Content Fixer: 2.7.0
    TaskBreaker – Group Project Management: 1.5.1
    The Events Calendar: 4.6.23
    The Events Calendar PRO: 4.4.30.1
    Users Insights: 3.6.5
    WP-Polls: 2.73.8
    WPBakery Page Builder: 5.5.4
    WP Mail SMTP: 1.3.3
    WP Nag Hide: 1.0
    WPS Hide Login: 1.4.3
    Yoast SEO: 8.2
    YouTube Live: 1.7.10

    Thanks

    Rockforduk

    #276309

    In reply to: Group Page Not Showing

    Prashant Singh
    Participant

    Hi,

    Please check on the users panel(dashboard->users->manage signups) that if they are activated or not ?

    If yes, then there may be any plugin or custom code creating the issue, try disabling them and also check once by activating default theme.

    Thanks

    #276301
    karimbelghazi
    Participant

    sorry forget to mention : latest wordpress : 4.9.8 buddypress 3.1 and islemag theme…but the issue is still there event if i switch to twentyfefteen or twenty seventeen
    tnx

    #276296
    dom123
    Participant

    Hello Prashant Singh,

    thanks for your quick reply. With the plugins you mention I can only put single parts on a page (like the activity stream or the members listing), but not the whole content (with the profile picture, the profile header, all the menu tabs etc.). I need to do this so I can design the surrounding with the theme’s settings (such as custom sidebars with background gradient colors etc.) …I guess there is not an easy way to take the whole BuddyPress console and put it within a normal page, but what would be a good workaround for that?

    #276290
    bapakrob
    Participant

    I’ve checked changing themes to Twentyseventeen, but i get the same ooops not found message.

    #276274
    Prashant Singh
    Participant

    Hi,
    I know you want to use BuddyPress function only but as an alternative you should use this one if you want to add class there:

    get_avatar( bp_displayed_user_id(), $size = '150', 'default_image_url', 'alt_text', $args = array( 'class' => array( 'newClass' ) ) );

    For other solution, paste the following in your child theme’s functions.php file:

    add_filter( 'bp_get_displayed_user_avatar', 'bp_get_displayed_avatar_class',10,3 );
    function bp_get_displayed_avatar_class ($avatar, $r, $args){
    	$args['class'] = 'newClass';
    	return $avatar;
    }

    and keep your code same bp_displayed_user_avatar('width=150');

    Thanks

Viewing 25 results - 2,726 through 2,750 (of 32,013 total)
Skip to toolbar