Forum Replies Created

Viewing 10 posts - 1,231 through 1,240 (of 1,719 total)

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
  • in reply to: Help with some css customisation #4716
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome, thank you! That did it.

    You are most 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/?filter=5

    I’d really appreciate that. 🙂

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

    I have one additional question. How would I make the .is-form-style input.is-search-input { appear upon hovering on the search-icon instead of clicking on it? I had no luck finding this in the inspector.

    You have to use below custom CSS code to achieve it.

    ul.primary-menu > li.is-menu:hover .is-search-form,
    ul.primary-menu > li.is-menu:hover .search-close,
    ul.primary-menu > li.is-menu .is-search-form:hover,
    ul.primary-menu > li.is-menu .search-close:hover  {
        display: block !important;
    }
    in reply to: Center the position of the search field on a page #4715
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Please also use the below CSS code to achieve it.

    .page-id-810 div.is-ajax-search-details, 
    .page-id-810 div.is-ajax-search-result {
        margin-left: -100px;
    }
    in reply to: Foreign words with accents are excluded from search #4706
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Please note that “ertont” and “ertönt” are two different words in technical terms.

    In your shared product page content, the “ertönt” word exists but not “ertont” therefore the “ertönt” search finds the product page as displayed on the below page

    https://artsongtranspositions.com/?s=erto%CC%88nt

    But not “ertont” word as displayed below.

    https://artsongtranspositions.com/?s=ertont

    in reply to: Help with some css customisation #4705
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    li.is-menu.dropdown form {
        top: 6px;
        right: auto;
        left: 80px;
    }
    in reply to: Center the position of the search field on a page #4703
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    This is because you are using below custom CSS code on your website so please remove it to display the search results center aligned.

    div.is-ajax-search-details, div.is-ajax-search-result {    
        width: 1190px!important;
        z-index:auto;
    }
    in reply to: Center the position of the search field on a page #4689
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    .page-id-810 form.is-search-form {
        display: table;
        margin: 0 auto;
    }
    in reply to: Center the position of the search field on a page #4687
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    We can achieve it using CSS.

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

    Best regards,
    Ivory Search Support

    in reply to: Foreign words with accents are excluded from search #4686
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Could you please describe your question a bit more in detail with example and by sharing your website URL so that I can help you?

    Best regards,
    Ivory Search Support

    in reply to: How to remove the search box from a specific menu #4675
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Could you please share your site URL where it’s displaying so that I can help you to remove it?

    Best regards,
    Ivory Search Support

    in reply to: Search in the description of images #4671
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most 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/?filter=5

    I’d really appreciate that. 🙂

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

Viewing 10 posts - 1,231 through 1,240 (of 1,719 total)

You must be logged in to create new topic or reply to the topic.