Skip to content

Conversation

@nur-alam
Copy link
Collaborator

No description provided.

@nur-alam nur-alam requested review from harunollyo, sazedul-haque and shewa12 and removed request for shewa12 December 30, 2025 12:08
@nur-alam nur-alam added the 4.0.0 Tutor v4.w0w label Jan 1, 2026
'spinner',
'spreadsheet',
'star',
'star2',
Copy link
Collaborator

Choose a reason for hiding this comment

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

The star.svg icon file was deleted but here the type start2 is deleted.
Maybe the star-2.svg should have been deleted.

<?php if ( $price_data->sale_price ) : ?>
<span><?php tutor_print_formatted_price( $price_data->display_price ); ?></span>
<del><?php tutor_print_formatted_price( $price_data->regular_price ); ?></del>
<span class="tutor-text-small tutor-font-medium tutor-text-primary"><?php tutor_print_formatted_price( $price_data->display_price ); ?></span>
Copy link
Collaborator

Choose a reason for hiding this comment

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

If this function is called in admin side then this classes will not work. Please double check.

?>
<div class="tutor-course-pagination">
<?php
tutor_load_template_from_custom_path(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use Pagination Component.

?>
<div class="<?php echo esc_attr( $utility_classes ); ?>">
<div class="list-item-price tutor-d-flex tutor-align-center">
<div class="tutor-d-flex tutor-align-center">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please consider using latest classes.

<div class="tutor-course-thumbnail">
<a href="<?php the_permalink(); ?>" class="tutor-d-block">
<div class="tutor-course-thumbnail tutor-card--padding-small">
<a href="<?php the_permalink(); ?>" class="tutor-d-block tutor-position-relative">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use tutor-block

}

.tutor-course-pagination {
.tutor-pagination {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use class utility for this.

@import './offcanvas';
@import './certificate-template'; // to be moved
@import './password-field';
@import './card';
Copy link
Collaborator

Choose a reason for hiding this comment

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

No need this if we do not load old styles at all

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