[wpjb_employer_panel]

Allows to create Employer Panel. It is a place where employer can login and manage all his data (jobs, applications, profile, change password and delete account).

wpjb-employer-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 “Employer Panel” page.

Available Parameters

This shortcode does not have any parameters.

Usage Examples

Default usage

[wpjb_employer_panel]

CSS Customization

/* Change color text menu */

span.wpjb-box-title {
    color: red !important;
}

/* Change color titles "Manage" and "Acount" */

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

/* Remove menu icons */

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

/* Change color title "Employer Dashboard" */

h1.entry-title {
    color: red;
}

 

Leave a Reply

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