Forum Replies Created

Viewing 10 posts - 1,341 through 1,350 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Please help me, re mobile and search position #3864
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    As said above, this is happening because of your website theme functionality so you have to contact your theme author or develop custom code to achieve this.

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

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

    To achieve this, you have to develop custom code.

    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/

    Best regards,
    Ivory Search Support

    in reply to: Please help me, re mobile and search position #3850
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Desktop:
    The search icon on my website comes after the last item on the nav. I want it to be in-front of the cart how can I move it to the right. I’ve been trying for ages and used lots of different code.

    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

    @media only screen and (min-width: 1001px){
    body #header-outer #top li.is-menu {
        position: absolute;
        right: 40px;
        top: 55px;
        }
    }

    Mobile:
    On mobile I either want the search icon to appear in the secondary nav and work, when you click off it, the search bar goes off the page.

    This is the issue of your website mobile menu.

    You can resolve the issue 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/

    OR I’ve managed to get the search icon on the main header but it disappears when scrolling and still appears on the off-canvas nav.

    To stop this from occurring, you have to add a search icon in your mobile site header by contact the theme support that you are using on your website.

    Best regards,
    Ivory Search Support

    in reply to: Bad UI #3824
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    We have posted the notice on the plugin homepage as below.

    Note: The styling of the search form highly depends on how your theme styles it. If your theme does not style search form correctly then to style it get free support from Ivory Search Support.

    I accessed your shared site to help you to style it but I didn’t see any search form on it displayed by Ivory Search plugin.

    Could you please display the search form on your website so that I can help you to style it?

    Best regards,
    Ivory Search Support

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

    Currently, there isn’t any plugin option to achieve this so you have to develop custom code to achieve it.

    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/

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

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

    You can try achieving it as described on the below page.

    Display Search Form In Mobile Site Header

    Best regards,
    Ivory Search Support

    in reply to: Menu search box stylе #3779
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you very much!

    in reply to: Menu search box stylе #3777
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most 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:

    https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

    I’d really appreciate that. 🙂

    And if I can be of any further assistance please don’t hesitate to ask.

    in reply to: Menu search box stylе #3769
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    To resolve it, just change the above shared CSS code as below.

    .main-navigation li.is-menu.popup {
        position: static !important;
        display: inline !important;
        background: transparent;
    }
    
    div#is-popup-wrapper {
        opacity: 0.6;
        background: #000;
    }
    
    div#is-popup-wrapper input.search {
        width: 100%;
    }
    in reply to: Menu search box stylе #3755
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    It disappeared because the Ocean theme that you are using on your website also styles the popup class.

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

    .main-navigation li.is-menu.popup {
        position: static !important;
        display: inline;
        background: transparent;
    }
    
    div#is-popup-wrapper {
        opacity: 0.6;
        background: #000;
    }
    
    div#is-popup-wrapper input.search {
        width: 100%;
    }
Viewing 10 posts - 1,341 through 1,350 (of 1,719 total)

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