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

krumax

Users
  
  • Posts

    1,184
  • Joined

Everything posted by krumax

  1. используйте прозрачность http://htmlbook.ru/css/opacityдля container background-color: #FFFFFF; opacity: 0.9; результат
  2. При переносе файловой системы на другой домен не забудьте отредактировать файлы config.php и admin/config.php прописав в них правильные пути и подключение к БД
  3. sergeymuravskiy открываете папку dailymall.ru оттуда удаляете index.html. После этого туда заливаете движок.
  4. ерунду пишут)У вас криво стало: В исходном коде: <link rel="stylesheet" type="text/css" href="catalog/view/theme/<b>Notice</b>: Undefined variable: template in <b>/home/users1/c/ccf/domains/paksel.prooffice.ru/catalog/view/theme/default/template/product/product.tpl</b> on line <b>2</b>/stylesheet/jqzoom.css" /> у вас не указан шаблон Откройте и поправьте product.tpl пропишите так <link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/jqzoom.css" /> находим class="fancybox" заменяем на class="jqzoom3 fancybox"
  5. Открываем исходный код страницы и смотрим, всё ли правильно.Киньте ссылку на сайт. P.S. Я не сторонник vqmod -привычнее делать всё ручками.
  6. в файле imagezoom.phpнаходим $this->document->title = $this->language->get('heimagezooming_title'); заменяем на $this->document->setTitle($this->language->get('heimagezooming_title'));
  7. /catalog/language/russian/product/product.php $_['text_model'] = 'Модель:';
  8. Где изменить написали выше и ни к каким багам это не приведёт.
  9. тогда возможно есть это: $('#tabs a').tabs(); а проще говоря просто вставьте этот скрипт: <script type="text/javascript"> <?php if($this->config->get('imagezoom_status')==1){ ?> var options3 = { zoomWidth: <?php echo $this->config->get('imagezoom_width'); ?>, zoomHeight: <?php echo $this->config->get('imagezoom_height'); ?>, xOffset: 20, title: '<?php echo $heading_title; ?>', lens:false } $(".jqzoom3").jqzoom(options3); <?php } ?> </script>
×
×
  • 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.