[FrE] Milestone

The extension assists freelancer, employer and admin to track the project progress thanks to the road map of the project steps showing which task is done and which one needs to be completed. By this way, employer and freelancer can go through the project’s working flow smoothly and also give […]

[FrE] Setup the Social Login feature

Following these below steps to set up a page for your users to login via their social network accounts: Step 1: Go to Pages → Add new. Create a new page named “Social connect”. Paste the shortcode [social_connect_page] to the content section. In template box, keep the “Default Template”. Step 2: Go to Engine Settings → Social […]

[MjE] Setup the Social Login feature

Setting in the back-end Following these below steps to set up a page for your users to login via their social network accounts: Step 1: Go to Pages → Add new. Create a new page named “Social connect”. Paste the shortcode [social_connect_page] to the content section. In template box, keep the “Default Template”. Step 2: […]

[MjE] Background color

Where? Customize → Additional CSS. How? Please use the code below: .mje-main-wrapper >* {background-color:pink!important;} In which, “pink” is the color you want to choose for example. When you’re done, don’t forget to click Save&Publish.

[FrE] Set header menu’s items

Step 1: Go to Appearance > Menus > create a new menu Step 2: Feel free to insert your Menu Name and the items inside it in the left column. Step 3: Don’t forget to click Add to Menu. You can also drag the items to the suitable order. Then tick to the box […]

[FrE] Change hourly rate to other terms

Hourly rate on your website: Step 1: Go to Engine Settings > Settings > Language and choose your website’s language. Step 2: From there, press Ctrl + F to find /hr and change all those field with the term you want (keep the  existing code and only change /hr) For Example: Step 3: When […]

[FrE] Remove freelancer’s information that you don’t want to display

Step 1: Remove information from single page (profile page): Please go to Customize → Additional CSS and use the code below: Remove projects worked: .freelance-rating span:nth-child(3) { display: none; } Remove money earned: .freelance-hourly > :nth-child(2) { display: none; } Remove money earned + hourly rate: .freelance-hourly span { display: none; } Note: You can remove […]