Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
also about the search:
I changed the text displayed in the box, but now, when I click on that search box, the text does not hide by himself.
I need to delete it manually so I can write my search word.
If someone can fix this, please share.
alex
you must edit /_templates/footer.tpl
lines 39-44
keywords.bind(‘blur’, function() { if (this.value == ‘search for a job’ || this.value == ‘’) { this.value = ‘search for a job’; } });
update both instances of ‘search for a job’ with your search word
also on line 33
if (this.value == ‘search for a job’)
replace that instance too.
great.
thank you.
1 to 4 of 4