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

Строка поиска


Ivan1988
 Share

Recommended Posts

Доброго времени суток! Может эи тема раньше поднималась, но все же. Помогите пожалуйси, при нажатии на окно поиска должен исчезать находящийся в ней текст, а он не пропадает! Что и ггде нужно поправить? Заранее благодарен!!!

Link to comment
Share on other sites


если placeholder - то не исчезнет, пока что-то не ввегдете.

а как это узнать? Просто у меня на сайте, чтобы написать в строке поиска запрос, нужно удалить текст находящийся в строке

Link to comment
Share on other sites


ну, как и писали выше - в поле запроса вместо placeholder зачем-то воткнули value

 

ищите код (скорей всего в header.tpl)

<div class="button-sidebarsearch"></div>
<input type="text" name="sidebar_name" value="Введите ваш запрос!" onblur="if(this.value=='') this.value='Enter search keywords here'" onfocus="if(this.value =='Enter search keywords here' ) this.value=''" />

и замените на икой

<div class="button-sidebarsearch"></div>
<input type="text" name="sidebar_name" placeholder="Введите ваш запрос!" value="" />
Link to comment
Share on other sites

 

ну, как и писали выше - в поле запроса вместо placeholder зачем-то воткнули value

 

ищите код (скорей всего в header.tpl)

<div class="button-sidebarsearch"></div>
<input type="text" name="sidebar_name" value="Введите ваш запрос!" onblur="if(this.value=='') this.value='Enter search keywords here'" onfocus="if(this.value =='Enter search keywords here' ) this.value=''" />

и замените на икой

<div class="button-sidebarsearch"></div>
<input type="text" name="sidebar_name" placeholder="Введите ваш запрос!" value="" />

Спасипотому что потому чтольшое! 

Может кому пригодится, файл находится catalog/view/theme/ваша тема/template/module/sidebarsearch.tpl

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.