Forum Replies Created

Viewing 10 posts - 1,121 through 1,130 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Disable Search Form Customizer #5374
    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-form-style.is-form-style-3 label {
        width: calc(100% - 58px)!important;
    }
    .is-form-style.is-form-style-3 input.is-search-input {
        height: 48px;
        background-color: rgba(255,255,255,0.75)!important;
        border-radius: 4px;
        color: #444444!important;
    }
    .is-form-style.is-form-style-3 input.is-search-input:focus {
        background-color: rgba(255,255,255)!important;
    }
    body form.is-form-style.is-form-style-3 button.is-search-submit {
      padding: 0 !important;
      transform: none !important;
    }
    .is-form-style.is-form-style-3  button.is-search-submit .is-search-icon {
      height: 48px;
      padding: 13px 19px!important;
      width: 58px;
      background: #f9b829!important;
      border: 0;
      border-radius: 4px;
    }
    
    .is-form-style-3 .is-search-input::-webkit-input-placeholder {
      color: #000 !important;
    }
    .is-form-style-3 .is-search-input::-moz-placeholder {
      color: #000 !important;
    }
    .is-form-style-3 .is-search-input:-ms-input-placeholder {
      color: #000 !important;
    }
    .is-form-style-3 .is-search-input:-moz-placeholder {
      color: #000 !important;
    }
    
    .is-form-style.is-form-style-3 button.is-search-submit  path {
        fill: #FFF;
    }
    
    in reply to: Disable Search Form Customizer #5366
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Currently, there is no option to display custom form look like default search form by deactivating its customization but I will implement it in the future version of the plugin.

    In meanwhile, will it work If I assist you to style the custom form look like the default search form by using CSS code?

    Best regards,
    Ivory Search Support

    in reply to: Search results don’t show relevant text in blocks #5365
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I searched ‘fumes’ which is not in the post title and it is getting searched as displayed on the below page.

    https://elcaminorealumw.org/?s=fumes&id=0

    Also, please make sure that you have enabled the search highlight feature as described on the below page.

    Highlight Searched Terms

    in reply to: mobile ajax results same width as search box #5364
    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

    
    @media only screen and (max-width: 767px){
    #is-ajax-search-result-23706 {
        max-width: 70%;
    }
    #is-ajax-search-result-23706 {
        left: 14% !important;
    }
    }
    
    #is-ajax-search-result-23706 .right-section .is-title a {
        display: block;
        line-height: 60px;
        padding-left: 99px;
    }
    
    #is-ajax-search-result-23706 .is-search-sections .meta {
        display: none;
    }
    
    #is-ajax-search-result-23706 .is-ajax-search-post {
        padding: 0;
    }
    
    #is-ajax-search-result-23706 .thumbnail a {
        padding: 15px;
        display: block;
        float: left;
    }
    
    in reply to: Search form disappears at the edge of the screen #5357
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Sure, I will resolve the issue and will notify you here.

    in reply to: Search results don’t show relevant text in blocks #5356
    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 search results page URL from your site where it is not displaying so that I can troubleshoot it?

    Best regards,
    Ivory Search Support

    in reply to: Search form disappears at the edge of the screen #5351
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    It displays fine for me as shown in the attached screenshot.

    This may be the issue of different screen resolution which I will troubleshoot and resolve in the upcoming version of the plugin.

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: mobile ajax results same width as search box #5350
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

    Best regards,
    Ivory Search Support

    in reply to: Remove WordPress page titles from search results #5347
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    It seems your website menu is a part of your page content therefore it displays in the search results.

    Could you please check it by temporarily deactivating the Ivory Search plugin and see whether you get the same results?

    in reply to: Remove WordPress page titles from search results #5313
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    But now, why are the results all the same listed? Looks like the results are just my website menu?

    Could you please share the page URL from your site where it is displaying so that I can troubleshoot it?

Viewing 10 posts - 1,121 through 1,130 (of 1,719 total)

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