Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › isotopic result mobile navigation not working
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years ago.
- AuthorPosts
- February 26, 2019 at 10:52 am #21280
Hi,
16Feb 2019 i’m purchased Ajax search pro plugin. Now i have a problem isotopic layout search. In desktop isotopic layout filter working good . But mobile device not working.
the problem is when i click individual result of the of the post desktop is navigated . But mobile result not navigated. please give Solution.
Thank you
February 26, 2019 at 11:09 am #21283Hi,
We are not aware of any navigation related problems on mobile devices. Can you please share an URL where I can check this problem? Thank you!
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 26, 2019 at 2:30 pm #21287fdgfhgfty
February 26, 2019 at 3:24 pm #21292Hi!
Thank you, I have tested the page, but it seems to be working okay on my end: https://www.youtube.com/watch?v=e1vWxLJ34xc
Best,
Does this happen on a specific device?
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 27, 2019 at 7:14 am #21296Hi!
isotopic pagination is working fine.when i’m using mobile ,i’m typing my keyword as usual and it is giving me the result , but if i click the result posts it is not redirecting to the particular post page .simply, the result is not clickable.
February 27, 2019 at 11:09 am #21299Hi,
Sorry, I thought you mean the navigation, the results indeed does not redirect. It seems like some sort of a 3rd party script is conflicting there, I am not sure. The only possible resolution here is to use a custom code.
Add this custom code to the functions.php in your theme/child theme directory. Before editing, please make sure to have a full site back-up just in case!
Best,add_action('wp_footer', 'asp_retrigger_mobile_result_click', 10); function asp_retrigger_mobile_result_click() { ?> <script> jQuery(function($){ $('.asp_r').on('touchend', '.asp_isotopic_item', function(){ $(this).find('a.asp_res_url').get(0).click(); }); }); </script> <?php }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.