Forum Replies Created

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

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

  • Author
    Posts
  • in reply to: List of search result pages is different from ajax search box #22715
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,738

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

    Could you please share your site URL where it’s happening so I can troubleshoot it?

    Best regards,
    Ivory Search Support

    in reply to: Render Blocking CSS #22682
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,738

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

    Every CSS file is render-blocking as it takes some time to load.

    You can try using the plugin option as shown in the attached screenshot and follow the instructions provided below it.

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,738

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

    Currently, the Ivory Search plugin does not provide this functionality but I will consider implementing it in the future version of the plugin.

    In the meantime, you can do this 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 not visible on mobile #22383
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,738

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

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

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

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

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

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

    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

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

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