Forum Replies Created

Viewing 10 posts - 1,141 through 1,150 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: How to Show Search Form in Mobile just small icon? #5219
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Sorry for the late reply.

    You can hide regular search form on mobile by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    @media (max-width: 491px){
    #header .header-center form {
        display: none !important;
    }
    }

    Then display search icon on mobile as described on the below pages.

    Display Search Form In Mobile Site Header

    Change Menu Search Form Style

    After that, we can position it using CSS.

    in reply to: How to Show Search Form in Mobile just small icon? #5208
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Yes, I am doing good.

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

    Could you please share your site URL where it’s displaying so that I can help you?

    Best regards,
    Ivory Search Support

    in reply to: Mobile menu not working #5205
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are always welcome here 🙂

    Thank you very much for rating the plugin.

    in reply to: Ivory is triggering Google Analytics for every visitor #5203
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I have released the plugin version 4.5.1 that contains a fix for this.

    Please update the plugin on your website to the latest version and let me know how it works for you.

    in reply to: Mobile menu not working #5202
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You can resolve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    nav.slicknav_nav .is-menu a {
        display: none;
    }
    
    nav.slicknav_nav .is-menu form {
        display: block !important;
        position: static;
        opacity: 1 !important;
        margin-left: 15px;
    }
    in reply to: Mobile menu not working #5200
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    It seems your theme-specific issue and I can help you to resolve it after troubleshooting the issue.

    I tried to access your shared website but it just displays “We’re building our brand new site”.

    Could you please make sure that your shared website is accessible so that I can help you?

    Best regards,
    Ivory Search Support

    in reply to: Ivory is triggering Google Analytics for every visitor #5195
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you for providing detailed information.

    I tried to reproduce the issue on my website but I couldn’t so it seems specific to your website.

    Perhaps this is because we are lazy-loading some JavaScripts or CSS at the end of the page? I do not know why it was happening.

    This can be an issue so you can try temporarily deactivating the lazy-loading and test it.

    Also, I can see you are using some cache on your website so you can also try clearing the cache.

    in reply to: Ivory is triggering Google Analytics for every visitor #5180
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    The latest released plugin version 4.5 contains search analytics functionality that tracks in Google analytics what users are searching on your website.

    Actually it should display as below for you.

    /?s=search-term&id=Default&result=Results Found

    I want to test it but I don’t see any search form on your website as shown in the attached screenshots.

    Could you please display the search form on your website so that I can test and troubleshoot it?

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: Edit theme search bar. #5174
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you for sharing your site URL.

    I visited your website and saw your website theme has created a custom search bar therefore it is not controlled by the Ivory Search plugin.

    You can change the theme search bar functionality by developing a custom code contacting the theme author.

    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/

    in reply to: Edit theme search bar. #5173
    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 your theme’s search bar is displaying so that I can help you to achieve it?

    Best regards,
    Ivory Search Support

Viewing 10 posts - 1,141 through 1,150 (of 1,719 total)

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