Skip to content

Conversation

@nur-alam
Copy link
Collaborator

No description provided.

@nur-alam nur-alam added the 4.0.0 Tutor v4.w0w label Dec 15, 2025
@use '@Core/scss/tokens' as *;

.tutor-dashboard-courses-wrapper {
background: #fff;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot use hardcoded color codes.

flex-basis: 200px;
}

.tutor-bundle-course-badge {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundle badge should be added from pro addon


<div class="tutor-courses-thumb tutor-position-relative">
<?php
if ( $bundle_id ) :
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundle badge should be added from pro addon

if ( $courses_list && $courses_list->have_posts() ) :
while ( $courses_list->have_posts() ) :
$courses_list->the_post();
match ( $courses_tab_query_param ) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use separate templates for Wishlist and Quiz attempts.

<?php do_action( 'tutor_after_course_loop_thumbnail_link', get_the_ID() ); ?>
</div>

<?php if ( ! empty( $tutor_course_img ) ) : ?>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing this template might affect other places.

<h3 class="tutor-course-name tutor-fs-5 tutor-fw-medium" title="<?php the_title(); ?>">
<a href="<?php echo esc_url( get_the_permalink() ); ?>"><?php the_title(); ?></a>
</h3>
<div class="tutor-progress-card-header">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. Changing this template might affect other places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.0.0 Tutor v4.w0w

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants