Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,426 through 1,450 (of 32,431 total)
  • Author
    Search Results
  • justin171185
    Participant

    Hello,
    First off, let me say that I am totally blind and thus use a screen reader. I am decent from inside wp-admin, but very nervous about making code changes, unless I can litterally do a copy/paste. So please please be nice, and make your reply as detailed as possible. I have found posts online to remove and reorder items from Buddypress navbar, but no way to remove it completely.
    You may ask, why would I want to do this? Well, I run an online radio station, and buddypress is added feature, to create an online community around the station, with chat, a forum, and on demand content. However, things weren’t going as I wanted with my radio theme.
    I tried to use the navigation widget which comes with the new Buddypress template, but so far as I could tell, with my screen reader, it was not showing up. Plus, the new bp template wasn’t playing well with the rest of my site, so switched to legacy. So, I have created a custom menu, with some BuddyPress items, some BBPress items, and some custom pages. And used the standard wordpress Navigation Menu widget to make items available from anywhere on the site. So, I have all the functionality I need right there. And thus the navbar just ends up adding duplicate links.

    I know if you do this wrong, you can break buddypress functions. I want to keep features, just get rid of the navbar.
    Using latest wordpress, latest BuddyPress, and On Air2 radio station theme.
    Your help will be much appreciated. If this could be done via plugin, that would be incredible. Otherwise, please be very very specific. Exact file to edit/create, exact lines to add/edit/remove, exact changes to be made. Like I said, I am very confident in wp-admin, but scared to death of code, more specifically, breaking something and not being able to fix it.

    #313567
    Engine44
    Participant

    UPDATE: I changed the theme from Site Origin Vantage to WP 2020. Still couldn’t upload cover image.

    #313527
    joibar
    Participant

    Hi everyone, I am new to BuddyPress and I founded amazing! Really easy to install and Set-up.

    I am just having issue with one page, the profile page. When I go to members page (http://www.montesdeoca.guachis.com/miembros/) everything is fine but when I go further in one member (http://www.montesdeoca.guachis.com/miembros/joacotest/) all the header messed up, also the sticky one I believe that is going to a default version and not to the right one.

    Wordpress ver: 5.5
    BuddyPress: 6.2.0
    Theme: Buzzy Mikado

    Any idea or clue will be really appreciated.
    Thanks!

    #313514
    Quintinm
    Participant

    Hello.
    I am also looking to link the author’s box to the BB profile page instead of the standard authors page.
    I am using buddyboss and the buddyboss child theme.
    I wish i was more proficient at coding, but i am not, so I need advice on how to do this please.

    How would I create the function that will link to the BB profile page?

    // Change Post’s Author URL to Buddypress Profile URL
    add_filter(‘generate_post_author_output’,’generate_post_author_output_buddyprss_url’);

    function generate_post_author_output_buddyprss_url( $post_author_profile_link ){
    $post_author_profile_link = sprintf( ‘ <span class=”byline”>%1$s</span>’,
    sprintf( ‘<span class=”author vcard” itemtype=”http://schema.org/Person&#8221; itemscope=”itemscope” itemprop=”author”>%1$s <span class=”author-name” itemprop=”name”>%4$s</span></span>’,
    __( ‘by’,’generatepress’),
    esc_url( bp_core_get_user_domain( get_the_author_meta( ‘ID’ ) ) ),
    esc_attr( sprintf( __( ‘Know more about %s’, ‘generatepress’ ), get_the_author() ) ),
    esc_html( get_the_author() )
    )
    ) ;
    return $post_author_profile_link;

    }

    #313512
    thelanj
    Participant

    feel like I’m about to punch a wall!

    Groups sorting in buddypress is not working. I’m on generic 2020 theme. Buddypress installed. Everything else deactivated.

    Normal all members search -> fine
    Switch to NOUVEU, turn off groups homepage and go to members page search -> fine

    NOTHING else works.

    I’m on kinsta. Anyone else having similar problems?

    Alan Jobert
    Participant

    Hi There,

    I’m using WordPress 5.5 and Buddypress 6.2 with Rtmedia 4.6.4.
    I have recently reinstalled my website on a new server and it was previously running old versions of WordPress, Buddypress, Rtmedia (I can’t remember which versions exactly).
    Everything seams to be running fine excepted that we can’t anymore upload pictures into a new activity post. We can drag and drop the picture and it displays as a miniature, and even its seams to be uploaded as the green bar growths when posting, but when the post is showing in the activity flow, it doesn’t display the picture, just the text of the post. Also the picture does not show in the media library. I don’t have any error and does not know how to debug the whole system (is there any log ?). I can’t see anything relevant into the Apache error.log.
    The only strange thing I can see is that some recommended modules are not presents, such as GD and Imagick. I don’t know where the problem is coming from : Buddypress or Rtmedia. If you have any experience and may advise.
    The issue is the same with a standard theme.

    Thanks a lot !
    Alan.

    #313473
    iamthewebb
    Participant

    Hi, This looks like a theme issue, have you tried one of the default themes such as twenty twenty to see if the additional fields still appear or the registration button is there.

    #313458
    markbildner
    Participant

    If it helps, I did a clean wordpress installation (5.5), with the twentytwenty theme, and the only two plugins were Loginizer and Buddypress. PHP is 7.4

    I still got the same result. It ran, didn’t create any errors, but it didn’t join the user to the group.

    #313445
    Varun Dubey
    Participant

    @tom1916 check once with your theme support or try with default theme to replicate the issue.

    moralesgoyo
    Participant

    Hi Samikip!

    Just came across your post searching in Google for a similar issue, although I am still in the previous step. I wonder if you found a solution for your issue, since I can“t see any replies in this forum.

    I created a site for a customer with a buddypress install and a membership plugin. After done, they requested to create an intranet (which we did in a subdomain) using Woffice (an intranet theme that comes with a personalized in style BuddyPress). The intranet was to be offered say to “PREMIUM” members.

    The “problem” we are facing now, is that when users register in the corporate site (which they do via the membership registration form, which has an extension and creates their buddypress profile) they need to be registered again in the Intranet and create a new profile.

    What we are doing for now to solve this, we are only using the intranet Buddypress to avoid duplications (unconnected profiles).

    Could you please show some light on how to connect both databases? When creating the subdomain for the intranet we set it up to share databases (just changing the prefix) but we are pretty lost on how to proceed at this point.

    Thanks a lot for any help!

    #313410
    tom1916
    Participant

    Hi everyone, I have some problem with crop avatar image in mobile. Its work fine in desktop but in mobile when I upload wide photo it is bigger than the phone screen.

    I’m using a SweetDate theme.

    #313388
    stuffmartusa
    Participant

    Hi, I recently created a buddypress group and tried to edit the settings and this happens. https://prnt.sc/tzvznd I tried several different themes and deactivated all of my non buddypress plugins and it still does it. Just wondering if anybody is aware of this problem or has a solution? Thank you in advance!

    zippie12
    Participant

    Hello,

    The following bug occurs. A loggedin user presses Home Button, then the website is loggedout.

    Can someone help me to solve this problem?

    Wordpress 5.5 Mesodark theme (a child theme of Mesocolumn theme).

    Buddypress 6.2.0

    Prometheus0

    #313356

    In reply to: BP Forms too wide

    krward626
    Participant

    Thanks for the info. I think I’m too new to this to be able to fix it. I’m using the Avada theme and everything else is perfect. Strange. I’ll see what I can find out.

    Thanks again.

    #313352

    In reply to: BP Forms too wide

    Varun Dubey
    Participant

    @krward626 it’s theme-specific CSS adjustment, you can use custom CSS to adjust the width

    #313350
    Varun Dubey
    Participant

    @jborghoff adding additional content to BP pages, you might have to work on template override inside child theme

    #313347
    stetod
    Participant

    Hello,

    I’m setting up BuddyPress plugin built into Learndash which adds social features to LCMS!

    Until now everything was OK only by going to the BuddyPress settings when I came to customize the groups page, displaying this url

    https://percorsimpi.com/groups/

    ONLY a series of DEBUG messages are published !!! See Attachment!

    Do you have any advice?

    WP Version: 5.4.2
    BuddyPress Version: 6.2.0
    Theme: eLumine
    Site Web: https://percorsimpi.com

    #313340
    p3t3rr
    Participant

    Hi shane,

    thank you. I will have a look in the theme files to investigate the issue.

    #313335
    iamthewebb
    Participant

    Hi, as you state this is a premium theme that incorporates two plugins you will need to contact the theme author for support relating to their integration or test with a standard theme such as twenty twenty.
    https://www.paidmembershipspro.com/add-ons/buddypress-integration/ has information on the settings you will need for overriding BP registration pages.

    #313327
    #313317
    grosfaignan
    Participant

    hi , i have this error : Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bp_group_new_topic_button' not found or invalid function name in C:\wamp64\www\wp-blueprint-base\wp-includes\class-wp-hook.php on line 287
    when i create a new group (displayed on the group presentation page)
    what i have to do with that ?

    i have installed the bp-default buddypress theme

    regards
    charly

    #313312

    In reply to: BuddyPress Templates

    mungbean
    Participant

    BuddyX looks interesting, why is it not on the WP site? For the free version, how do I keep the theme up to date, is it automatic or do I have to download latest from your website?

    Thanks!

    #313303
    shanebp
    Moderator

    > The description field is a standard wordpress profile text field

    That’s not the same as a BP profile field. They are two separate beasts.
    You need to find the code, perhaps in your theme, that is adding that field on profiles.

    > How could I place a BuddyPress profile field on the profile start page
    You need to edit the home template for profiles.
    And it sounds like that is already being done by some code on your site.
    Find it and you should know how to change it to show a BP profile field for bio.

    Varun Dubey
    Participant

    @werny notify your theme support they should update it in their coming updates.

    Varun Dubey
    Participant

    @werny might be your theme is still using the old function to override cover image size or setting default cover image.

Viewing 25 results - 1,426 through 1,450 (of 32,431 total)
Skip to toolbar