Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable Ajax load › Reply To: Disable Ajax load
February 2, 2016 at 6:15 am
#7527
Hi
I have a few issues:
1. The script you provided for mobile version:
<script>
var _scope = ASP.getScope();
_scope(function($) {
$("p.asp-try a").click(function(){
setTimeout(function(){
$("div.promagnifier").click();
}, 400);
});
});
</script>
does not work properly, when I save my footer.php file and load my webpage it works only for several searches after that it does not work as it should – it does not redirects to search results but make an ajax search instead;
2. Also I need this search results to open in a new page;