Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Not work return button in search engine chrome and opera.
- This topic has 18 replies, 2 voices, and was last updated 6 years, 3 months ago by
krzysztofkm15.
-
AuthorPosts
-
February 2, 2020 at 2:24 pm #25618
krzysztofkm15
ParticipantHello,
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 #25639Ernest Marcinko
KeymasterHi,
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..
That should resolve the issue.February 3, 2020 at 8:12 pm #25645krzysztofkm15
ParticipantAfter 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?February 3, 2020 at 9:36 pm #25648krzysztofkm15
ParticipantWhere is button and list page? this problem only when search on chrome, opera and safarai. When search in IE is good.
February 3, 2020 at 9:37 pm #25650krzysztofkm15
Participantc.d……
February 4, 2020 at 11:22 am #25658Ernest Marcinko
KeymasterHi,
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.
February 4, 2020 at 11:30 am #25659krzysztofkm15
ParticipantProblem 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 6 years, 4 months ago by
krzysztofkm15.
-
This reply was modified 6 years, 4 months ago by
krzysztofkm15.
February 4, 2020 at 2:09 pm #25663Ernest Marcinko
KeymasterYou cannot access this content.
February 4, 2020 at 9:43 pm #25672krzysztofkm15
ParticipantLook 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 6 years, 4 months ago by
krzysztofkm15.
-
This reply was modified 6 years, 4 months ago by
krzysztofkm15.
February 5, 2020 at 10:52 am #25678Ernest Marcinko
KeymasterThank you, I can actually replicate it now, I was using Edge and not internet explorer.
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.February 5, 2020 at 8:48 pm #25700krzysztofkm15
ParticipantI want it as it is in Internet Explorer. You can make for me? I can pay you.
February 6, 2020 at 2:11 pm #25706Ernest Marcinko
KeymasterHi,
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!
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 }February 6, 2020 at 10:21 pm #25715krzysztofkm15
ParticipantIt 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:
February 7, 2020 at 2:07 pm #25729Ernest Marcinko
KeymasterHi,
I think the only way to do that is by custom coding. I would probably suggest the results templating feature for that.
February 9, 2020 at 11:10 pm #25740krzysztofkm15
ParticipantLast problem.
How do you make search results not overlap the footer?
This is screenshot with my phone samsumg galaxy s8+ -
This reply was modified 6 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.