Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,576 through 1,600 (of 32,387 total)
  • Author
    Search Results
  • #311787
    a3132
    Participant

    I had been using this code to show profile fields on a member’s card in the directory. It was working perfectly until the last BuddyPress update. After the update it disappeared. (even with all other plugins disabled and on the Twenty-Twenty theme)

    Is there a fix for this or should I change something in my code?

    function add_city_to_members_loop() {
    $field_content = bp_get_member_profile_data( ‘field=City’ );
    if( $field_content != false )
    echo ” – ” . $field_content;
    }
    add_action( ‘bp_directory_members_item’, ‘add_city_to_members_loop’ );

    #311780

    In reply to: Booking plugin

    monjolitop
    Participant

    Unfortunalty, it completly break my theme.

    I found a plugin for booking but i don’t know how to display the calendar in the member page.
    I have a shortcode which ask for an employee ID. Do you know how i can get the member id to put it in the shortcode ?

    Thanks,

    #311778
    clickallco
    Participant

    You could override the template and insert your theme’s sidebar. Depending on which Buddypress template you’re using, you’ll find it in

    plugins > buddypress > bp-templates > the theme you're using > buddypress > members > index.php

    Once you’ve grabbed it and inserted the sidebar there should be plenty of tutorials on the net on how to upload it to your own server, e.g. https://wproot.dev/blog/override-buddypress-template-files/

    #311777
    clickallco
    Participant

    This isn’t a Buddypress related problem but an issue with your current theme / server.

    A quick look through your site shows you’re using a bloated page builder, use redundant styles and scripts not enqueued properly for specific pages, dont minify your js / styles and many other things.

    You’d need to clean that up and take it from there.

    #311773
    hairbeautytraining
    Participant

    Hi, I installed Buddypress plugin on my WordPress site, together with the Masterstudy theme.
    My problem is that I don’t know how to set the pages that ask me in the settings pages section (Members, Activity Flow, Register and Activate), to make Buddypress interact with Masterstudy. I tried from the drop-down menu next to Members, Activity Flow, Register and Activities, he has to choose them but the pages are not there, there are only those of Masterstudy and I would not want to confuse. Buddypress should create a community with Mesterstudy members I think.
    Thank you if you can help me.
    WordPress version 5.4.1.
    BuddyPress version 6.0.0
    Link website https://hairbeauty.training

    #311762
    stellamariee
    Participant

    @mercime, unfortunately, that didn’t work, there is no specific layout with or without a sidebar.


    @clickallco
    do you know which file I’d need to put that into? And if I reassign the directory through BuddyPress settings to a different page, the sidebar does appear on the ‘datenschutz’ page, which is why I thought it wasn’t connected to the theme but I could totally be wrong.

    Thanks for your help!

    #311759
    clickallco
    Participant

    https://starkehand.org/datenschutz/ never calls your theme’s sidebar. You need to put that in yourself or ask the developers of the Neve theme to do it for you.

    #311757
    @mercime
    Participant

    @stellamariee Go to Pages > All Pages then find your datenschutz or members page and click on the Edit link under that. Click on Page Attributes under Documents in right hand sidebar. Under Template, see if you can change it to something like Page with sidebar or something similar. Sometimes, themes have default layouts of Page with no sidebars, so if you want sidebars, you’d need to set it to that page template. Good luck.

    #311754
    Mr.Mirko
    Participant

    Dear all,

    I had theme Agama Version 1.5.5 by Theme Vision runnig on WordPress Version 5.4.1 when I installed and activated BuddyPress, then installed and activated BuddyMeet.

    When I realised than some of the menues were missing, I tried setting the BuddyPress Style from “nouveau” to “old” and it worked, the missing menues were visible.

    I changed the theme to Agama Blus Version 1.1.1 by Theme Vision and set the BuddyPress Style back to “nouveau”.

    When I changed the theme back to Agama again, I reveived this error on every page:
    Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /homepages/5/d742650060/htdocs/app821701390/wp-includes/class-wp.php on line 223
    Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /homepages/5/d742650060/htdocs/app821701390/wp-includes/class-wp.php on line 224

    The lines within calss-wp.php contain:
    if ( preg_match( “#^$match#”, $request_match, $matches ) ||
    preg_match( “#^$match#”, urldecode( $request_match ), $matches ) ) {

    I tried several simple themes, deactivated/reactivated BuddyPress and BuddyMeet, deinstalled/reinstalled BuddyPress and BuddyMeet, nothing helped.

    I compared the file class-wp.php with an older version from my backup, but they are similar.

    Anyone got any idea what to do?

    Kind regards,
    Mirko

    stellamariee
    Participant

    Hi! Somehow on my website, the directory page doesn’t show a sidebar, no matter what I try. This is the page where I’d want the sidebar but it doesn’t show: https://starkehand.org/datenschutz/
    If you click on this page, the sidebar shows: https://starkehand.org/impressum

    The page settings of both pages are the same, I’ve tried everything relating to side width, etc. I don’t think it’s a problem with the Neve theme I’m using since the sidebar works on the other page.

    I’m using WordPress 5.4.1
    BuddyPress 5.2.0

    I’d really appreciate your help!! Thanks!

    ghadirassadi
    Participant

    Hi,
    I’m using Buddypress and woocommerce with OneSocialTheme and MarketPlace from BuddyBoss.
    It’s really great that buddypress has notification feature, allowing to notify your social activities such as friend request, message etc.

    As you know, when you order a product, you would instantely receive emails.
    I was wondering if there is a way I can add woocommerce order statut into buddypress notification ?

    #311683

    In reply to: Profile Fields Display

    Varun Dubey
    Participant

    @rootcr8r it’s theme-specific, try to inspect it.
    https://developers.google.com/web/tools/chrome-devtools
    When you want to work with the DOM or CSS, right-click an element on the page and select Inspect to jump into the Elements panel. Or press Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS).

    #311677

    In reply to: Styling buddypress

    Varun Dubey
    Participant

    @benhutchenspearson Template Hierarchy is an excellent point to start to get a better understanding of BuddyPress template files.

    Template Hierarchy

    #311667
    sirbenky
    Participant

    I’m having issues adding font awesome icons to buddypress menus…

    Below are the css codes i tried to input

    /* Menus */
    #icon-added a::before{
          padding-right: 10px;
          font-family: "FontAwesome"
        }
    a#user-front::before {content: "/f015"; }

    All this ended up showing was the text iteslf and not the icon… I installed font awesome and my wordpress theme is astra

    #311666
    rootcr8r
    Participant

    Yes. I have
    Well that solves the issue.
    How do I love forward from here. Different theme or ?

    imsindia
    Participant

    Hello team, I am creating a website using rehub theme and noted that the Account Activation mails are not getting sent.

    Doondlo cart

    Please help me out

    Note: I tried all possible solutions mentioned

    #311609
    balebond
    Participant

    Running WordPress 5.4.1. and Buddypress 5.2. Users can’t register. With all other plugins off and using 2019 or 2020 themes, the front-end registration is still not working. The page does a quick refresh but no confirmation message, nothing recorded in database and no emails are sent. Not sure when this stopped working but had been on auto-pilot for at least a year with various plugins and Socialize theme by Ghostpool/Envato. User registration from the admin panel does work. With Buddypress also disabled saw that WordPress user registrations would work. https://godhelp.net/register/

    Any ideas?

    #311596
    permintegral
    Participant

    Hi,
    I have all themes and plugins updated. I’m using WMPLMS and on the forum, I can see the reply, divided, delete, etc. buttons but I’m not able to click on them.
    Here is a link to a forum post: https://academy.integralpermaculture.org/forums/topic/comentarios-a-la-clase-1-1/#post-8458

    Thanks!
    Numa

    #311593
    Varun Dubey
    Participant

    @laschwi try with a default theme ( 2020 ) to make sure it’s not theme conflict

    laschwi
    Participant

    Hello,
    I would need some Help with my Website. I have installed Buddypress and Bbpress to create a cool forum, however when I tried to upload a Profilpicture I cannot crop it, it appears as a little point on the side. I can only save it and the picture appears croped as Profil picture, but not like I wanted to have it.
    I am using the Theme : Dyad 2
    Can someone help me? that would be great!

    My Website: https://aybidahlson.com

    #311585
    clickallco
    Participant

    Did you try deactivating all your plugins other than Buddypress and using a standard theme?

    If you’re using the same server where uploads were possible before its most likely a plugin / custom code bugging it.

    Otherwise, sometimes GD-library can be installed by not activated on the server.

    partycaribbean
    Participant

    WP v:5.4.1 (sub-domains MU configuration) | BB v: 5.2.0 | Theme: Kallyas v:4.17.5 | Plugin: Youzer | Website

    Captcha/Text Colour Issue on BP Registration Page

    I have successfully styled BB using Youzer as required except for the line within the image of the BB Registration Page.

    The font/text remains white on a white background and I am unable to make the change whether Youzer is activated or deactivated.

    I would be truly grateful for assistance on this as new users and unable to register because they cannot see the math value in order to answer.

    Thanks,

    Justin.

    #311544
    eleconte
    Participant

    Hello, I have some difficulties with the look of my Buddypress profile. Maybe it’s due to my theme Unyson. How is it possible to customize the profile page without coding or is there some themes that I could apply ?

    #311516
    shanebp
    Moderator

    Use this hook which is available right after they join.
    do_action( 'groups_join_group', $group_id, $user_id );

    Try this in your theme/functions.php or in bp-custom.php:

    function schene_promote_group_member( $group_id, $user_id ) {
        $group_member = new BP_Groups_Member( $user_id, $group_id );
        $group_member->promote( 'admin' );
    }
    add_action( 'groups_join_group', 'schene_promote_group_member', 10, 2 );
    sandaap
    Participant

    Today, I tried to install BuddyPress the first time. But I still too stupid to get to running.

    First, I tried the actual stable version 5.2.0 without luck. After this, I tried it with 6.0.0RC2 with the same result.

    My problem is: I don’t find out, how to create new topics or manage groups.

    Is there any special URL doing this?

    WordPress: 4.9.13
    PHP: 7.3.x
    Database: MariaDB 10.4.11
    Theme: Hueman 3.5.3

    In BuddyPress 5.2, the pages for Members, Activity, Activation and Registering were created automatically. In BP 6 not and the Repair Tool does not create them automatically.

    All of these pages are empty for me.

    But inside the AdminBar, I see the “0” and I can use the several private pages.

    How can I configure the groups, where I can open topics and how do I do this?

    Sorry, but it seems I’m too stupid for BP… 🙁

Viewing 25 results - 1,576 through 1,600 (of 32,387 total)
Skip to toolbar