Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1018372
Search not reset when clicking home
Closed

Comments

  •  2
    markosh started the conversation

    Hello team,

    kindly help me with this issue: The search field is not being reset when clicking home after a search has been done. What I would expect is that the search entry is removed and the search box collapsed when clicking home. Here the steps to reproduce on the demo page:

    1. Load http://flow.elated-themes.com/

    2. Enter "Panel" in search -> search shows results in original flow mode (very nice)

    3. Click home -> search term "panel" is still there and search box is still expanded (not nice, at least the term should be removed because the displayed content is not reflecting the search term any more.


    Thank you for your help with this


    Mark


  •  1,845
    Elated replied

    Hello,

    It works like that. This theme is based on AJAX requests. If you are familiar with programming, you know that when content are loading with AJAX, header and footer always remain same. It is reason why search field remain extended and with the text in it. You can delete text and close search field manually, but there is no option to change that functionality automatically, since just content can be changed. 

    Let us know if you need anything else! 

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    markosh replied

    Hello,

    maybe you could still reach out to the developer. I would suggest the following:

    1) setting a state for the menu (allows also marking thecurrently clicked one) with  localStorage.setItem.

    2) when the ajax request returns the posts data (1) could be checked with javascript localStorage.getItem. This would then allow some extra java script to

    - delete the search entry and collapse the search bar

    - even set nicely the current menu item to another color :)

    Kindly check with the developer - maybe they are open to improve this in this overall very nice theme

    Thank you

    Mark

  •  1,845
    Elated replied

    Hello,

    Thank you for your suggestion!

    As with your previous request, we will forward this to our dev team and they will consider this. Feel free to contact us if you have any other question or concern. 

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    markosh replied

    Thank you - very kind. The ticket can be closed then.