Reply To: I want the same isotopic results

#2555
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

We are using a theme, where you can separate the page into two halfs, and one half holds the search shortcode and the other one the results shortcode. You can mimic this with the following html code:


<div style='float: left; margin: 5%; width:39%; min-height: 200px;'>
    [wpdreams_ajaxsearchpro id=1]
</div>
<div style='float: right; margin: 5%; width:39%; min-height: 200px;'>
    [wpdreams_ajaxsearchpro_results id=1 element='div']
</div>
<div style='clear: both;'></div>

As for the ipad issue, I’m aware of that. Unfortunately haven’t found a solution to hide the keyboard automatically after clicking the search button. I’m in contact with other mobile developers, so I’m sure we will come up with a solution very soon.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)