Forum Replies Created

Viewing 10 posts - 1,291 through 1,300 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Search bar width #4252
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Every theme displays the search form differently so the CSS code that works on one website won’t work on another as the search form markup is different.

    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

    .main-header-bar input.is-search-input {
        width: 200px;
        padding: 6px 12px;
    }

    Best regards,
    Ivory Search Support

    in reply to: Modify search bar alignment #4247
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can display the search form in your website header as described on the below page.

    Display Search Form In Site Header

    Then you can customize it using Search Form Customizer displayed in the plugin Customize section in its settings.

    Best regards,
    Ivory Search Support

    in reply to: Customize – Search Results Page #4246
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most welcome here 🙂

    in reply to: Customize – Search Results Page #4235
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    I use Beaver Builder and i would like to customize te page with the search results.

    The search results page is a dynamic page displayed by the search.php file of the theme that you are using on your site so the plugin doesn’t control how the pages and its text 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/

    At this moment the result page shows the excerpt. Can this be removed?

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

    Besides this the search does something to the header. I adds a search form while this is not wanted.

    Could you please share the screenshot of the issue so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    in reply to: Changing the Search… Text in the search bar #4234
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can edit it using the Search Form Customizer displayed in the Customize section of the search form.

    Best regards,
    Ivory Search Support

    in reply to: Elementor nav menu search #4233
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you got that resolved.

    Please advise if you have more questions.

    Have a fantastic day!

    in reply to: Modify the alignment of the Search Results Texts #4210
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you got that achieved.

    Thanks for helping out here in this forum by sharing the solution.

    Your help here is really appreciated.

    Have a fantastic day!

    in reply to: Reposition Search Bar #4209
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Your whole custom CSS should be as below.

    body > div.is-menu-wrapper {
        top: 86px;
        right: auto;
        left: 0;
    width: auto;
    }
    
    body > div.is-menu-wrapper span.is-menu {
        float: left;
        margin-left: 10px;
    }
    
    @media only screen and (min-width: 767px){
    #header .is-menu form.is-search-form {
        max-width: 200px;
    }
    
    #header .is-menu form.is-search-form label {
        width: 72%;
    }
    
    #header .is-menu form.is-search-form input.is-search-input {
        max-width: 100%;
    }
    
    #header .is-menu form.is-search-form input.is-search-submit {
        padding: 7px 4px;
    }
    }
    in reply to: Modify the alignment of the Search Results Texts #4204
    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 pages and its text 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/

    Stay safe!

    Best regards,
    Ivory Search Support

    in reply to: Reposition Search Bar #4203
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Please use below custom CSS code to reposition it on mobile.

    body > div.is-menu-wrapper {
        top: 86px;
        right: auto;
        left: 0;
    }
    
    body > div.is-menu-wrapper span.is-menu {
        float: left;
        margin-left: 10px;
    }
Viewing 10 posts - 1,291 through 1,300 (of 1,719 total)

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