Hello geektutor,
I trust you are doing well today!
1.
a full image on header with button Enroll Now(with a link to enroll)
The CoursePress plugin has it is own shortcodes library. You can find the full lost of shortcodes in CoursePress > Settings > Shortcodes tab.
To show course enrollement button, use this shortcode on your home page:
[course_join_button]
3 featured courses showing image, name, summary, price and instructor on 3 columns with a button below it showing show all courses.
Here are the shortcodes that you can try:
[course_media] – Displays either the list image or the featured video
[course_title] – Displays the course title.
[course_summary] – Displays the course summary/excerpt.
[course_cost] – Shows the pricing for the course or free for unpaid courses.
[course_instructors course_id=”5″] – Display a list or count of Instructors ( gravatar, name and link to profile page )
2. I will love if my courses pages can look like http://onboardly.com/the-ultimate-pr-machine/ by telling me the necessary things to do
Please use the shortcodes above to make it look like on this page. To show course featured video use:
[course_featured_video]
Please note, each course has course_id=”ID” attribute, you need to change the ID with the actual course ID.
3. Use a full width as I dont like the container of coursepress
This depends from the theme you have activated on your site, currently you have the CoursePress theme, so to make you site full width add this CSS codeto a CSS editor:
.site-content {
width: 100% !important;
}
If you don’t have CSS editor, please try the Simple Custom CSS plugin.
I hope this helps!
Cheers,
Nastia