Forum Replies Created

Viewing 10 posts - 1,661 through 1,670 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Page excludes don't seem to work #1094
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    The plugin settings in your shared screenshots display correct.

    I have tested it on my test site configuring the same plugin settings and it’s working fine for me using latest version of Ivory Search plugin.

    This can be theme issue used on your site so to confirm it just temporary use the Twenty Seventeen theme on your site. If everything works fine then it’s your site theme issue.

    Also would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by checking the option “Set as private reply” when replying to this topic?

    in reply to: Page excludes don't seem to work #1090
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Rocketman,

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

    Could you please share me the screenshots of the search form settings so that I can better understand it?

    Also could you please share me the page URL from your site where the search form is displaying so that I can test it?

    Do you use any other search plugin which may be conflicting?

    Best regards,
    Ivory Search Support

    in reply to: Custom Search Result—Display Post #1079
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Dalien,

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

    The Ivory Search plugin doesn’t display Search Results page but it is displayed by the Air – Custom theme that you are using on your site. It is generated by search.php file of the theme so you have to change this file to achieve this.

    Best regards,
    Ivory Search Support

    in reply to: cumstom form to menú #1066
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi @Joanblanch,

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

    I tried to adapt the search engine to the menu of my site but I could not.
    What do I have to do to adapt it?

    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 #searchform #s {
        background: #FFF;
    }
    .is-menu #searchform {
        margin-top: 6px;
        margin-left: 10px;
    }

    and to change the place holder that appears by default?

    The search form and its placeholder text is displayed by the theme that you are using on your site so you can change it by editing theme searchform.php file in the child theme as described in the following page.

    How to create a custom search form in WordPress

    Alternatively, you can change the text by translating your theme or using any of the below plugins to change it.

    Say what?

    Real-Time Find and Replace

    Best regards,
    Ivory Search Support

    in reply to: How Search by Category #1001
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    PD: I have activated in Include > Taxonomy Terms, the taxonomies that I want available to search, making ON the option “OR – Search posts having any one of the above selected terms.” and these options “Search in taxonomy terms title.” “Search in taxonomy terms description.”

    From your above description it seems you have configured the search form correctly to search posts by category name and it should work on your site.

    Could you please share me screenshot of search form settings that you have configured and also share me your site URL where the search form displaying so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    in reply to: A few questions about positioning :) #991
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Thank you 🙂

    I am owner of company and also provide support. I do all the things and currently is only person in the company 🙂

    in reply to: A few questions about positioning :) #982
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Is the edit feature time limited? I cannot see the edit buttons. I would like to go back and remove my URL from my previous posts

    Yes it is limited. I have removed your site URL from your reply.

    in reply to: A few questions about positioning :) #980
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are always welcome here 🙂

    You can leave review on https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

    And you can get Pro version either from https://ivorysearch.com/pricing/ or the Ivory Search menu in your site admin area.

    Please advise if you have more questions.

    Have a fantastic day!

    in reply to: A few questions about positioning :) #976
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    PS: Wish this forum had an edit button!

    Yes there is an edit button as shown in the attached screenshot to edit the reply but it is only available for limited perios of time after posting reply so that the feature won’t be misused by users.

    1) How can I place a genericon above the “Search” text (like the search link on the far left), so it fits in with the rest of the nav bar.

    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 .genesis-nav-menu > .is-menu > a:before {
        content: "\f400";
    }
    .nav-secondary .is-menu a:before {
        display: block;
        vertical-align: top;
        text-align: center;
        -moz-transition: color .1s ease-in 0;
        -webkit-transition: color .1s ease-in 0;
        font-family: "Genericons";
        font-size: 36px;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        margin-bottom: 8px;
        text-decoration: inherit;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        width: 100%;
        speak: none;
    }
    

    2) How can I move this menu item to be on the far left, to replace the existing search link.

    Please use below custom CSS code to display it to the left side of menu.

    .nav-secondary li.is-menu {
        float: left;
    }

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: Style SVG Spyglass Icon #970
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most welcome, I’m glad I was able to help you in 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.

Viewing 10 posts - 1,661 through 1,670 (of 1,719 total)

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