Forum Replies Created

Viewing 10 posts - 1,261 through 1,270 (of 1,720 total)

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

  • Author
    Posts
  • in reply to: Fuzzy Matching with whole search term not working #4559
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

    1. Fuzzy Matching with Whole – Search posts that include the whole search term- NOT WORKING
    Example if i search “This is my home” then in search results it fetch all pages/posts which are having either of the word from my search term. like “This”, “is”, “my” etc.

    I want results which have exact search term what is enter

    To achieve that, along with this please set the plugin option as shown in the attached screenshot.

    2. If i make any search it shows that search term in “Search box” permanent whether i open any page on the site it stays.

    This may be because your browser caching the search term so please try clearing your browser cache or using a different browser.

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: Delete search field #4550
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

    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

    .site-navigation-inner .responsiveSelectContainer > input.form-control.search-query,
    .site-navigation-inner .responsiveSelectContainer > span.input-group-btn {
        display: none;
    }

    Best regards,
    Ivory Search Support

    in reply to: The search button is shown below text are #4549
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

    The styling of the search form highly depends on how your theme styles it so I need to access your website to help you.

    If your website is accessible using a password then you can share it privately by checking the option “Set as private reply” when replying to this topic.

    in reply to: bar customization with css #4540
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

    You can reduce search form width by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .is-menu.default form.is-search-form {
        max-width: 110px;
    }
    
    .is-menu.default form.is-search-form input.is-search-input {
        max-width: 100%;
    }

    Best regards,
    Ivory Search Support

    in reply to: How do I change the column returned in search results? #4532
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

    The plugin links images with their default URLs.

    You have to contact the Robo Gallery plugin support to know whether they have any plugin option to change image URLs.

    If not then you have to develop custom code to achieve it.

    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/

    Best regards,
    Ivory Search Support

    in reply to: The search button is shown below text are #4531
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

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

    Best regards,
    Ivory Search Support

    in reply to: Searching images #4521
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

    The search results page is displayed by the search.php file of the theme that you are using on your site so the plugin doesn’t control how the images and its file link will be displayed on the search results page but your site theme controls it.

    You can change this developing custom code in the search.php file of your child theme by contacting the theme author or 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 hiring us to develop it for you using the form https://ivorysearch.com/custom-work/

    Best regards,
    Ivory Search Support

    in reply to: A few things – location, font, colors #4520
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

    I would like to be able to fit the magnifying glass icon but right now if i try to use it, it spills onto two lines (and makes my header bigger).

    First please display the magnifying glass icon in your website menu so that I can help you.

    Best regards,
    Ivory Search Support

    in reply to: Edit Option Appearing #4517
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

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

    That “Edit” text is only displayed to the logged-in site administrator users so that that they can easily edit the search form.

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

    .is-link-container {
        display: none !important;
    }

    Best regards,
    Ivory Search Support

    in reply to: Change font size of Search box #4507
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,825

    I visited your shared website but didn’t see the search form used anywhere on it.

    Could you please tell me exactly where you are using it so that I can help you?

Viewing 10 posts - 1,261 through 1,270 (of 1,720 total)

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