PDA

View Full Version : 3 questions, search, category, ads



benyezza
January 22, 2015, 03:00 AM
Dear,


First question :

I create customized search form on home page
Can you help me with source code with form to get like this, please see screenn shoot #1

The exemple code I have use manualy is :

<div class="search-options">
<div class="select-department" data-custom-select>
<label for="department" data-label-hide class="has-hidden-label">Cherchez dans les sections</label>
<select id="department" name="afd" data-search-department>
<option value="">Category Without sub-category</option>
<option value="agriculture">Agriculture</option>
<option value="animaux">Animaux</option>
</select>
</div>
<div class="select-distance">
<label for="postal-code" class="has-hidden-label">Zip code</label>
<div class="autocomplete-field" data-autocomplete-wrapper>
<input type="search" placeholder="Code postal" id="postal-code"
<input type="hidden" name="pc_id" value="" data-postalcode-id-input />
</div>
<div class="distance-select" data-custom-select>
<label for="distance" data-label-hide class="has-hidden-label">Choisissez une distance</label>
<select id="distance" name="distance">
<option value="">Km</option>
<option value="5000" >+ 5 km</option>
<option value="10000" >+ 10 km</option>
<option value="20000" >+ 20 km</option>
<option value="30000" >+ 30 km</option>
<option value="40000" >+ 40 km</option>
<option value="50000" >+ 50 km</option>
<option value="75000" >+ 75 km</option>
<option value="100000" >+ 100 km</option>
</select>
</div>
</div>
</div>

Seconde question :

I create a new tpl on home page left side.

I already put manualy catogorie with code exemple :

<li>
<a href="/agriculture/"
class="ui-link-dark-menu">
Agriculture
</a>
</li>
<li>
<a href="/animaux/"
class="ui-link-dark-menu">
Animaux
</a>
</li>

I want to show atomatic "Only" category without sub-category, please see screen shoot #2






Last question, and hope I finish my website.

I creat 2 div on home page

See screen shoot #3 and attach file format .txt 1192

the first with "Latest Ads"
seconde "5 last auto category"
tree "Another 5 last ads category"

Viktor
January 22, 2015, 06:15 AM
Hello Trut Nabil,

I think nobody can help you here with the customization. I suggest you create a ticket with the request and discuss with our support about it.

benyezza
January 22, 2015, 01:16 PM
Any idea for search <FORM> victor ?