Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    363

    What you need to do: 1.install the latest dev...

    What you need to do:

    1.install the latest dev build
    2.remove the 'required' class
    3.add this code in your child theme.



    add_filter( 'hrb_project_validate_fields', 'my_validation_check' );
  2. Replies
    3
    Views
    385

    Bruno, gave me this code, you can add it in your...

    Bruno, gave me this code, you can add it in your functions.php



    class My_Custom_Profile_Edit extends HRB_Edit_Profile_Social_Meta_Box {

    public function before_form( $user ) {
    ...
Results 1 to 2 of 2