Forum Replies Created

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

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

  • Author
    Posts
  • in reply to: Delete search field #4550
    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

    .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,824

    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,824

    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,824

    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,824

    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,824

    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,824

    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,824

    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,824

    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?

    in reply to: directing to a specific web address #4497
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most welcome here 🙂

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

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