With this snippet you can display all the advanced search fields by default.
Explantation:
The search form is divided into 2 areas: standard and advanced. The advanced part only shows up if the WPCasa Advanced Search add-on is installed and active. This part can be toggled to be visible or not – by the user of your site. This state gets saved within a cookie which is left on the users computer.
With the code snippet above, you basically make the advanced search fields visible by default. So if you load your website, they show up by default and your users can toggle them to be hidden (instead of having the fields hidden by default and having the user to toggle them to be visible).
The attached CSS Snippet lets you hide the “Advanced Search” Button. So the user does not have the option anymore to display or hide the advanced search fields – regardless if they’re visible or not.
Keep in mind that if you add this code snippet, you’d first need to clean your browser cookies (specifically that cookie for your website) in order to get the cookie deleted from your computer, which contains your choice (if advanced search fields are visible or not). So right after you’ve added this snippet, clean your browsers cookies (not only the cache) and reload your page. The advanced search fields should then be straight visible.
Other articles in Snippets
- Snippet: Add Custom Listing Detail with Pre-defined Options
- Snippet: Add Custom Listing Details
- Snippet: Add custom listing offer
- Snippet: Add custom text (from) before price
- Snippet: Change Advanced Search Form Labels
- Snippet: Change Archive Title
- Snippet: Change Default Search Form Labels
- Snippet: Change Details of the Listing Summary
- Snippet: Change Labels of Listing Post Type
- Snippet: Change Placeholder Text of the Keyword Search Field
- Snippet: Custom Advanced Search Fields
- Snippet: Custom Listing Category Taxonomy Slug
- Snippet: Custom Listing Feature Taxonomy Slug
- Snippet: Custom Listing Location Taxonomy Slug
- Snippet: Custom Listing Post Type Slug
- Snippet: Custom Listing Type Taxonomy Slug
- Snippet: Custom number of baths and beds in Listing Details
- Snippet: Custom number of features in search form
- Snippet: Disable Visual Editor on Listings Page
- Snippet: Display advanced search fields by default
- Snippet: Make Listing Type Taxonomy hierarchical
- Snippet: Modify Measurements
- Snippet: Only Display Keyword Search in Property Search Form
- Snippet: Re-order fields in search form
- Snippet: Remove ‘Offer’ from Property Search Form
- Snippet: Remove Features from Search Form
- Snippet: Search Exact Value of Bathrooms
- Snippet: Search Exact Value of Bedrooms
- Snippet: Set specific offer as default in listing price metabox
- Snippet: Show Different Offer Badge when Listing Item is not Available
- Using Code Snippets