• Resolved webdevrvcom

    (@webdevrvcom)


    Hello,

    I’m using your plugin on a website and it works great!
    But I would like to know if we can make the whole search result clickable.

    Let me explain, normally when we write something on the search bar, the results appear. We can click on either the title or the image. I would like to be able to click on any part of the result or at least to make the text detail clickable as well.

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can try achieving this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

    .is-ajax-search-result .is-title a {
        position: absolute;
        padding: 0px 40px 42px 82px;
        display: block;
        width: 100%;
        max-width: 330px;
    }
    
    .is-ajax-search-result .is-search-content {
        padding-top: 14px;
    }

    Best regards,

    Thread Starter webdevrvcom

    (@webdevrvcom)

    Hi!

    It works well.
    Great support! Thank you so much!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://wordpress.org/support/plugin/add-search-to-menu/reviews/

    I’d really appreciate that. 🙂

    And if I can be of any further assistance please don’t hesitate to ask.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make the whole search result clickable’ is closed to new replies.