Forums › Forums › Search & Filter Pro › Page result doesn't work
- This topic has 46 replies, 2 voices, and was last updated 8 years, 1 month ago by
Anonymous.
-
Trevor(Private) September 12, 2017 at 10:39 am #130572
So, I have made some experiments and found that if I switch off the
Auto Count
->Update the Search Form on user interaction
then there is not a problem.The appearance of the fields in the form is not our standard appearance. Have you added code to change the appearance? I think yes, because the fields have checkboxes for example (and they are set as checkboxes in the form, and yet look like select boxes. I ask this because the javascript that adds the code to the field heading to allow it to open is removed when our plugin autoupdates the fields, which is why they do not open.
It would be necessary to run the javascript that you added again. Is it a named function, or a normal script that simply runs?
Anonymous(Private) September 12, 2017 at 10:49 am #130574Thank you.
Where is your optionAuto Count
? I’m not sure to understand… I took the fields checkboxes because the others couldn’t have multiple choices. I I didn’t want to see a big list, just when you click, so I open it whith javascript :jQuery(document).ready(function() { <!-- SelectRecherche --> $('.headResearch .searchandfilter li:nth-child(3) h4').click(function() { $('.headResearch .searchandfilter li:nth-child(3) ul').slideToggle('fast'); }); $('.headResearch .searchandfilter li:nth-child(2) h4').click(function() { $('.headResearch .searchandfilter li:nth-child(2) ul').slideToggle('fast'); }); });
Thank you for your reply…
Trevor(Private) September 12, 2017 at 11:25 am #130580What languages do you speak, French maybe? We could use Skype – I think we could manage and it would be faster? There is another method for what you want. Make the field in the form a dropdown multichoice box, but also select the combobox option. That will work very well, especially with iphones
-
AuthorPosts