Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416648

    finger123
    Participant

    Hi, the search feature on my site is working great. however i noticed that if you search the site and put a space between the words, the results do not come up. How can i get the search to allow spaces to work?

    #1416649

    finger123
    Participant
    This reply has been marked as private.
    #1416873

    finger123
    Participant

    I apologize. it is working correctly. what was throwing me off was under mobile view, when i search for something it displays the search bar, archives, categories and login.

    I have this code in place to remove it from normal desktop view but it doesnt seem to work under mobile view.

    .search.search-results aside.x-sidebar.nano.has-scrollbar {
    display: none !important;
    }

    .search.search-results .x-slider-container.below {
    width: 100% !important;
    }

    body.search.search-results {
    padding: 0 !important;
    }

    .search.search-results .x-navbar.x-navbar-fixed-top {
    width: 100% !important;
    }

    .search.search-results .x-slider-container.below {
    display: none !important;
    }

    #1416880

    finger123
    Participant

    Please disregard. i was able to resolve the issue.

    #1417141

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.