Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 551 through 575 (of 32,561 total)
  • Author
    Search Results
  • #328915
    rtgrdh
    Participant

    Hi,
    I just upgraded to Astra 4.1.2 and it seems like the members directory can not be shown. Only the page title is displayed.

    If i switch to my old theme (twentyfifteen) the members directory shows up again.

    fantamily
    Participant

    Hello everyone, I have a problem with sending the friend request. When a user sends the friend request to another member, whoever receives the friend request does not have the button to accept it. I’ve tried changing the theme and disabling all plugins but it doesn’t work. So I think it’s a buddypress update issue. Thank you

    #328879
    courage7
    Participant

    I have the same problem after updating the Astra theme. What causes this problem and how to fix it?
    How can I roll back the Astra theme to the previous version?

    #328878
    Marisa
    Participant

    A month ago I created my first WordPress site with one third-party plugin and the forum plug-in bbPress.

    Getting a theme to work well with both plugins took quite a bit of time as I had to write a small bit of custom css and PHP. My knowledge of css and PHP is low. Actually it took a few weeks to get everything to look nice and work well together, although the work was done on a very part-time basis.

    I now want to install BuddyPress and bbPress together on another WordPress site as community software for a certain niche.

    Is there a reasonably low-priced (or free) theme I can purchase for BuddyPress (and that works with bbPress installed on the same site) that looks nice?

    Please give me some recommendations. I don’t want to spend three weeks making css tweaks to get a decent look community website.

    #328860
    meestergijs
    Participant

    Hello,

    My hosting (Kinsta) is constantly sending me an email with this message. Is there anything you can do for me?

    Our monitoring systems detected that your site Meestergijs (Live) is not available and displays the following PHP error:

    2023/03/28 10:37:27 [error] 66481#66481: *69037 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “profile” in /www/meestergijs_294/public/wp-content/plugins/buddypress/bp-core/classes/class-bp-core-bp-nav-backcompat.php on line 111PHP message: PHP Warning: Undefined variable $metadesc_tag in /www/meestergijs_294/public/wp-content/themes/wplms/includes/filters.php on line 677″ while reading response header from upstream, client: 52.167.144.28, server: meestergijs.nl, request: “GET /cursusaanbod/?1674605940 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.1-fpm-meestergijs.sock:”, host: “meestergijs.nl:24223”

    #328859
    leon12345678
    Participant

    Hi,

    I am also experiencing errors when sending a reply. I can confirm that for me the original message in this thread was present in 11.0.0 and no longer occurs.

    However when I want to reply to a message that works when I navigate from the messages overview to a specific thread. When I refresh the thread page (i.e. <url>/members/demo/messages/view/1/) and try to send a reply, buddypress-message.min.js throws the following exception:

    Uncaught TypeError: e.has is not a function

    I tested it on a clean wordpress install without plugins with the theme twentytweny.

    The version is 11.1.0.

    bessiecortez
    Participant

    Hi, I’m Bessi Cortez a professional developer and real estate expert. I run a real estate online portal YPF. I want to add FAQs on my site but i don’t know how can i do that. Pleas suggest me good plugin which i can use to add FAQ section on my site. Thanks in advance.

    #328852
    muhammadasad11
    Participant

    My website(anime mouse pads) causes problems with theme installation. Need help to solve this problem.

    #328849
    shery345
    Participant

    To convert an HTML web page to WordPress, you can both use a plugin/app, manually convert your files, or make use of a infant theme and switch over the cost HTML archives into that toddler theme. The first is manually changing that HTML to make a WordPress theme to best printer

    #328836
    ankitydv
    Participant

    I am using Vikinger – BuddyPress and GamiPress Social Community Theme
    Minimum Length: 8 characters At-least 1 uppercase, 1 lowercase, 1 numeric and 1 special characters. Restrictions against password reuse.
    Restrictions against using common passwords.
    Restrictions against using contextual string in the password.

    If Anyone has a solution please reply.

    Omtesla
    Participant

    I have begin observing recently that not all content is displaying when “Show Everything” is selected on Activity page, what I mean is when you press the button Load More, it just ends at the one year old posts, but if i look in the backend, it shows all of the activity for 3 years.
    I have latest WP and BP versions, not sure when this started to happen.

    Troubleshooting steps.

      Enable Default WP theme.
      Disabled 2 plugins which extends BP experience.
      Repair User Activity.

    Did not helped, I have searched the internet but can’t find similar issues.
    Thank you for any help.

    #328761
    eluyawi
    Participant

    Hi Mark, I have the some problem, How do you solve this problem with Astra Pro?
    Here is my question in the forum https://buddypress.org/support/topic/conflicts-buddypress-and-astra-pro-theme/ but anyone answer.

    eluyawi
    Participant

    Hi everyone, I have a conflicts problem between BuddyPress and Astra PRO, bucause show a error message if I neet to see the profile (www.example.com/members/{username}, but if I desactive the Astra PRO Theme, and it use Tweny Twenty Theme wors fine. Do you know how can I solve this conflict with Astra PRO?

    #328756
    Steve Taylor
    Participant

    I’ve had no luck debugging this. It seems the no-cache response header is being set in two places:

    1. /wp-includes/class-wp.php:760 > nocache_headers() (this seems to be WP core not recognising the member profile URL path (e.g. /community/directory/john-smith/)
    2. /wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php:613 > bp_do_404() > nocache_headers() (this seems to be BP baulking at $wp_query->queried_object not being set)

    If either are commented out, the header remains. If both are commented out, the header is no longer there.

    So, early in processing, both WP and BP class the request as a 404. Somewhere along the line, clearly, BP recognises it as a member profile request, and includes the right template, and sets the response code as 200 – but doesn’t revert anything else set by the above.

    I’ve used my own debugging function to dump the backtrace at the top of the profile-loop.php template (where, by that point, the status code is 200):

    [0] => biro_debug_custom_log
    [1] => require('/themes/bureau-qnetwork/buddypress/members/single/profile/profile-loop.php')
    [2] => load_template
    [3] => bp_locate_template
    [4] => bp_get_template_part
    [5] => require('/themes/bureau-qnetwork/buddypress/members/single/profile.php')
    [6] => load_template
    [7] => bp_locate_template
    [8] => bp_get_template_part
    [9] => require('/themes/bureau-qnetwork/buddypress/members/single/home.php')
    [10] => load_template
    [11] => bp_locate_template
    [12] => bp_get_template_part
    [13] => bp_buffer_template_part
    [14] => BP_Members_Theme_Compat->single_dummy_content
    [15] => WP_Hook->apply_filters
    [16] => apply_filters('bp_replace_the_content')
    [17] => bp_replace_the_content
    [18] => WP_Hook->apply_filters
    [19] => apply_filters('the_content')
    [20] => the_content
    [21] => include('/themes/bureau-qnetwork/buddypress/buddypress.php')
    [22] => require_once('wp-includes/template-loader.php')
    [23] => require('wp-blog-header.php')

    Not sure that helps, so I searched for places where the status code is set to 200. It appears to be being set in two places:

    1. /wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php:521
    2. /wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php:654

    Again, if either are commented out, the 200 remains. If both are, the response is 404.

    I imagine I could hook custom code in to revert the no-cache header (and anything else) set by 404 calls to nocache_headers(), if the status has since being changed to 200. But we’re keen to understand this properly rather than simply hack it.

    presson2022
    Participant

    I have the latest version of WP and BP and on a profile view, the Add Friend and Favorites button is not there so members can’t add Friends or Favorites. It this a known bug? Tried different BuddyPress themes and get the same thing. Anyone know of a fix?

    Tim Wilson
    Participant

    I have set up a new WordPress blogging website with a BuddyPress members only community back end consisting of 10 groups.

    Each group has it own separate bbPress forum. This all works OK except BuddyPress has its own forum which is bland and limited and bbPress is the “nice” functional forum which I want to use. Both these forums appear to be linked i.e a post to the bpPress forum also appears in the BuddyPress forum space although it seems that either can be independently deleted.

    As it stands I find having these two forums confusing and messy from a user perspective.

    What I want to do is replace the BuddyPress forum with the bpPress forum so that you only see the bpPress forum on the home page of each group and do away with the group Forum tab which currently links to the bbPress forum.

    I don’t really need each group to do anything else rather than host the bpPress forum. Perhaps a single message on the group home page that a group moderator could change/edit would be a nice addition but it is not essential.

    I have done a lot of Googling and while this problem has been mentioned a few times the solutions suggested seem very old and/or irrelevant.

    I am comfortable with PHP etc but have very limited experience with BuddyPress and bpPress. Of course there may be a plugin which will do all this but I haven’t found one yet.

    I am using WordPress 6.1.1. Buddy Press 11.1.0 bb_press 2.6.9, Theme Blocksy. The url of the website is https://PinkPantherActivists.au

    If anyone can point me in the right direction it would be appreciated.

    Thank you.

    #328591
    Earl_D
    Participant

    BTW using WP 6.1 with BP 11.1 Reign theme dedicated server.

    #328571
    fawp
    Participant
    pieheartstudio
    Participant

    Hello,

    I’m working on a site for a charity, it’s in development at the moment. I’m using buddybuilder pro with Elementor to create custom Buddypress pages for Groups and Members listings.

    On these listings pages, each member/group should be displayed in lists of 3 columns with space in between. Occasionally it will display properly, but most of the time it ignores my settings and displays all the members/groups squashed up together with no space in between.

    I’m using buddypress version 11.1.0, and WordPress 6.1.1

    Elementor Hello theme is installed, and the problem persists when I switch to one of the WordPress default themes.

    I’ve disabled all plugins one by one except for the necessary ones (Elementor, BuddyPress, Buddybuilder) and the problem persists.

    This is a link to the ‘members’ page – usually only logged in members would be able to see the members list but I’ve enabled guests to be able to see it for testing: https://bethr22.sg-host.com/members/

    If anyone has any insights I’d be very grateful… I just can’t figure out what’s causing the display issues!

    #328533
    HerveSLT
    Participant

    Hello,

    I would like to change the default Buddypress avatar type.
    In bp-core-avatars.php, “bp_core_fetch_avatar” function is set to “thumb”.

    How to set to “Full” in my theme ?

    Thanks for your help !

    #328521
    Mathieu Viet
    Moderator

    Hi @mikealan,

    When viewing the Groups directory, there’s a dynamic navigation to display all public groups, the groups of the logged in user or create a new group. JavaScript is used by BuddyPress to dynamically load the groups list when one of the first two navigation items are clicked.

    All groups

    Above the All groups tab is active and all public groups are displayed. When I click on the “My Groups” tab, here’s what I get with latest WordPress & BuddyPress (and no other plugins).

    Mine

    If the content is not refreshed for you, try to deactivate all your plugins (except BuddyPress), rename the file /wp-content/plugins/bp-custom.php to something else if it exists and activate a default WordPress theme like Twenty Twenty-Two. Once done, test again.

    If the issue is still there, open your browser console to see if there’s a JavaScript error. If so, could you copy its content here?

    #328501
    robert7045
    Participant

    The blogs I have been working on provides information about Mesotherapy products and limousine service denver related website. Since I’m using a WordPress customized theme on that blog, now I’m looking to change the theme to BuddyPress. How can I migrate my website/blog without losing traffic and ranking? Moreover, I also don’t want to change the UI/UX.

    Looking forward to hearing from experts.

    Thank you

    #328495
    m1000
    Participant

    When I use special characters like &&& then it displays html entities, it happens to all default WP themes

    Private message

    #328480
    Moench87
    Participant

    Hi, after installing buddypress, Thrive Themebuilder does no longer loading the page template. Can someone help me?

    Wordpress 6.1.1.
    Buddypress 11.1.0
    The site is in maintenance mode

    David

    jeanb11
    Participant

    WordPress 6.1.1
    BuddyPress 11.0.0
    Theme : BuddyX Pro

    Hi,
    I installed the 11.0.0 today but I have some problem with the groups cover images. In the activities of my groups, the cover images are no longer displayed. They are then replaced by a standard image (placeholder.svg) from my BuddyX Pro theme.
    Please note that the cover images are displayed correctly on the group page. My problem happens on the Group Activities block where this cover image does not seem to be displayed correctly, Whereas with version 10.6.0 it is displayed.

    Any idea of the difference between 10.6.0 and 11.0.0 which could create my bug?
    Thanks for any help!

Viewing 25 results - 551 through 575 (of 32,561 total)
Skip to toolbar