[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 […]

[FrE] Smart Slider walkthrough

Before implement, make sure you have installed Smart Slider plugin. Step 1:  Fill all required information in Smart Slider. Step 2: Click Back to slider and copy the Shortcode. Step 3: Go to Appearance > Editor to find Homepage New Page Template in the right column (Template column). Step 4: From Homepage New Page Template, paste the […]

[MjE+FrE] Location options

Add child location for profile: Step 1: Go to Profile > Countries to add New Country or use the Country available in the Countries list. Step 2: Add child location (New city) for the above Country (Parent country) then click Add New Country. Step 3: You can repeat step 2 to […]