Forum Replies Created

Viewing 10 posts - 821 through 830 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: How to Use meta_value sorting option #8277
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can use it by configuring the search form to search custom fields and sort their values as shown in the attached screenshots.

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: Search Input and Magnifying Glass On Separate Lines #8255
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    1. I have tried a few different CSS lines to make the search magnifying button show up on the same line as the input field but nothing has worked. Can you let me know how to fix this?

    Please remove the below custom CSS code that you are using on your website.

    .is-form-style.is-form-style-3 input.is-search-input {
        max-width: 90% !important;
        display: inline-block !important;
    }

    Then please add the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

    body .is-form-style.is-form-style-3 label {
        width: calc(100% - 110px)!important;
    }

    2. How can I get the search field to stay sticky in the header in both mobile and desktop view?

    Please try using the below CSS code.

    body > form.is-search-form {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    
    body {
        margin-top: 36px;
    }

    Best regards,
    Ivory Search Support

    in reply to: Only finds every second post in results. #8224
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    I have tested it on my test site and it’s working fine for me using the latest version of the plugin and it has nothing to do with the free version of the plugin.

    Could you please share your site URL where it’s happening so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    I’d really appreciate that. 🙂

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

    in reply to: Show highlighted text at top of results. #8222
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Currently, the Ivory Search plugin does not provide this functionality but I will consider implementing it in the future version of the plugin.

    Best regards,
    Ivory Search Support

    in reply to: Replace Existing Search #8210
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can use the search form on your website as described on the below page in the section “Display Search Form”.

    Documentation

    Best regards,
    Ivory Search Support

    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can resolve 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

    .ast-header-break-point .main-navigation ul .menu-item.is-menu {
        padding-left: 24px;
    }

    Best regards,
    Ivory Search Support

    in reply to: Store data in db #8169
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Yes, it stores plugin settings in the WP_Options table of the WordPress database.

    Best regards,
    Ivory Search Support

    in reply to: Width of the is-ajax-search-result window #8168
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can change the width of the is-ajax-search-result window 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 {
        width: 500px !important;
    }

    Best regards,
    Ivory Search Support

    in reply to: Ajax horizontal scrolling #8167
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I have tested it on mobile but didn’t see the issue.

    Which browser are you using?

    Could you please try using a different browser?

Viewing 10 posts - 821 through 830 (of 1,719 total)

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