Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Not work return button in search engine chrome and opera.
This topic contains 18 replies, has 2 voices, and was last updated by krzysztofkm15 3 years, 3 months ago.
- AuthorPosts
- February 2, 2020 at 2:24 pm #25618
Hello,
i have problem with return button which is in search field. Problem is when i want click return button redirect to results page. Button is ok only w search engine IE. Not work return button w other search engine e.g opera and chrome.Added page with search engine page.
https://deweloperbudowlany.pl/deweloperzy/Where is the problem??
February 3, 2020 at 4:46 pm #25639Hi,
Thank you for all the details, it helps us a lot.
I think you only have a caching issue. I have tried both browsers, but the hitting the “enter” button redirects to the results page correctly. Please make sure to clear all layers of cache – including browser, asset, page, clouflare etc..
Best,
That should resolve the issue.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 3, 2020 at 8:12 pm #25645After clicking the button. Don’t show list results. it works when searching, browse in IE. Does not work on Chrome, Opera and Safari.
I cleaned cookies, cache, etc …
Why is it working for you and not me?Attachments:
You must be logged in to view attached files.February 3, 2020 at 9:36 pm #25648Where is button and list page? this problem only when search on chrome, opera and safarai. When search in IE is good.
Attachments:
You must be logged in to view attached files.February 3, 2020 at 9:37 pm #25650c.d……
Attachments:
You must be logged in to view attached files.February 4, 2020 at 11:22 am #25658Hi,
I think I am a bit confused now. Are you looking for the magnifier icon?
It is not visible, because it is turned off under the search settings, you can turn it back on here: https://i.imgur.com/wgJjwt4.pngThe “X” icon in the search bar is to clear the results – it only shows when there are results visible, or there is something entered into the search bar.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 4, 2020 at 11:30 am #25659Problem is with “X” icon when clear The renault. Not showing list page in search chrome, opera nad safari. In search Internet Explorer it’s ok.
-
This reply was modified 3 years, 4 months ago by
krzysztofkm15.
-
This reply was modified 3 years, 4 months ago by
krzysztofkm15.
February 4, 2020 at 2:09 pm #25663You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 4, 2020 at 9:43 pm #25672Look on this video on youtube.
https://www.youtube.com/watch?v=7Z-6q_oxjVAWhen click in search IE button X this alwas shows default list pages. In search chrome and opera when click button “X” not shows default page list.
I checked template and change on other templates but not work. Later deactive all plugin but not work.
Now understand my problem??
-
This reply was modified 3 years, 4 months ago by
krzysztofkm15.
-
This reply was modified 3 years, 4 months ago by
krzysztofkm15.
February 5, 2020 at 10:52 am #25678Thank you, I can actually replicate it now, I was using Edge and not internet explorer.
Best,
That is actually not intended, the chrome works correctly, and the explorer does not. The “X” should remove the results. I will make sure to correct this issue for the upcoming release.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 5, 2020 at 8:48 pm #25700I want it as it is in Internet Explorer. You can make for me? I can pay you.
February 6, 2020 at 2:11 pm #25706Hi,
I think I can suggest you a custom code that may do this. First, make sure to update to the latest release 4.17.6.
Try adding 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_custom_footer_script'); function asp_custom_footer_script() { ?> <script> jQuery(function($){ $('.proclose').on('mousedown touchend', function(){ var id = $(this).closest('.asp_w').data('id'); var instance = $(this).closest('.asp_w').data('instance'); setTimeout(function(){ console.log(id, instance); ASP.api(id, instance, 'searchFor', ''); }, 200); }); }); </script> <?php }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 6, 2020 at 10:21 pm #25715It works, thanks.
Last question
how add short code which show stars with another plugin. Plugin code https://help.micheleivani.com/article/33-rwpusersratingstars-stars-of-user-reviewsI want this make:
Attachments:
You must be logged in to view attached files.February 7, 2020 at 2:07 pm #25729Hi,
I think the only way to do that is by custom coding. I would probably suggest the results templating feature for that.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 9, 2020 at 11:10 pm #25740Last problem.
How do you make search results not overlap the footer?
This is screenshot with my phone samsumg galaxy s8+Attachments:
You must be logged in to view attached files. -
This reply was modified 3 years, 4 months ago by
- AuthorPosts
You must be logged in to reply to this topic.