Configure Home Page
1. HomePage Layout
Make sure you have understood the theme layout
2. Assign a homepage
- Go to Pages > Add New page, set name as “Home”
- Choose Frontpage Template for this page
- In the Layout Settings > Sidebar choose Hidden
- Go to Settings > Reading and under “Front page displays”, click the radio button for A static page. Select “Home” in the first drop down (for Front page)
Configure Header in Front Page Header Setting box. Choose the attributes as below
- Header Background > Background Image: Background will be a static image on Heading
- Background Image: Insert background image
- Overlay content: Choose "Post Scroller"
- Post style Choose "Post"
Result
4. Sample Code
Below is sample code for our demo home pages. Change the editor into Classic Editor (Text Mode) and paste the code into the page content. Alternatively, you can ignore this step and go to next one to configure the content yourself
5. Add Shortcode Elements
If you do not use sample code in previus step, see this step to understand how we build the homepage
Switch to Backend Editor and click Add Element. The layout of page is built including sections as follows
Go to Appearance > Menus. Create menus for Secondary Menu and Primary Menu. Refer the instruction in Create a menu
Change your logo, go to Appearance > Theme Options > General > Logo Image and Upload your logo image
8. Turn on Search box
Turn the search box on, go to Theme Options > General > Enable Search choose "ON"
9. Configure top social icons
Configure the top social icons, go to Appearance > Widgets drag Widget "Text" name into Top Nav Sidebar and add a code and "Save", for example:
Result
Go to Widgets and drag widgets into Footer Sidebar.
There are three lines in Footer Sidebar in demo page, the first line uses widget name "Text". For example: For the content
- [textbox icon=" fa-star" heading="Bright Career" layout="left"]Atero voluptatum ptatum eos et accusamus et iusto odio dignissimos ducimus.[/textbox]
- Including
- [textbox] &[/textbox] // End and start tag of textbox
- icon="" // The names of icons using FontAwesome. For example: icon "fa-star" is a symbol with the shape "star"
- heading="" // Enter title of text
- layout="" // The text is aligned right, left or center
- Atero voluptatum ptatum eos et accusamus et iusto odio dignissimos ducimus// Text's content
- Widget width Choose col-md-4
- Widget Style: Choose Fullwidth
Create line crossing word "ENROLL TODAY" using Widget name "U-Divider"
The second line uses Widget name "Custom Menu" with attributes
- Title: Enter the title
- Select Menu: Choose a menu(For example: For Top Menu- Please go to Menus to create Top Menu)
- Widget width: Choose Col-md-3
- Widget Style: Choose Fullwidth
The third line uses Widget name Simple Twitter Tweets, Recent Posts, Flickr Badge (In order to have these widgets, you need to install Flickr Badges Widget plugin and Simple Twitter Tweets plugin)
11. Add social links
Go to Theme Options > Social Accounts and paste your social profile page URL into the textbox
Members Page
- By default, the Members Page URL is http://yourdomain.com/member/. For example: http://demo.cactusthemes.com/university/member/
- Go to Appearance > Menus > Using the Custom Links box in the left column and paste link to URL textbox, click Add To Menu to add the item to the menu, then save.
- If you want to change the word member, go to U-Member Settings page and change Members Slug value. Remember to save the permalinks settings again in Settings > Permalinks
Events Page
- By default, the Events Page URL is http://yourdomain.com/event/. For example: http://demo.cactusthemes.com/university/event/
- Go to Appearance > Menus > Using the Custom Links box in the left column and paste link to URL textbox, click Add To Menu to add the item to the menu, then save.
- If you want to change the word event, go to U-Event Settings page and change Events Slug value. Remember to save the permalinks settings again in Settings > Permalinks
- Go to U-Event Settings to configure other things
Courses Page
- By default, the Professor Page URL is http://yourdomain.com/course/. For example: http://demo.cactusthemes.com/university/course/
- Go to Appearance > Menus > Using the Custom Links box in the left column and paste link to URL textbox, click Add To Menu to add the item to the menu, then save.
- If you want to change the word course, go to U-Course Settings page and change Courses Slug value. Remember to save the permalinks settings again in Settings > Permalinks
- Go to U-Course Settings to configure other things