Search Results for 'theme'
-
Search Results
-
Hi
I just updated or WordPress site and plugins and we have an error in uploading avatar, within the “change avatar” page. It gives me an HTTP ERROR. I tried temporarily removing all plugins, different themes still the error remains. This is a critical error since its a very heavily used feature within our community. Not sure what to do, Trying to look at temporary alternative while getting this to work.Also when I look at the web console, when I get an HTTP ERROR, it shows there was an internal error with wp-admin/admin.php. Trying to get it fixed ASAP any help is appreciated.
I have a code / plugin which derivates a list of UserIDs by some logic which I want to display in a separate page in a sort of members loop.
I tried similarly to this code, setting the args and than loading the template, it simply does not display the members:
$members_args = array( 'include' => array(list of user ids here ... 1, 13, 25, 126, ...), 'exclude' => array(bp_loggedin_user_id()), 'per_page' => $max_members, 'max' => $max_members, 'populate_extras' => true, 'search_terms' => false, ); echo '<div id="buddypress" class="buddypress-wrap bp-dir-hori-nav bp-shortcode-wrap">'; echo '<div class="members">'; echo '<div class="subnav-filters filters no-ajax" id="subnav-filters">'; bp_get_template_part( 'common/filters/grid-filters' ); echo '</div>'; echo '<div class="screen-content members-directory-content">'; echo '<div id="members-dir-list" class="members dir-list">'; buddypress()->current_member_type = "my separate loop"; buddypress()->current_component = 'members'; buddypress()->is_directory = true; // Get a BuddyPress members-loop template part for display in a theme. bp_get_template_part( 'members/members-loop' ); echo '</div>'; echo '</div>'; echo '</div>';
I also tried instead to modify the query args like so instead of setting $members_args, but this does not work neither:
$include = array(1, 13, 25, 126, ...); # list of user IDs to show add_filter ('bp_ajax_querystring', 'modify_directory', 20, 2); function modify_directory ($query_string, $object) { if ($object != 'members') return $query_string; if (!empty ($query_string)) $query_string .= '&'; $query_string .= 'include='. implode(',', $include).'&exclude='.bp_loggedin_user_id(); return $query_string; }
Any idea?
I’ve found an issue with BuddyPress working with pages created using Elementor. In BuddyPress’ Settings an admin can set the Register page to a page they’ve created. Assigning it isn’t an issue. However, if you assign a page built using Elementor, you can no longer access Elementor’s editing interface for that page. This means even minor text edits aren’t possible.
As long as you leave the Register page set to -None- Elementor’s editing interface works and you can still use the page built as the register page for the site without setting this option in BuddyPress’ Settings. This however, gives the admin this error message constantly:
The following active BuddyPress Components do not have associated WordPress Pages: Register. Repair
If there’s a fix for this let me know. If not, can this be added to BuddyPress’ update list. FYI, I’ve tried this on two sites and gotten the same issue. I’m on the latest updates for WordPress, themes, and plug-ins.
The thing is, every time I activate a certain theme, the registration page is modified, that is, the theme has some CSS code or some other code that is modifying the registration page, the question is, how to know where it is this code? and how to disable it?
I’m using youzify’s registration page, it works fine, but when I activate a theme, the registration page changes to another design, I have a suspicion that the theme is modifying the registration page, so I want to know the following , how can I get the customization that this theme is doing with my registration page? where do i go to see this?
before theme
https://i.gyazo.com/1e772aba9bd2af7625be79c1caaf5d81.png
after theme
I am really want to build a portal review site with multi author/contibutor.
the feature is like this theme https://themeforest.net/item/boombox-viral-buzz-wordpress-theme/16596434.I just need the following features :
1. Anyone can register to the site and have a dedicated panel ( i mean is they are not using WordPress default dashboard.)
2. each member have a profile page with some statistic like a post, comment,viewers, badge etc
3. the last important, each member can submit a post, after they submit the post. the post will be pending for review by admin.I want posts to be shown commonly on the site rather than on author’s profile .
Can It be done with Buddypress?
Topic: Registration Page
Hi,
I am using the theme OceanWP and Elementor. My problem is that even when I choose full width for my registration page (individual page setting), BuddyPress seems to be inserting a sidebar on the right. When I set the wide layout for the entire site (which I do not want) in the Customize-General Settings, the sidebar disappears. However, the text boxes become very wide and span almost the entire page and this looks ugly. I cannot access the registration page using elemetor unless I disconnect it from BuddyPress. But, even then I do not see any text boxes on the page. I believe this is so because BuddyPress dynamically puts in the text boxes when a user visits the page. How then can I reduce the width of the text boxes in the registration page (keeping only that page’s setting as full width and not for the whole site) and also format the registration page? I do have the BuddyBuilder plugin but it does not show the registration page.
Thanks
Hello,
Have integrated BuddyPress with WordPress and I want my subscribers to be able to access the Settings sections and be able to change their passwords and email addresses.
When they try changing their passwords..They get logout the error message “You must log in to access the page you requested”
I also tried and deactivated all the plugins and changed the theme but am still getting the same issue.See my link below
Hi all,
Experienced in web design but new to WordPress. Working on a theme which relies on buddypress.
I would like to create a C.V. type area on the user’s profile. One section of this area is a list of qualifications. Currently, users can list their qualifications in a textarea.
Instead, I would like to allow users to fill in three fields in that section. So they have ‘qualification name’, ‘result’ and ‘link’. I would also like to allow users the option of uploading an image of their qualification.
I can’t work out where to begin. I downloaded the BuddyPress Custom XProfile Fields plugin, but I can see that this only allows single-field entries.
I have also found this guide: https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/
But, again, it only shows how to display a single field.
So here there are two problems. The secondary one is that users must be able to create new instances of this qualifications fieldset dynamically, though I expect that the solution to this will become apparent when I’ve solved the main problem.
I need to know how to combine fields, so that when a user enters qualification name, grade and link, it is all stored together, or somehow related in the database, so that a single reference can be used to display each field relating to that particular qualification.
Topic: Log in does not appear
Hi,
Can someone please tell me how to get the ‘Log in’ on my main menu on my header? I see ‘Register’, ‘Groups’, Activity’ but not ‘Log in’.
The ‘log in’ does appear on the black top bar along with ‘register’ but I want to remove the top bar. I
have disabled the top bar in my theme but it continues to appear, so I think it is the BuddyPress top bar. How can I remove it?Thanks
I have created a study website where user can access online courses. I am using the buddyboss theme with WordPress 5.7.2 version. I want to add a feature called “Study-Buddy” which shows a random user from only the student user type. If the user hits the ‘Find Study-Buddy’ button it shows a random student. If the student doesn’t like the random choice then he/she can find another one. Can anyone please suggest how can I implement this feature.
Hi,
Using
function profile_tab_event() { global $bp; bp_core_new_nav_item( array( 'name' => 'Events', 'slug' => 'event', 'screen_function' => 'event_screen', 'show_for_displayed_user' => false, 'position' => 70, 'parent_url' => bp_loggedin_user_domain() . '/event/', 'parent_slug' => $bp->profile->slug, 'default_subnav_slug' => 'event' ) ); } add_action( 'bp_setup_nav', 'profile_tab_event' ); function event_screen() { // Add title and content here - last is to call the members plugin.php template. add_action( 'bp_template_title', 'event_title' ); add_action( 'bp_template_content', 'event_content' ); bp_core_load_template( 'buddypress/members/single/plugins' ); } function event_title() { echo 'Events'; } function event_content() { echo 'Content'; }
I created a new tab for users. But how can this be limited to specific user types? Different user types see different tab and/or different content in the tab?
I suppose it could use this code:
$member_type = bp_get_member_type( bp_displayed_user_id() ); if ( $member_type == 'userA' ) {
Though not sure how to apply it.
Any suggestions would help.
using buddyboss theme
Hi,
I hope you’re doing fine.
I’m trying to install a child theme with a plugin called Child Theme Configurator and this plugin scanned the following error within my php. Can you please help me fix this/know what I should do?
Notice: Undefined index: show_counts in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 217
Notice: Undefined index: total_shares in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 218
Notice: Undefined index: hide_for_logged_in in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 223
Warning: extract() expects parameter 1 to be array, null given in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 121
Notice: Undefined variable: before_widget in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 174
Notice: Undefined variable: after_widget in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 210
Thanks,
IrvingHello, I just installed and configured BP and registration page is blank.
These things are checked:
- Site is configured to allow anyone to register
- BP is coonfigured (under pages tab) with correct register and activate page
- WordPress permalink structure has been reset and has been tried with both, page_name and date/pagename
- Pages register and activate do exist and show header and title, but content is blank
- I tried both BP themes, legacy and noveau. register.php file exists under both themes folder
- Worpress version 5.8, BP version 9.0.0
I dindn’t configure any additional fields for registration under profile fields but according to the docs, the form should be available with this configurations I did.
Thank you.
Topic: image upload preview issue
buddypress: 9
theme: Gwangi
main domain: imin.co.il
Core: no core changeswhen upload profile photo the preview is displayed wrong
thanks
ori