Skip Navigation

[Resolved] Advanced search real estate

This support ticket is created 7 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Hajrudin 7 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#446293

I am trying to: same as at hidden link advanced option when clicked open and close advanced options with check boxis

Instead, I got: At first it works but when results are updated it stops working.
Or when I put the term directly in search box "Upišite ime firme ili delatnost" the advanced search don't hide or show.
hidden link

Can someone help, please.

#446459

Dear Hajrudin,

Please edit the view and try this:
in section "Custom Search Settings", enable option " Let me choose individual settings manually", and enable option "Always show all values for inputs", and test again.

#447102

I have manage to solve that with jQuery:

<div class="search-advanced">
<a class="small">Delovi Grada "</a>
	<br />												
<div class="delovi-grada-sve"> <div class="delovi-grada">
[wpml-string context="wpv-views" ][/wpml-string] [wpv-control taxonomy="predgrade" url_param="wpv-predgrade" type="checkboxes" format=" %%NAME%%  %%COUNT%% "]</div>
   <div class="delovi-grada">
[wpml-string context="wpv-views"][/wpml-string] [wpv-control taxonomy="deo-grada" url_param="wpv-deo-grada" type="checkboxes" taxonomy_order="ASC" taxonomy_orderby="name" hide_empty="false" format=" %%NAME%%  %%COUNT%% "]</div>
     <div class="delovi-grada">
[wpml-string context="wpv-views"][/wpml-string] [wpv-control taxonomy="poznata-lokacija" url_param="wpv-poznata-lokacija" type="checkboxes" format=" %%NAME%%  %%COUNT%% "]</div>
</div>
 </div>

jQuery:

jQuery(document).ready(function(){
   jQuery('.delovi-grada-sve').hide()
   jQuery("body").on('click','.small',function(){   
      jQuery(".delovi-grada-sve").toggle(1000);            
    });
});
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.