Moved certificate and webinar to pro and Updated Webinar styles #2315
+37
−373
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
In this pr I have moved the webinar and certificate page in learning area from free to pro as these are pro features. I have used the hook
tutor_learning_area_sub_page_nav_itemto add the two nav button of webinar and certificate from pro. Furthermore, I have used the structuretemplates > learning-area > subpage > webinar.phpto create the templates in pro so in free I check the sub page if it has any of the pro template I make theis_proflag to true which loads the template. I have also done some design fixes for webinar page in learning area.