[wpjb_candidate_panel]

Allows to create Candidate Panel. It is a place where registered candidate can manage all his data (sent applications, resume, bookmarks, change password and delete account).

wpjb-candidate-panel

 

Note: Most of the time you will only want to have one page where this shortcode is used. Creating more pages can result in unexpected behavior. After placing the shortocode on page go to wp-admin / Settings (WPJB) / Default Pages and URLs panel and make this page default “Candidate Panel” page.

Available Parameters

This shortcode does not have any parameters.

Usage Examples

Default usage

[wpjb_candidate_panel]

CSS Customization

/* Change color icon and text menu */ 

.wpjb .wpjb-layer-inside {
    color: red;
}


/* Change color "Manage" and "Account" */

.wpjb-boxes .wpjb-boxes-group-text{
color:red
}


/*Remove icons menu*/

.wpjb-boxes .wpjb-box-icon {
    display: none;
}

/* Change color title "My Dashboard" */

h1.entry-title {
    color: red;
}

/* Change color background belt "profil competion" */

.progress-bar.blue.stripes {
    background: red;
}
  1. Very nice! Love the new panel.

  2. user
    Reply

    How can you pick and choose which icons to show, rather than display: none. I would like to remove “Delete Account” icon.

Leave a Reply

Your email address will not be published. Required fields are marked *