Not work return button in search engine chrome and opera.

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 krzysztofkm15 4 years, 2 months ago.

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #25618
    krzysztofkm15
    krzysztofkm15
    Participant

    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??

    #25639
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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.

    Best,
    Ernest Marcinko

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


    #25645
    krzysztofkm15
    krzysztofkm15
    Participant

    After 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.
    #25648
    krzysztofkm15
    krzysztofkm15
    Participant

    Where 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.
    #25650
    krzysztofkm15
    krzysztofkm15
    Participant

    c.d……

    Attachments:
    You must be logged in to view attached files.
    #25658
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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.png

    The “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 :)


    #25659
    krzysztofkm15
    krzysztofkm15
    Participant

    Problem 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 4 years, 2 months ago by krzysztofkm15 krzysztofkm15.
    • This reply was modified 4 years, 2 months ago by krzysztofkm15 krzysztofkm15.
    #25663
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

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


    #25672
    krzysztofkm15
    krzysztofkm15
    Participant

    Look on this video on youtube.
    https://www.youtube.com/watch?v=7Z-6q_oxjVA

    When 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 4 years, 2 months ago by krzysztofkm15 krzysztofkm15.
    • This reply was modified 4 years, 2 months ago by krzysztofkm15 krzysztofkm15.
    #25678
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Thank 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.

    Best,
    Ernest Marcinko

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


    #25700
    krzysztofkm15
    krzysztofkm15
    Participant

    I want it as it is in Internet Explorer. You can make for me? I can pay you.

    #25706
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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
    }
    Best,
    Ernest Marcinko

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


    #25715
    krzysztofkm15
    krzysztofkm15
    Participant

    It 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-reviews

    I want this make:

    Attachments:
    You must be logged in to view attached files.
    #25729
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #25740
    krzysztofkm15
    krzysztofkm15
    Participant

    Last 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.
Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.