Dear Beata Rachwał,
About error: Class 'YTools' not found in /lesko24/templates/sj_financial/html/mod_sj_news_extraslider/horizontal.php on line 72
please open file (templates/sj_financial/html/mod_sj_news_extraslider/horizontal.php) round line 72 change:
<?php echo YTools::truncate($item->title,$options->item_title_max_characs);?>
to:
<?php echo SjExtrasliderHelper::truncate($item->title,$options->item_title_max_characs);?>
- For the second issue (if you are using less), please open file (\sj_financial\less\component.less) and around line 159 change:
.img-fulltext{
.blog .items-row .item .item-image();
position: relative;margin-bottom: 1em;display:table;margin: 0 auto 1em;
to:
.img-fulltext{
.blog .items-row .item .item-image();
position: relative;margin-bottom: 1em;margin: 0 auto 1em;
Thanks & regards!