AutoDirector forum

The AutoDirector support and advice forum

Removing Items from search ver 1.9

Post Reply

Page: 1

Author Post
Member
Registered: Jul 2011
Posts: 24
Location: Dublin, Ireland
Hi
How do I remove the mileage and price search fields in ver 1.9. I have sucessfilly removed them from the vehicle listings.
Administrator
Registered: Apr 2008
Posts: 324
The search is an all-or-nothing option which you can disable in the site settings. You could remove individual fields using CSS, e.g.

#adfilterprice, #adfiltermileage { display: none; }


but it's not something I'd recommend.

See this post for some more advanced customisation options: http://www.autodirector.co.uk/forum/topic-41.html
_______________
AutoDirector administrator
Member
Registered: Jul 2011
Posts: 24
Location: Dublin, Ireland
Would i place this in the css file for the particular style or elsewnere such as carlist.js
Administrator
Registered: Apr 2008
Posts: 324
You can put it in any CSS file or within your HTML page. I would avoid putting it in the AutoDirector CSS since it'll then be applied to all showrooms using that style.
_______________
AutoDirector administrator
Member
Registered: Jul 2011
Posts: 24
Location: Dublin, Ireland
Hi Craig
I have a little work around for this. I reverted the search box back to pre 1.8 format (single dropdown box) and then commented out the mileage code lines from the carslist.js file. A bit of a cheat , but it got the job done.

Post Reply

Page: 1