Forum Replies Created
-
AuthorPosts
-
Alexander Vinnik
ParticipantThank you!!! It works!
Alexander Vinnik
ParticipantYes, I disabled in settings the “Search in content?” and it works for me now
Thanks!Alexander Vinnik
ParticipantYou cannot access this content.
Alexander Vinnik
Participantif there is no other solutions maybe as an alternate to make this:
only for mobile version (if possible?): when you click on try this keyword it just fills the search input with this keyword and then I can click on search button and it opens a search results
-
This reply was modified 10 years, 4 months ago by
Alexander Vinnik.
Alexander Vinnik
ParticipantUnfortunately it does not help:(
Alexander Vinnik
ParticipantBTW actually this one:
“2. Also I need this search results to open in a new page;”is not needed for now, just need to resolve the 1st issue
Alexander Vinnik
ParticipantHi
I have a few issues:
1. The script you provided for mobile version:
[code]
<script>
var _scope = ASP.getScope();
_scope(function($) {
$("p.asp-try a").click(function(){
setTimeout(function(){
$("div.promagnifier").click();
}, 400);
});
});
</script>
[/code]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;
Alexander Vinnik
ParticipantThank you for fast reply!
Alexander Vinnik
ParticipantIt helped, thanks!
Another question, how to change the font size of “try this” keywords?Alexander Vinnik
ParticipantThanks,
How to make it work on mobile version as it works only on desktop version? -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts