support 447 Posted August 1, 2020 Report Share Posted August 1, 2020 По умолчанию все фильтры открыты, вот так: Сделаем что б скрывались, вот так: В /templates/vamshop4/javascript/vamshop4.js меняем: //Expandable Text //$('.read-more').expandable({ //'height': 450, //'more': '▼', //'less': '▲' //}); на: //Expandable Text $('.read-more').expandable({ 'height': 150, 'more': 'Показать все', 'less': 'Свернуть' }); Link to post Share on other sites
Recommended Posts