Forum Replies Created

Viewing 10 posts - 1,411 through 1,420 (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 fix mobile version? #3297
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    I visited your shared site and saw the header search form is working fine as shown in the attached screenshots.

    Could you please tell me exactly which search form you are referring to so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: Repositioning Search bar. #3291
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I can see that the search form on your site is moved to the right side of the header as shown in the attached screenshot.

    Please test it clearing your browser cache.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Multiple Search Forms #3284
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Yes, you can achieve this using the Ivory Search plugin.

    You have to just create multiple search forms and configure them differently to search posts in specific category then use those search forms on your site using their shortcodes as described in the below documentation.

    Documentation

    Please advise if you have more questions.

    Best regards,
    Ivory Search Support

    in reply to: Search position on mobile menu #3280
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can display it on your mobile site header as described in the below page but to display it on the position you have specified, you have to develop custom code in your theme file by contacting the theme author.

    Display Search Form In Mobile Site Header

    Best regards,
    Ivory Search Support

    in reply to: Reposition the product pop-up #3279
    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.

    in reply to: The search icon appears below #3278
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    The magnifying glass icon is displayed using SVG image so it is hard to change its size.

    in reply to: The search icon appears below #3271
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You can make it white using below custom CSS code.

    .is-form-style-3 path {
        fill: #FFF;
    }
    in reply to: Reposition the product pop-up #3269
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    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

    div#is-ajax-search-details-2627 {
        margin-left: -915px;
    }

    Best regards,
    Ivory Search Support

    in reply to: Repositioning Search bar. #3258
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I visited your site and saw you are using wrong code as following

    li.is-menu {
        margin-left: 100px important!;
    }

    instead, it should be as below.

    li.is-menu {
        margin-left: 100px !important;
    }
    in reply to: How to sort results by parent page title? #3249
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    By default, the WordPress orders it by post/page parent id and not by title.

    We may add this feature in the future version of the plugin but we don’t have an exact timeline for it.

    Currently, you can achieve it by developing custom code.

    Developing custom code for custom functionality is beyond the scope of support that we provide here

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site or WordPress agency.

    You can also consider us to develop it for you using the form https://ivorysearch.com/custom-work/

Viewing 10 posts - 1,411 through 1,420 (of 1,719 total)

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