Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Leaderboard

Popular Content

Showing content with the highest reputation on 05/20/2025 in all areas

  1. А також видаліть api key, яким ви тільки що поділились з усіма бажаючими.
    1 point
  2. Вони ж у вас мають бути прописані до кождного товару щоб можна було передати у фідові на розетку або як варіант заміняти через модуль вигрузку при збігові
    1 point
  3. скрипт, который скрывает все ряды кнопок, начиная со второго, и добавляет кнопку "Показать ещё" для их отображения актуально для категории. но в карточке тоже отлично работает $(document).ready(function () { $showMoreButton = $("<button class='show-more-hpmr'>Показати ще</button>"); $('.hpm-button-wrapper').each(function(){ const $buttons = $(this).children(); let rows = 1; let prevOffsetTop = $buttons.first().offset().top; $buttons.each(function () { if ($(this).offset().top > prevOffsetTop) { rows++; prevOffsetTop = $(this).offset().top; } }); if(rows > 2) { const firstRowHeight = $buttons.first().outerHeight(true); $(this).css('max-height', firstRowHeight + 'px'); $(this).css('overflow', 'hidden'); $showMoreButton.insertAfter($(this)); } }); $(document).on('click', ".show-more-hpmr", function() { $(this).prev().css('max-height', '111111px'); $(this).remove(); }); });
    1 point
  4. Автор - поважаючий свій продукт, вже б давно реалізував це в штатному функціоналі За ціну фільтру+ за недорого, можно поставити комбайн. Де це все є з коробки, з генераціює мета, описів і тд і тп.
    1 point
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.