PluginProbe ʕ •ᴥ•ʔ
Tutor LMS – eLearning and online course solution / 3.3.1
Tutor LMS – eLearning and online course solution v3.3.1
3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0 1.2.1 1.2.11 1.2.12 1.2.13 1.2.20 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.10 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.14 1.9.15 1.9.16 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.10 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.4.0 2.5.0 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.1.0 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0 3.8.1 3.8.2 3.8.3 3.9.0 3.9.1 3.9.10 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9
tutor / views / pages / welcome.php
tutor / views / pages Last commit date
ecommerce 1 year ago tools 1 year ago add_new_instructor.php 2 years ago addons.php 1 year ago announcements.php 2 years ago answer.php 3 years ago course-builder.php 1 year ago course-list.php 1 year ago enable_disable_addons.php 1 year ago feature-promotion.php 2 years ago get-pro.php 2 years ago instructors.php 1 year ago question_answer.php 2 years ago quiz_attempts.php 3 years ago students.php 3 years ago tools.php 3 years ago view_attempt.php 3 years ago welcome.php 1 year ago whats-new.php 1 year ago withdraw_requests.php 2 years ago
welcome.php
346 lines
1 <?php
2 /**
3 * Welcome page
4 *
5 * @package Tutor\Views
6 * @subpackage Tutor\Welcome
7 * @author Themeum <support@themeum.com>
8 * @link https://themeum.com
9 * @since 1.0.0
10 */
11
12 $image_url = 'https://tutorlms.com/wp-content/uploads/2024/11';
13 ?>
14
15 <style type="text/css">
16 *,
17 ::after,
18 ::before {
19 box-sizing: border-box;
20 }
21
22 .notice, .tutor-user-registration-notice-wrapper, #wpbody-content .error {
23 display: none;
24 }
25
26 .tutor-welcome-card {
27 background: #F8F8F8;
28 border-radius: 18px;
29 }
30
31 .tutor-hide-welcome-button {
32 position: absolute;
33 top: -20px;
34 right: 12px;
35 display: flex;
36 align-items: center;
37 gap: 4px;
38 color: #ffffff;
39 border-color: rgba(255,255,255,0.6);
40 }
41
42 .tutor-hide-welcome-button:hover {
43 background-color: #ffffff;
44 color: #3E64DE;
45 }
46
47 .tutor-lms-welcome-page {
48 margin-left: -20px;
49 }
50
51 .rtl .tutor-lms-welcome-page {
52 margin-left: 0px;
53 margin-right: -20px;
54 }
55
56 .tutor-lms-welcome-page img {
57 max-width: 100%;
58 }
59
60 .tutor-lms-welcome-page .tutor-header-section {
61 padding: 64px 0px 90px;
62 background-color: #0049F8;
63 }
64
65 .tutor-header-section .tutor-container {
66 position: relative;
67 }
68
69 .tutor-header-section .banner-content {
70 margin-top: 50px;
71 }
72
73 .tutor-header-section .banner-title {
74 font-size: 32px;
75 line-height: 50px;
76 font-weight: 400;
77 color: #ffffff;
78 margin: 0px;
79 }
80 .tutor-header-section .banner-title strong {
81 font-weight: 700;
82 }
83
84 .tutor-builder-section {
85 position: relative;
86 background: #F8F8F8;
87 border-radius: 18px;
88 margin-top: -124px;
89 }
90
91 .tutor-section-title {
92 font-size: 30px;
93 line-height: 36px;
94 color: #212327;
95 margin-top: 0px;
96 margin-bottom: 16px;
97 }
98
99 .tutor-section-title.ai-studio {
100 background: linear-gradient(73.09deg, #FF9645 18.05%, #FF6471 30.25%, #CF6EBD 55.42%, #A477D1 71.66%, #3E64DE 97.9%);
101 background-clip: text;
102 -webkit-background-clip: text;
103 -webkit-text-fill-color: transparent;
104 }
105
106 .tutor-section-description {
107 font-size: 16px;
108 line-height: 24px;
109 color: #5B616F;
110 margin: 0px;
111 }
112
113 @media (max-width: 1560px) {
114 .tutor-container {
115 max-width: 1080px;
116 }
117 }
118
119 @media (max-width: 767px) {
120 .tutor-lms-welcome-page {
121 margin-left: -10px;
122 }
123 }
124
125 </style>
126
127 <div class="tutor-lms-welcome-page">
128 <section class="tutor-header-section">
129 <div class="tutor-container">
130 <div class="tutor-row">
131 <div class="tutor-col-lg-5">
132 <div class="banner-content">
133 <div class="tutor-mb-32">
134 <a href="https://tutorlms.com" class="tutor-d-inline-block">
135 <img src="<?php echo esc_url( tutor()->url ) . 'assets/images/tutor-logo-white.svg'; ?>" alt="Tutor LMS" />
136 </a>
137 </div>
138 <h3 class="banner-title">
139 Welcome to <strong>Tutor LMS <?php echo esc_html( TUTOR_VERSION ); ?>!</strong><br/>Redefining eLearning on WordPress
140 </h3>
141 </div>
142 </div>
143
144 <div class="tutor-col-lg-7">
145 <button class="tutor-btn tutor-btn-outline-primary tutor-btn-lg tutor-hide-welcome-button">
146 <i class="tutor-icon-times"></i>
147 <?php esc_html_e( "Don't Show Again", 'tutor' ); ?>
148 </button>
149 <img src="<?php echo esc_url( $image_url ) . '/banner.png'; ?>" alt="banner" class="banner-image" />
150 </div>
151 </div>
152 </div>
153 </section>
154
155 <section>
156 <div class="tutor-container">
157 <div class="tutor-builder-section">
158 <div class="tutor-row tutor-align-center">
159 <div class="tutor-col-lg-4 tutor-gap-4">
160 <div class="tutor-pl-lg-40 tutor-p-24 tutor-p-lg-0">
161 <h3 class="tutor-section-title">
162 <?php esc_html_e( 'Reimagined Course & Quiz Builder', 'tutor' ); ?>
163 </h3>
164 <p class="tutor-section-description">
165 <?php esc_html_e( "The reimagined course & quiz builder lets instructors craft visually rich, interactive lessons, and quizzes with ease. Add multimedia, captivating quizzes, custom paths, and more to elevate every learner's journey.", 'tutor' ); ?>
166 </p>
167 </div>
168 </div>
169 <div class="tutor-col-lg-8">
170 <img src="<?php echo esc_url( $image_url ) . '/course-builder.png'; ?>" alt="Course builder" />
171 </div>
172 </div>
173 </div>
174 </div>
175 </section>
176
177 <section class="tutor-mt-32">
178 <div class="tutor-container">
179 <div class="tutor-row tutor-g-4">
180 <div class="tutor-col-lg-5">
181 <div class="tutor-welcome-card">
182 <div class="tutor-p-24 tutor-p-lg-48 tutor-pb-lg-32">
183 <h3 class="tutor-section-title">
184 <?php esc_html_e( 'Native eCommerce', 'tutor' ); ?>
185 </h3>
186 <p class="tutor-section-description">
187 <?php esc_html_e( 'Sell courses easily with native payments! Control orders, coupons, and taxes while enjoying secure payments via top gateways—all without relying on third-party tools or dependencies.', 'tutor' ); ?>
188 </p>
189 </div>
190 <div>
191 <img src="https://tutorlms.com/wp-content/uploads/2024/11/welcome-ecommerce.png" alt="Ecommerce" />
192 </div>
193 </div>
194 </div>
195 <div class="tutor-col-lg-7">
196 <div class="tutor-welcome-card tutor-pt-44 tutor-pb-40 tutor-px-32">
197 <div class="tutor-row tutor-align-center">
198 <div class="tutor-col-md-6">
199 <img src="<?php echo esc_url( $image_url ) . '/subscriptions.png'; ?>" alt="Subscriptions" />
200 </div>
201 <div class="tutor-col-md-6">
202 <div class="">
203 <h3 class="tutor-section-title">
204 <?php esc_html_e( 'Subscriptions & Memberships', 'tutor' ); ?>
205 </h3>
206 <p class="tutor-section-description">
207 <?php esc_html_e( 'Create a recurring revenue stream with a robust subscriptions and memberships system. Provide course-specific or full-site access with customizable pricing tiers.', 'tutor' ); ?>
208 </p>
209 </div>
210 </div>
211 </div>
212 </div>
213 <div class="tutor-welcome-card tutor-mt-32">
214 <div class="tutor-row tutor-align-center">
215 <div class="tutor-col-md-6">
216 <img src="<?php echo esc_url( $image_url ) . '/analytics.png'; ?>" alt="Analytics" />
217 </div>
218 <div class="tutor-col-md-6">
219 <div class="tutor-p-24 tutor-pr-md-40">
220 <h3 class="tutor-section-title">
221 <?php esc_html_e( 'Advanced Analytics', 'tutor' ); ?>
222 </h3>
223 <p class="tutor-section-description">
224 <?php esc_html_e( 'Get detailed insights on courses, students, earnings, statements, and do so much more with advanced analytics.', 'tutor' ); ?>
225 </p>
226 </div>
227 </div>
228 </div>
229 </div>
230 </div>
231 </div>
232 </div>
233 </section>
234
235 <section class="tutor-mt-32">
236 <div class="tutor-container">
237 <div class="tutor-welcome-card">
238 <div class="tutor-row tutor-align-center">
239 <div class="tutor-col-lg-4 tutor-gap-4">
240 <div class="tutor-pl-lg-60 tutor-p-24 tutor-p-lg-0">
241 <h3 class="tutor-section-title ai-studio">
242 <?php esc_html_e( 'AI Studio', 'tutor' ); ?>
243 </h3>
244 <p class="tutor-section-description">
245 <?php esc_html_e( 'Tap into the power of AI to save your course creation time and improve course quality. Generate course outlines, images, and contextual content at the click of a button.', 'tutor' ); ?>
246 </p>
247 </div>
248 </div>
249 <div class="tutor-col-lg-8">
250 <img src="<?php echo esc_url( $image_url ) . '/ai-studio.png'; ?>" alt="AI Studio" />
251 </div>
252 </div>
253 </div>
254 </div>
255 </section>
256
257 <section class="tutor-mt-32">
258 <div class="tutor-container">
259 <div class="tutor-row tutor-g-4">
260 <div class="tutor-col-lg-7">
261 <div class="tutor-welcome-card tutor-pt-40 tutor-pl-lg-32">
262 <div class="tutor-row tutor-align-center">
263 <div class="tutor-col-md-6">
264 <img src="<?php echo esc_url( $image_url ) . '/design.png'; ?>" alt="Design" />
265 </div>
266 <div class="tutor-col-md-6">
267 <div class="tutor-p-24 tutor-pr-md-40">
268 <h3 class="tutor-section-title">
269 <?php esc_html_e( 'Unified Design', 'tutor' ); ?>
270 </h3>
271 <p class="tutor-section-description">
272 <?php esc_html_e( 'A cohesive, intuitive design that enhances user experience across all aspects of course creation and management.', 'tutor' ); ?>
273 </p>
274 </div>
275 </div>
276 </div>
277 </div>
278 </div>
279 <div class="tutor-col-lg-5">
280 <div class="tutor-welcome-card tutor-p-40 tutor-d-flex tutor-align-center" style="height: 100%;">
281 <div class="tutor-row tutor-g-4 tutor-align-center">
282 <div class="tutor-col-md-4">
283 <img src="<?php echo esc_url( $image_url ) . '/add-more.png'; ?>" alt="Add more" />
284 </div>
285 <div class="tutor-col-md-8">
286 <div class="tutor-pr-md-40">
287 <h3 class="tutor-section-title">
288 <?php esc_html_e( 'And more…', 'tutor' ); ?>
289 </h3>
290 <p class="tutor-section-description">
291 <?php esc_html_e( 'Explore additional features designed to elevate your eLearning experience.', 'tutor' ); ?>
292 </p>
293 </div>
294 </div>
295 </div>
296 </div>
297 </div>
298 </div>
299 </div>
300 </section>
301
302 <section class="tutor-mt-80">
303 <div class="tutor-container">
304 <div class="tutor-d-flex tutor-flex-column tutor-flex-md-row tutor-justify-center tutor-gap-4">
305 <a class="tutor-btn tutor-btn-primary tutor-btn-lg tutor-d-block" href="<?php echo esc_url( admin_url( 'admin.php?page=tutor' ) ); ?>">
306 <?php esc_html_e( "Let's Start Building", 'tutor' ); ?>
307 </a>
308 <a target="_blank" class="tutor-btn tutor-btn-outline-primary tutor-btn-lg tutor-d-block"
309 href="https://tutorlms.com/free-vs-pro/?utm_source=wizard&utm_medium=wp_dashboard&utm_campaign=free_vs_pro#pricing-section" rel="noreferrer noopener">
310 <?php esc_html_e( 'Compare Free vs Pro', 'tutor' ); ?>
311 </a>
312 </div>
313 </div>
314 </section>
315 </div>
316
317 <script>
318 jQuery(document).ready(function($) {
319 $('.tutor-hide-welcome-button').on('click', function(e) {
320
321 const courseUrl = '<?php echo esc_url( admin_url( 'admin.php?page=tutor' ) ); ?>';
322 const nonce = '<?php echo esc_attr( wp_create_nonce( 'tutor_nonce_action' ) ); ?>';
323
324 $.ajax({
325 url: ajaxurl,
326 type: 'POST',
327 data: {
328 _tutor_nonce: nonce,
329 action: 'tutor_do_not_show_feature_page'
330 },
331 beforeSend: function () {
332 e.target.classList.add('is-loading');
333 e.target.setAttribute('disabled', true);
334 },
335 success: function(response) {
336 window.location.href = courseUrl;
337 },
338 complete: function() {
339 e.target.classList.remove('is-loading');
340 e.target.removeAttribute('disabled');
341 }
342 });
343 });
344 });
345 </script>
346