Search field not working with sticky header

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeSearch field not working with sticky header

This topic has been marked as resolved.

Hi,
I saw that the search option is not working in the sticky header with the center logo variant. When I scroll down and type something in the search, the search button and pressing enter are not working.

October 28, 2014 at 5:43 pm #33791

Issue confirmed. Thanks for the report. We are working on it.

Regards,
ThemeBurn team

October 28, 2014 at 5:53 pm #33792

I’m not sure if this is the right fix, but I did this:

common.js:
change this line:
var filter_name = $('#filter_keyword').val();

with this:
var filter_name = $('#filter_keyword').attr("value");

October 28, 2014 at 11:15 pm #33802

This not fixed the issue..
I put a little hack till you fix.

October 29, 2014 at 12:28 am #33804

We will provide a fix next week with the update :)

BR,
ThemeBurn team

October 30, 2014 at 5:43 pm #33875
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.