Search Results for 'profile fields'
-
Search Results
-
Hi all,
I’m new to BuddyPress but I’m quickly getting to grips with it. I am, however, having an issue with the registration and profile fields.
Registration: it’s simply not doing anything when selecting “complete signup”. It sometimes redirects to the homepage and nothing shows up on the backend.
Profile Fields: I’m getting duplications of the same field group, “Base (Primary)”. I’ve entered some new fields into the first of the duplicates, but nothing shows up on the registration page.
Any support would be hugely appreciated.
Cheers!
I am using Buddypress and the BuddyBoss theme. I have 2 user types contributors and subscribers I made using BP Member Types and user profile fields. Everything is working except.
When a contributor is logged in and goes to a tab say members/username/messages the subnav tabs show perfectly little grey boxes next to each other.
But…
when a subscriber goes to a tab say members/username/messages the css for the subnav tabs does not show as if it’s not pulling the css. I check and the file that controls this css section is buddyboss/css/buddypress-main.min.css and I checked this file is being used in the source code of this page. So for some reason the subscriber account is not pulling this style sheet even though it’s shown as included in the source. I tried to hard code the entire css into my page and it still didn’t show.
the other thing I noticed was the code for the nav section was setup like this for contributor
<div id=”buddypress”>
<div id=”item-header” role=”complementary”>
<div id=”item-nav”>
<div id=”item-body”>but the subscriber one only shows like this
<div id=”buddypress”>
<div id=”item-nav”>
<div id=”item-body”>why would the section <div id=”item-header” role=”complementary”> not be showing for subscribers? Could this be my problem
Anyone have any ideas?
Hi!
Firstly, some info:
WP: 4.9.4 Theme: Eonet (child theme)
Buddypress: 2.9.3I have a problem when saving xprofile data on the frontend. I have created a group and in it a bunch of required fields.
When I try to save the fields on the frontend (Eonet theme) it doesn’t throw any errors. If I fill out all the required fields, the message appears saying the changes have been saved and sure enough, the database holds the correct values.
I tried switching to a default Twenty Seventeen theme and deactivated all the plugins, but the problem still persists, with one crucial difference: the fields that are required and are empty, actually get saved as empty – which is not the correct behaviour.Can you confirm that required fields are actually required to be filled?
Thank you for your help,
Best regards,
DomenTopic: international Tel Input
Hi,
is there any plugin or snippet for international country code prefix?
i tried implementing Jquery-Intl-input it renders well but wont save country code prefix in xprofile fields neither retrieves.Any help???
Topic: Xprofile fields css class
Hey all , basically I need some help , I have xprofile fields installed what I am trying to do is have a drop down box that when a person selections a field it adds a different css class based on the selection.
Example:
Gender field type with 2 options Male & FemaleWhen a person selects Male the color of the text would be blue and Female would be Pink
Any help would be much appreciated
Thanks
Custom Profile Filters for BuddyPress question
I am trying to use this plugin. I put brackets around words in the fields.
But when I to to “view” profile – and click the words I get a page not found.
I don’t see any suggestions on the plugin help page.
If I click on a profile item that was “mandatory” then it takes me to the proper member search page. But the optional profile items that the plugin is designed to turn into search terms – leads me to page not found.
bbpress – 2.5 14-6684
wp 4.9.4The site is members.institutechiro.com
Hi,
I develop a plugin based on ACF Pro & BuddyPress. I would like to know if I can create profile fields and group fields with function or method?
Like ACF Pro (acf_add_local_field_group), when the admin activate the plugin, I check if BuddyPress & ACF Pro are installed and activated. Then I create post types, ACF, and I would like to add Xprofile fields on the main profile tab and add a group fields with some fields inside.
How can I do this?
Thanks for your help.
Tom