BuddyDev

Search

[Resolved] Correct add class to Buddypress Register Popup

  • Participant
    Level: Master
    Posts: 213
    smart life on #14184

    Hi,

    I added class as bellow, but seem no work. Please help me correct it.

  • Participant
    Level: Master
    Posts: 213
    smart life on #14185
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 213
    smart life on #14187

    Issue 2)

    Close and click anywhere is not work. I must re-load the website to allow disappear (close) register panel. Can you check?

  • Participant
    Level: Master
    Posts: 213
    smart life on #14193

    Hi,

    Can you check the plugin issue with close button and provide me code spinned to remove muiltiple feild?

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #14209

    Please link to the site. It is most probably a javascript error for the close button.

    For the Fields, I will suggest moving the fields to secondary groups,. BuddyPress will only show the primary group fields in the form.

    Thank you
    Brajesh

  • Participant
    Level: Master
    Posts: 213
    smart life on #14219

    Hi,

    Please give me code to comment out multiple feild group 8,9,12,15,18 in pop-up register.

    Reason:

    1) Base tab, only name which is weired
    2) defaul profile/edit/1 is empty page, if i use css to hidden the only base tab.
    etc…

    bellow your code guide, but i don’t know how to correct it.
    <pr>
    add_filter(‘bpajaxr_xprofile_args’,’my_custom_registration_fields’);

    function my_custom_registration_fields($args=”){

    return ‘profile_group_id=2&hide_empty_fields=0&hide_empty_groups=0’;

    }
    </pr>

  • Participant
    Level: Master
    Posts: 213
    smart life on #14220

    3) Can you please re-check with buddypress condition logic. I tested few times, but this plugin not work on registration form. It show all.

  • Participant
    Level: Master
    Posts: 213
    smart life on #14223

    Hi,

    The close button got issued with this plugin:
    https://wordpress.org/plugins/bp-xprofile-location/

    I create option: location in “base” group. If i remove it, then it will be fine. But if i keep it in base which appear in sign-up form, then close button became disabled.

    How to fix it?

    Thanks

  • Participant
    Level: Master
    Posts: 213
    smart life on #14224

    Oh many issue.

    Shorty for all.

    1) Close button conflict with “Bp xprofile location”

    2) Condition logic is not work

    3) After registration finished, it auto login, without send any verify URL to email. —> Which any user can use fake account. How do i have verify code?

    4) Profile Visibility plugin understand question:
    + Exclude Users from Members search? i choose YES
    + Exclude Users from Members directory? i choose YES
    These are option apply for CURRENT login user? OR ALL members who registed account to website?

    • This reply was modified 6 years ago by smart life.
  • Participant
    Level: Master
    Posts: 213
    smart life on #14226

    5) Sign up success notice. What is class for all text? It too fast, i can’t cacth the class of them! and how do i change time longer, not enough time to read. I was used 3 times to create account to read complete text.

    • This reply was modified 6 years ago by smart life.

The topic ‘ [Resolved] Correct add class to Buddypress Register Popup’ is closed to new replies.

This topic is: resolved