Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

strejnev

Пользователи
  • Posts

    629
  • Joined

  • Last visited

3 Followers

About strejnev

  • Birthday 03/22/1985

Информация

  • Пол
    Мужлина

Recent Profile Visitors

15,081 profile views

strejnev's Achievements

Proficient

Proficient (10/14)

  • First Post
  • Collaborator
  • Posting Machine Rare
  • Conversation Starter
  • Week One Done

Recent Badges

86

Reputation

  1. Есть модуль вот икого плана, логика примерно как в шаблоне Journal, только есть возможность всивлять любые модули в колонки. Плюс есть визуальный редактор CSS, расширенный модуль HTML, кэширование сеток. Если интересует - пишите в личку. https://yadi.sk/i/GMT4PU-O4SBmlA https://yadi.sk/i/avd2eJLIra0mpA https://yadi.sk/i/EEoksYAFAFW13g https://yadi.sk/i/EdnBH_wqcxM7jw https://yadi.sk/i/GQalfNje0gm3zw
  2. 1) Откройте файл: /catalog/view/theme/bigdesdigital/js/custom.js В конец добавьте: $(document).ready(function() { $('.liCatalog').hover(function(){ $('#container-center').css('min-height','2000px'); },function(){ $('#container-center').css('min-height',''); }); }); 2000px замените на нужную высоту 2) Откройте файл /catalog/view/theme/bigdesdigital/template/common/footer.tpl найдите строки: <script type="text/javascript"><!-- $('.colorbox').colorbox({ overlayClose: true, opacity: 0.5 }); //--></script> и замените их на: <script type="text/javascript"><!-- $('.colorbox').colorbox({ maxWidth:'95%', maxHeight:'95%', overlayClose: true, opacity: 0.5 }); var resizeTimer; function resizeColorBox() { if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout(function() { if (jQuery('#cboxOverlay').is(':visible')) { jQuery.colorbox.load(true); } }, 300) } jQuery(window).resize(resizeColorBox); window.addEventListener("orientationchange", resizeColorBox, false); //--></script> 3) Не понял ситуацию, если можно приведите пример на своём сайте. 4) Пока не известно.
  3. Здравствуйте, даже не знаю что посоветовать, с икой проблемой не силкивался. Возможно сторонний модуль тормозит сайт.
×
×
  • 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.