Skip to content

Commit

Permalink
Fix issue warning about $icon_size at Testimonial
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jul 22, 2024
1 parent 1f91ce1 commit 744efb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/elements/testimonials/testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@
echo '<script type="text/javascript">jQuery(document).ready(function(){jQuery(\'#'.$element->id.' .astroid-slick\').slick({'.implode(',', $slide_settings).'})});</script>';
}

$style->child('.astroid-icon')->addCss('font-size', $icon_size.'px');
if ($params->get('card_size', '') == 'custom') {
$card_padding = $params->get('card_padding', '');
if (!empty($card_padding)) {
Expand Down

0 comments on commit 744efb4

Please sign in to comment.