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

Random result after deleting word

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Random result after deleting word

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #24623
    yaks24yaks24
    Participant

    Hello,

    I hope you are well and I would like to apologize for my English.

    If I post here it is that I did not find the solution to my problem.

    My problem is that when I erase the words on the keyboard without clicking on the small cross, random result content appears.

    Is it possible to disable this function and so that we can have the same effect as the little believer with deleting the word.

    I put you a video to better understand my poor level of English 🙂

    Video

    #24633
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you very much for all the details, it helps us a lot 🙂

    You can resolve this, by changing the number of characters to trigger the search from 0 to 1 or higher, here: https://i.imgur.com/cHvAE7Q.png

    That will resolve the problem.

    #24634
    yaks24yaks24
    Participant

    Hello Ernest,

    Thank you very much, the problem is settle.

    If I have other questions that have nothing to do with this topic, should I open a new topic or can I do it here?

    #24635
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You can do that in here if you want to of course.

    #24637
    yaks24yaks24
    Participant

    Ah cool,

    So I would like to know if I could change the appearance of the result content. I would like to change something simple like round the borders and put a gradient on the image and a shadow for the hoover effect if it is possible for it sticks to the rest of my site.

    I show you what I want it to look like.

    Screen

    #24639
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Well, that could get a bit difficult, as the design is not exactly built for this layout, but I think you can get very close to that via custom CSS.
    I was able to achieve this, by some custom CSS code.

    To replicate that, use this for starters:

    .item.asp_isotopic_item,
    .item.asp_isotopic_item .asp_item_img {
        border-radius: 8px !important;
    }
    .item.asp_isotopic_item .asp_content {
        height: 100% !important;
        background: linear-gradient(0deg, rgba(12, 0, 191, 0.76) 0%, rgba(11, 0, 179, 0.46) 28%, rgba(0,212,255,0) 100%) !important;
    }
    
    .item.asp_isotopic_item .asp_content {
          display: flex !important;
          align-items: flex-end !important; 
          top: 0 !important;
          margin-top: 0 !important;
          transition: none !important;
    }
    
    .item.asp_isotopic_item .asp_content .etc {
        display: none !important;
    }

    I cannot guarantee, that it will look exactly as you imagine, but it should be very close 🙂

    #24643
    yaks24yaks24
    Participant

    Wow

    Truly thank you, it makes great.

    I just need the gradient just take the height of the title but do not worry I’ll play to adjust it now that I have the necessary css lines.

    thank you very much for you support. 🙂

    #24644
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #24647
    yaks24yaks24
    Participant

    You cannot access this content.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Random result after deleting word’ is closed to new replies.