Search Results for 'theme'
-
Search Results
-
Topic: Permalinks
Hi,
Every couple of weeks the buddypress forum stops working on http://www.Livelikeaviking.com. I have to “flush” the permalinks and everything is fine.
I don’t know that it isn’t working until one of our subscribers complain – not a good situation.
Please try to supply answers to the following questions.
1. Which version of WordPress are you running?
Wordpress 5.2.2
2. Did you install WordPress as a directory or subdomain install?
It is an add-on domain at SiteGround3. If a directory install, is it in root or in a subdirectory?
4. Did you upgrade from a previous version of WordPress? If so, from which version?
Yes – have upgraded since 4.8 however the issue was occurring then also.
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes – everything works perfectly.
6. Which version of BP are you running?
2.5.14
7. Did you upgraded from a previous version of BP? If so, from which version?
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Yes – a lot of them9. Are you using a standard WordPress theme or customized theme?
Using the Voce theme have a child theme10. Which theme do you use ?
Voce theme – http://www.wpstudio.com11. Have you modified the core files in any way?
No12. Do you have any custom functions in bp-custom.php?
NO13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress
No errors
15. Which company provides your hosting?
SiteGround
16. Is your server running Windows, or if Linux; Apache, nginx or something else?
Apache
17. Which BP Theme are you using?
18. Have you overloaded any BuddyPress template files.
No
19. Any other site customisations that might have a bearing on the issue?
No
Hello,
I am using the Nouveau theme but I am wondering how to change the position of template notices, for example, the message you get when saving your profile. I have done a couple of template over-rides to move the position of the profile picture and the notices are appearing directly below it (refer to the image). I thought the location of the notices would be controlled by an action but I cannot see how this happening from the templates code. Ideally I would like to move the notices above the profile tabs in the main column.
Any help you be greatly appreciated.Thanks
NickI am new at asking for assistance in these forums. So, bear with me please. I am working on a WordPress site that involves BuddyPress groups as well as the membership system that PMPro provides. I am using these on the Kleo theme. I am looking to have a site that has many users who will make groups for their needed purpose. What I need to figure out is, once that group is made the user will send a link to the group they created to the guests they want to join said group. The guest that received that link will click on it and be sent to the group, however, they will still need to sign up to the site to access the group.
What I would like to know how to do:
1. The guest will be able to see the group (from clicking on the sent link) but I would like there to be a button on that page prompting user to sign up to the site to join the group.
2. Immediately after registration, which will be a form on its own page, the guest will be redirected back or to the same group page as the link clicked.I am fairly novice at this kind of thing and not really even sure where to even start, so I hope that I explained it well enough and I appreciate any assistance greatly. Thank you!
We are trying to redirect the users after registration on our site to a specific page (https://ficando.com.br/obrigado), without success. They are always sent to the site main page.
We could get the user to be redirected on his first login to the page above, from a code from PMPro site, working fine.
We are able to redirect the user after login to the desired page, no problems either.
We tried this on functions.php, nothing changes:
function wpse_19692_registration_redirect() {
return home_url( ‘/obrigado’ );
}add_filter( ‘registration_redirect’, ‘wpse_19692_registration_redirect’ );
We tried a modification on bp-custom.php file, also without success:
<?php
/**
* @package WordPress
* @subpackage Seeko
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Seeko 1.0
*/add_action( ‘bp_complete_signup’, ‘buddydev_redirect_after_signup’ );
function buddydev_redirect_after_signup() {
$page = ‘obrigado’;
bp_core_redirect( site_url( $page ) );
}?>
No matter what we do, nothing changes. Any ideas on how to achieve that?
Any help is much appreciated.
WP: 5.2.2
BP: 4.3.0
Theme: Seeko v. 1.1.5Hi,Got this error on the last update.
fatal error: call to undefined function bp_get_activity_slug() in /home/farslm/domains/farslms.com/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 236Site: https://www.katt.space
I have a spam attack on my website. opened a lot of accounts. And almost all of them didn’t approve.
“activation link” is sent to the mail addresses of users who are members of the website.
where can I find users who don’t click on this link? I want to delete them.I’ve tried a few plugins. but it didn’t work.
Theme: arcane
Hi!
I would like to block loading buddypress custom css file in theme’s buddypress folder on every pages. I used this code in functions.php
function conditional_buddypress_styles_scripts() {
if ( function_exists( ‘is_buddypress’ ) ) {
if ( ! is_buddypress() ) {
wp_dequeue_style( ‘buddypress’ );}}However, theme folder/buddypress/buddypress.css file is still on load. How can I dequeue custom buddypress style sheet?
I need your help. Thanks in advance.Hello, I’m using BuddyPress on my website with multiple themes, I recently noticed that my users would be logged out when they were directed to certain pages, that’s not what I want to happen, please let me know if anyone knows how to solve this.
This is the Link to that pageHey Guys..
Is there a way to FORCE bp_activity_do_mentions() in a theme?
My Problem:
@mentions seems to be not working in a wordpress post.Is it possible to add a function or a filter inside functions.php

