Forum Replies Created

Viewing 10 posts - 61 through 70 (of 1,689 total)

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

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

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

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

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

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

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

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

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

    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

    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,793

    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 further assist you, please don’t hesitate to ask.

    in reply to: Menu search icon vertical alignment #21960
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,793

    @Márcio Silva To help us keep the support thread separated could you please create your own thread for your question instead of posting a reply on others’ thread as it makes the thread messy and hard to read?

    If you want to you can also add a reference to this thread in your newly created thread.

    We would be more than happy to help you with your new thread.

Viewing 10 posts - 61 through 70 (of 1,689 total)

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