Замена слайда под меню в шаблоне 1221

голоса: 0

Последовал совету и поменял шаблон, теперь столкнулся вопросом который сам не могу решить.Можете пояснить как убрать, а лучше заменить слайдер на анимированную картинку под меню в шаблоне Дизайн #1221

Адрес сайта http://aquadom.ucoz.org
| Автор: | Категория: Дизайн сайта

Ответов: 3

Голоса: +1
 
Лучший ответ
Слайдер находится в "Редактор страниц - страницы сайта"

<?if($URI_ID$="page1")?>
 <div class="slider">
 <div class="slider-border">
 <ul class="bxslider">
 <li>
 <div class="slide-box">
 <h1><strong>Best photo</strong> of the month</h1>
 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
 <img src="/.s/t/1221/3.jpg" alt="" />
 <div class="sub-info"><span></span>14.01.2013</div>
 </div>
 </li>
 <li>
 <div class="slide-box">
 <h1><strong>Best photo</strong> of the month</h1>
 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
 <img src="/.s/t/1221/4.jpg" alt="" />
 <div class="sub-info"><span></span>23.10.2013</div>
 </div>
 </li>
 </ul>
 </div>
 </div>
 <?endif?>
| Автор:
Выбор ответа лучшим | | Автор: Yuri_Geruk
Спасибо за укозание где искать.
Юрий Подчезерцев,

Поясните пожалуйста как задать картинку вместо слайдера через 

background url 
Юрий Подчезерцев,
Картинку вставлять сюда  <img src="/.s/t/1221/3.jpg" alt="" />
src="тут ссылка к картинке"
Sentimo,
Не дождался ответа :) попробовал сам вот что сделал:

<div>
 <img src="http://aquadom.ucoz.org/fon_menu.png">
 
 </div>

Картинка встала

Правильно или нет?
Юрий Подчезерцев,
Мой ответ видели?
Sentimo,
Да видел!! Я удалил системный скрипт слайдера и просто установил картинку. Вопрос то и стоял как это сделать. Всем спасибо! Результат получен!
Голоса: +1

Ознакомьтесь с мануалом http://manual.ucoz.net/publ/27-1-0-517

| Автор:
голоса: 0

это полный код вашего слайдера и блока в котором он стоит, его меняйте на картинку

<div class="slider">
 <div class="slider-border">
 <div style="max-width: 100%;" class="bx-wrapper"><div style="width: 100%; overflow: hidden; position: relative; height: 267px;" class="bx-viewport"><ul style="width: 430%; position: relative; transition-duration: 0.5s; transform: translate3d(-2934px, 0px, 0px);" class="bxslider"><li class="bx-clone" style="float: left; list-style: outside none none; position: relative; width: 978px;">
 <div style="background: transparent url(&quot;/.s/t/1221/4.jpg&quot;) repeat scroll 0% 0%;" class="slide-box">
 <h1><strong>Best photo</strong> of the month</h1>
 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
 <img style="display: none;" src="/.s/t/1221/4.jpg" alt="">
 <div class="sub-info"><span></span>23.10.2013</div>
 </div>
 </li>
 <li style="float: left; list-style: outside none none; position: relative; width: 978px;">
 <div style="background: transparent url(&quot;/.s/t/1221/3.jpg&quot;) repeat scroll 0% 0%;" class="slide-box">
 <h1><strong>Best photo</strong> of the month</h1>
 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
 <img style="display: none;" src="/.s/t/1221/3.jpg" alt="">
 <div class="sub-info"><span></span>14.01.2013</div>
 </div>
 </li>
 <li style="float: left; list-style: outside none none; position: relative; width: 978px;">
 <div style="background: transparent url(&quot;/.s/t/1221/4.jpg&quot;) repeat scroll 0% 0%;" class="slide-box">
 <h1><strong>Best photo</strong> of the month</h1>
 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
 <img style="display: none;" src="/.s/t/1221/4.jpg" alt="">
 <div class="sub-info"><span></span>23.10.2013</div>
 </div>
 </li>
 <li class="bx-clone" style="float: left; list-style: outside none none; position: relative; width: 978px;">
 <div style="background: transparent url(&quot;/.s/t/1221/3.jpg&quot;) repeat scroll 0% 0%;" class="slide-box">
 <h1><strong>Best photo</strong> of the month</h1>
 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
 <img style="display: none;" src="/.s/t/1221/3.jpg" alt="">
 <div class="sub-info"><span></span>14.01.2013</div>
 </div>
 </li></ul></div><div class="bx-controls bx-has-controls-direction"><div class="bx-controls-direction"><a class="bx-prev" href="">Prev</a><a class="bx-next" href="">Next</a></div></div></div>
 </div>
 </div>

 

| Автор:
От всего сердца сори, но в какой части это искать я пока ещё только начинающий?!
...