This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Search input styiling issue #7755
    Alexander VinnikAlexander Vinnik
    Participant

    Thank you!!! It works!

    in reply to: Search by title does not work in Ajax search #7666
    Alexander VinnikAlexander Vinnik
    Participant

    Yes, I disabled in settings the “Search in content?” and it works for me now
    Thanks!

    in reply to: Search by title does not work in Ajax search #7662
    Alexander VinnikAlexander Vinnik
    Participant

    You cannot access this content.

    in reply to: Disable Ajax load #7545
    Alexander VinnikAlexander Vinnik
    Participant

    if 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

    in reply to: Disable Ajax load #7544
    Alexander VinnikAlexander Vinnik
    Participant

    Unfortunately it does not help:(

    in reply to: Disable Ajax load #7528
    Alexander VinnikAlexander Vinnik
    Participant

    BTW 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

    in reply to: Disable Ajax load #7527
    Alexander VinnikAlexander Vinnik
    Participant

    Hi

    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;

    in reply to: Disable Ajax load #7519
    Alexander VinnikAlexander Vinnik
    Participant

    Thank you for fast reply!

    in reply to: Disable Ajax load #7516
    Alexander VinnikAlexander Vinnik
    Participant

    It helped, thanks!
    Another question, how to change the font size of “try this” keywords?

    in reply to: Disable Ajax load #7488
    Alexander VinnikAlexander Vinnik
    Participant

    Thanks,
    How to make it work on mobile version as it works only on desktop version?

Viewing 10 posts - 1 through 10 (of 10 total)