This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Ajax search pro custom fields problem

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax search pro custom fields problem Reply To: Ajax search pro custom fields problem

#23098
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The file is still modified, it does not match the original. These two lines are different:

<fieldset class="asp_custom_f<?php echo in_array($item->asp_f_type, array('checkboxes', 'radio')) ? ' asp_sett_scroll' : ''; echo $x_in++; ?>" >

and:

<select class="<?php echo w_isset_def($item->asp_f_dropdown_search, 'asp_unchecked') == 'asp_checked' ? 'asp_gochosen' : 'asp_nochosen'; echo $x_in++;

Please note that I cannot guarantee support for modified versions of the plugin. Changing core files may result in a plugin malfunction unfortunately. I recommend reverting back this file to the original, that should resolve the issue.