Search Results for 'theme'
-
Search Results
-
Hello guys,
I got an issue with BuddyPress plugin. I cannot edit BuddyPress forum pages because I am getting:
“Sorry, the content area was not found in your page. You must call the the_content function in the current template, in order for Elementor to work on this page.”I have tried all the possible settings and nothing…
Please help!Jakub
I just started using BuddyPress and I am running into two issues. I am currently on WordPress version 5.2.2 using Total WordPress theme by WPExplorer.
The name field is not displaying on profile pages seen here on this Profile Page.
Also, when logged out I am not seeing the Register link in the main navigation menu below the Log In link as I have it set up in my main navigation menu using the BuddyPress “logged-out” menu links.
I’m not sure if these issues are caused by the theme I am using?
Any input would be appreciated.
I try to get a different color for “new” notifications could somebody help please?
My actual code in my theme functions.php:
//notification alerts for posts function my_nav_menu_notif_counter($menu) { if (!is_user_logged_in()) return $menu; else $notif = '<a class="notices" href="' . bp_get_notifications_unread_permalink() . '"><span class="noticecount"><i class="noticecounttitle">Notifications</i>'. bp_notifications_get_unread_notification_count( bp_loggedin_user_id() ) .'</span></a>'; $menu = $menu . $notif; return $menu; } add_filter( 'wp_nav_menu_items', 'my_nav_menu_notif_counter' ); //notification alerts for messages function my_nav_menu_msg_counter($menu) { if (!is_user_logged_in()) return $menu; else $notif = '<a class="notices" href="' . bp_loggedin_user_domain() . 'messages/' . '"><span class="noticecount2"><i class="noticecount2title">Messages</i>'. bp_get_total_unread_messages_count( bp_loggedin_user_id() ) .'</span></a>'; $menu = $menu . $notif; return $menu; }Thank you in advance 🙂
My Members Page is not loading correctly in Chrome:
WordPress 5.2.2 running Imagely Ansel theme. Using Genesis 2.10.1.
Running PHP version: 7.0.33I’m on a Windows 10 laptop running Chrome.
The page loads correctly in Firefox, Microsoft Edge and on my iPhone in Safari.
Topic: Registration
I just downloaded the BuddyPress, and activated. I believe it is all setup. However, looking for information on setting up my registration page,as well as getting the social pages to be more appealing. The theme I am using is magcess, you can take a look at the site here https://giftinghandsnonprofit.us
Hello,
It is driving me crazy that when I install BuddyPress, the profile links either redirect people to main domain or wp-admin page of my site. I could not find a solution for this.
I install the same theme “boombox” and same plugins to another domain for test and buddypress works as intended there, but not on my current domain.
Here is my url: https://www.testçöz.com
ASCII version of my url is: https://www.xn--testz-1ra9h.comAs my site is IDN, does it cause the issue? Does anyone know how to fix this?
NOTE: I have tried to clean install of buddypress, disabled all other plugins to see if any of them makes the conflict, it is the same issue even if the only plugin activated is buddypress.You can login with the following user data to see and reproduce the error
username: borabey
password: borabeyPlease help me as I want to use BuddyPress with myCred and Zombify plugins together.
I can not go to buddypress
Hello good please I need help with my website , I want to add buddypress followers and following on my theme header like this following (1) followers (1) how can I do it’s please
I cannot get the Add Friends, Public and Private Message buttons to show on my profile.
I have switched to Twelve sixteen, seventeen and nineteen and turned off all plugins except BuddyPress.
I have uninstalled and reinstalled Buddypress several times
I have also tried on another website I have with the same themes and no other plugins.
I am using
Wordpress 5.2.2
Buddypress 4.3.0
https://ozzyspals.com/
I don’t even know exactly where these will buttons appear. I have even googled google images in desperation. Do they appear on the main page or in the sub-pages?
Any help gratefully accepted!
KirstenWordPress 5.2.2
theme: Masonry Hub
BuddyPress and MediaPress are the plugins being used;Problem: I am trying to move the “Submit Post” & “Cancel” buttons on the activity page OUT of the textbox because I need them to be shown at all times WITHOUT activating the textbox, this is so people can just click the picture icon to attach a picture with no words and click submit.
https://imgur.com/a/KSFyu4l Check these pictures to get a further understanding!
Possible solution:
1:
I’ve looked into mpp.js to trigger the textbox activation when the picture icon is clicked (I know where to put the code to trigger the activation, but I dont know what code snippets I need from: buddypress-activity-post-form.min.js to do it)2:
Override the CSS and force it out be outside of the textbox activation which is what I’d like.I’ve spent hours digging at this and haven’t gotten much besides whats above, any help is greatly appreciated!!
Although the time shows up as time since for comments to posts in the Boss theme, it is not showing up in my child theme. My question is how do I get it to show up for the comments in my child theme?
For some reason, people are able to log into the website without activating their account first. When doing so, their account gets bugged out:
– They see the blue admin bar on top when they shouldn’t (I disabled it so only admins see the bar).
– Shown as offline
– Friendship requests do not work and get bugged out.Could you offer me some assistance as to why this may be happening? Sometimes they are able to log in without activating. Other times, they get “ERROR: Your account has not been activated. Check your email for the activation link.”
The theme I use is not custom (https://wordpress.org/themes/editor/). However, I did switch it back to the default theme to check (Twenty Nineteen) and unfortunately, the problem still persists. I’ve tried disabling plugins as well and I could not seem to isolate the problem.
In https://example.com/wp-admin/users.php?page=bp-signups, the page generates the IDs of all the accounts that are not activated yet. Is there a way for me to fetch the user IDs for those who are not activated yet and redirect them to a custom page when they log-in? Sometimes unactivated accounts are able to log-in. As a temporary solution while I figure out the root of the problem, my plan was to:
Fetch all the user IDs of those who are not activated yet
Upon login, redirect them to a custom page that explains that their access is limited and to activate their account to gain access to everything.
My idea was:function unactivated_user_redirect( $user_login, $user ) { // Grab unactivated user IDs and store in array // Check to see if $user ID matches ID in array. // If matches redirect to wp_redirect(www.example.com/custom-page); //exit(); } add_action('wp_login', 'unactivated_user_redirect', 10, 2);Topic: who’s online incorrect count
Hello Everyone,
My site shows an incorrect number in the who’s online widget.
Sometimes it even shows a -1.
I have tried the repair tool but no luck.
The problem still happens with the twenty nineteen theme.
No one seems to know how to help and it very frustrating.
Thank you for any help.
Simon