Forum Replies Created

Viewing 10 posts - 1 through 10 (of 1,631 total)

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

  • Author
    Posts
  • in reply to: Search not visible on mobile #22383
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

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

    Please share the page URL from your site where it displays so I can troubleshoot it.

    Best regards,
    Ivory Search Support

    in reply to: How to make the search box full width on mobile #22196
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

    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:

    Click to leave a review

    I’d appreciate that. 🙂

    If I can help you further, please don’t hesitate to ask.

    in reply to: How to make the search box full width on mobile #22193
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

    Please change the above CSS code to the one below or replace it.

    @media (max-width: 921.9px) {
        #ast-mobile-header form.is-search-form {
            width: 92%;
            margin-top: 11px;
        }
            
        #ast-mobile-header .ast-below-header-wrap  .site-header-section{
            justify-content: left;
            display: block;
            width: 100% !important;
        }
    
        #ast-mobile-header  .ast-builder-layout-element{
            display: block;
        }
    }
    in reply to: How to make the search box full width on mobile #22177
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

    Please try using the CSS code below to replace the above shared CSS code.

    @media (max-width: 921.9px) {
        #ast-mobile-header form.is-search-form {
            width: 100%;
            margin-top: 11px;
        }
            
        #ast-mobile-header .site-header-section{
            justify-content: left;
            display: block;
            width: 100% !important;
        }
    
        #ast-mobile-header .ast-builder-layout-element{
            display: block;
        }
    }
    
    in reply to: How to make the search box full width on mobile #22166
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

    Your website is not accessible now.

    Please make sure that it is accessible so I can help you.

    in reply to: How to make the search box full width on mobile #22156
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

    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 Admin Area -> Ivory Search -> Settings -> Settings

    @media (max-width: 921.9px) {
    #ast-mobile-header form.is-search-form {
        width: 490px;
        max-width: 100%;
    }
        
    #ast-mobile-header .site-header-section{
        justify-content: left;
    }
    }

    Best regards,
    Ivory Search Support

    in reply to: turkish character problem #22101
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

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

    Could you please try using the solution posted below?

    character with accent

    Best regards,
    Ivory Search Support

    in reply to: Can’t get rid of the grey box and center the lens #22063
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

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

    Could you please share the page URL from your site where it displays so I can help you?

    Best regards,
    Ivory Search Support

    in reply to: Show results from all languages (Polylang) #22038
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

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

    The plugin returns search results in the currently selected search results.

    You can achieve your custom requirement by developing a custom code.

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

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

    Best regards,
    Ivory Search Support

    in reply to: SEARCH RESULTS FOR LOGGED IN AUTHOR #22020
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,735

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

    You can achieve this custom requirement by developing a custom code.

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

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

    Best regards,
    Ivory Search Support

Viewing 10 posts - 1 through 10 (of 1,631 total)

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