Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/2017 in all areas

  1. удали элемент с классом row Проблема в ссылках, если их удалить, то скрол пропадает Зачем такие большие цифры? и вообще стили для img можно вообще убрать .additional-images a img переключатель и без них работает
    1 point
  2. У вас что-то с тумбами в слайдере — #gallery_jZ Ааа, нашел — добавьте overflow: hidden; к селектору .additional-images a.
    1 point
  3. Попробуйте проиинициализировать тултипы после подгрузки контента: jQuery.ajax({ url: "cart/load_cart_items", type: 'GET', dataType: 'json', success: function(result) { if (result.error_code == 0) { $("#div_load_cart_items").html(result.html); $('[data-toggle="tooltip"]').tooltip(); } } });
    1 point
This leaderboard is set to Kiev/GMT+02:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy