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

Juli

Новичок
  
  • Posts

    5
  • Joined

  • Last visited

About Juli

  • Birthday June 26

Информация

  • Пол
    Женщина

Recent Profile Visitors

1,243 profile views

Juli's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

  1. Я ик понимаю под тот,что я указывала, рилииют оба вариани
  2. Интересное вы нашли применение =) Да, благодаря возможности использования php кода, вот пример http://ks-bud.com.ua/oknadveri/razdvignye/ А не могли бы вы выложить код тут? Не получается colorbox с лисинием next-prev У меня не colorbox, а скрипт jQuery гнореи с эффектом lightbox.(взяла згдесь , № 35 внизу страницы) , а код полулился икой: <?php $directory = 'ВАШ ПУТЬ К ПАПКЕ С ФОТО'; header("Content-Type: text/html; charset=windows-1251"); $allowed_types=array('jpg','jpeg','gif','png'); $file_parts=array(); $ext=''; $title=''; $i=0; $dir_handle = @opendir($directory) or die("There is an error with your image directory!"); while ($file = readdir($dir_handle)) { if($file=='.' || $file == '..') continue; $file_parts = explode('.',$file); $ext = strtolower(array_pop($file_parts)); $title = implode('.',$file_parts); $title = htmlspecialchars($title); $nomargin=''; if(in_array($ext,$allowed_types)) { if(($i+1)%4==0) $nomargin='nomargin'; echo ' <div class="pic '.$nomargin.'" style="background:url('.$directory.'/'.$file.') no-repeat 50% 20%;background-size:cover;"> <a href="'.$directory.'/'.$file.'" title="'.$title.'" target="_blank">'.$title.'</a> </div>'; $i++; } } closedir($dir_handle); ?>
  3. Интересное вы нашли применение =) Да, благодаря возможности использования php кода, вот пример http://ks-bud.com.ua/oknadveri/razdvignye/
  4. Модуль супер, с его помощью решила проблему размеещёния фотогнорей в магазине :eek: . Автору спасипотому что!
  5. Подгдерживаю вопрос. 1.5.4.1 не рилииет. Кто нибудь решил?
×
×
  • 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.