Forum Replies Created

Viewing 10 posts - 1,641 through 1,650 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: HTTP Error 500 – PHP 7.2 #1563
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Dawid,

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

    Yes the plugin is compatible with PHP version 7.2.

    The warning message displayed in your above shared log is generated by freemius SDK used in the plugin to process payment but I don’t think this is the cause of an issue.

    Does the default WordPress search work fine for you if you disable the Ivory Search plugin on your site?

    Also could you please share me your site URL where it’s happening so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    in reply to: Problems with search bar positioning and search history #1400
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Hi Kelley,

    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

    in reply to: Search box configuration and location #1338
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Yes you are right, it is theme search results page issue which generates by search.php template file of theme.

    in reply to: Search box configuration and location #1299
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Is it possible to replace the word Search with the looking glass icon, such as fa-fa, or similar to WordPress site?

    The search form is displayed by the theme searchform.php file so you have to contact the theme developer to change it or you have to develop custom code.

    Alternatively you can get support for it in our following priority support.

    Priority Support

    Also, please help with CSS to change the Search submit button background color. I want to match the color with another button on the header

    You can change its color using below custom CSS code.

    #access .is-menu.default form #submit-form {
        background-color: #03A9F4 !important;
    }

    The plugin works fine with more than 1 result, but somehow it’s different for a single result.

    For instance, typing in “Santana Row” into the Search Box gives 1 result with distorted format, but if you type in “majestic”, there are 2 results in normaal format. Do you have an idea why?

    Because for the two posts displayed of “majestic” search, one contains “majestic” word in the title and another one contains it in the content area as displayed in the attached screenshots.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Two search buttons #1297
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    If they are taxonomies then please create two search forms and restrict their search to taxonomies as displayed in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Two search buttons #1294
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Is vendors category or taxonomy or post type or custom field?

    If it is any of them then we can create two seperate search forms which perform two seperate search operations that you described above.

    Best regards,
    Ivory Search Support

    in reply to: Search box configuration and location #1222
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    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 Ivory Search -> Settings -> Settings

    
    #access .is-menu.default form {
        max-width: 250px;
    }
    
    #access .is-menu.default form #s {
        width: 140px;
        margin-bottom: 0;
    }
    
    #access .is-menu.default form #submit-form {
        width: 90px;
        padding: 11px 17px;
    }
    
    li.is-menu {
        vertical-align: middle;
    }
    

    Best regards,
    Ivory Search Support

    in reply to: Mobile icon barely visible #1195
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Awesome great to see you got that resolved.

    Please advise if you have more questions.

    Have a fantastic day!

    in reply to: Why do I have two search boxes? #1190
    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.

    in reply to: Search result URLs weird #1159
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Yes the plugin adds argument id=m to uniquely identify the search form but there isn’t any issue with it.

    I have tested it on my test site and it’s working fine for me using Twenty Seventeen theme.

    It seems the issue with FocusBlog theme that you are using on your site so to resolve the issue could you please contact the theme developer and also share me copy of the theme so that I can troubleshoot it on my test site?

    Best regards,
    Ivory Search Support

Viewing 10 posts - 1,641 through 1,650 (of 1,719 total)

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