Forums Forums Search & Filter Pro Page result doesn't work

Viewing 6 posts - 41 through 46 (of 46 total)
  • Trevor
    #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
    #130574

    Thank you.
    Where is your option Auto 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
    #130580

    What 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

    Anonymous
    #130587
    This reply has been marked as private.
    Trevor
    #130603
    This reply has been marked as private.
    Anonymous
    #130609

    Thank you a lot ! You’re the best !

Viewing 6 posts - 41 through 46 (of 46 total)