Forum Replies Created

Viewing 10 posts - 1,681 through 1,690 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Move search toggle to right #894
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you got that figured out.

    Please advise if you have more questions.

    Have a fantastic day!

    in reply to: Move searchbar to the right #893
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Ren,

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

    Sorry for late reply as I didn’t get notification for your support request due to unknown technical server error.

    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

    .collapse.navbar-collapse > .col-sm-4 {
        float: right;
    }

    Best regards,
    Ivory Search Support

    in reply to: Move search icon into menu #800
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Purchio,

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

    I have the search icon in my top menu, but it’s located on a different line other than the rest of the menu options, how can I move it to the first or last position in the same line?

    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

    .nav-secondary .wrap {
        max-width: 1200px;
    }
    
    .nav-secondary li.is-menu {
        display: inline-block;
    }

    I’ve also noticed that the plugin activated a menu that sits in the bottom of the mobile version of the website. How can I disable that?

    No the plugin doesn’t display it. It is displayed by the genesis-mobile-menu-bar plugin that you are using on your site.

    Best regards,
    Ivory Search Support

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

    The search results is generated by One Page Express theme file search.php that you are using on your site so you can modify it by editing theme search.php file to achieve it.

    in reply to: customize plugin #794
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Please use below custom CSS code to center the search form on the mobile menu.

    @media screen and (max-width: 1100px) {
    .is-menu #searchform {
        position: static;
        width: 250px;
        min-width: 0;
        margin: 0 auto;
        }
    }
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Rodrigo,

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

    Yes you can achieve this using Ivory Search Form Attchement post type and appropriate file types options as shown in the attached screenshots which are avlaible in the premium version of plugin.

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: customize plugin #782
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    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

    .is-menu i.far.fa-search:before {
        color: #E5159F;
        font-family: 'FontAwesome';
    }
    
    .is-menu.dropdown form {
        top: 50%;
    }
    in reply to: customize plugin #778
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I don’t see the search form on your shared site so could you please display it on your site so that I can help you?

    in reply to: Edit the Search Results #777
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    You can hide unwanted content from search results page by developing custom CSS code.

    I tried searching on your shared site but didn’t see the search results content and the site asks me to login to view it.

    Best regards,
    Ivory Search Support

    in reply to: customize plugin #771
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Diegoteran,

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

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

    Best regards,
    Ivory Search Support

Viewing 10 posts - 1,681 through 1,690 (of 1,719 total)

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