[Resolved] Search in Navigation problem

Home Forums Support [Resolved] Search in Navigation problem

Home Forums Support Search in Navigation problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #915616
    Amit

    Hi, please check as why my navigation search is not working correctly.

    #915617
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can do this first?
    https://www.screencast.com/t/sAZU8h7bUcE

    And what do you mean it’s not working correctly? I just searched for something and it seems to work?

    #916079
    Amit

    I cleared the cache, but still doesn’t works. I tried on other browser too, but the same problem.
    Whenever I click on to the icon, it shifts to extreme right and then nothing happens. I tired typing and pressing enter to see if it’s working in the background, but nothing happened.
    On my other site, the complete navigation changes to plain and we can type our search there which is not happening here on Travelgeeky

    #916360
    Tom
    Lead Developer
    Lead Developer

    Strange, something is setting it to display: none. Try adding this CSS:

    .navigation-search.nav-search-active {
        display: block !important;
    }
    #916386
    Amit

    Yeah, now it works well. There is another issue I am facing when switching from non www to www version. I tried changing the Site URL in the wordpress settings to www version but few things became strange. Like, the search icon vanished and a square was displaying instead.
    How can I safely switch to www version.

    #916649
    Tom
    Lead Developer
    Lead Developer

    If you change the URL, you need to:

    1. Change all URLs on your website with a plugin like this: https://wordpress.org/plugins/velvet-blues-update-urls/
    2. Make sure the non-www redirects to www. It shouldn’t be possible to access the site without www (or vice-versa).

    #916860
    Amit

    Thanks Tom!

    #917043
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.