Hello,
we updated the page and now the search plugin is inactive. It is displayed in the page header and sometimes it adds the search description to the referer but there is no live results nor a forward to the results page. There is no console alert which i think i linked with that bug, so we would be glad if you could have a look at it.
Thanks in advance
This topic was modified 5 years, 3 months ago by LETONE56.
My guess is, that the neccessary wp_footer() function call is missing from the site footer – so wordpress can not print anything there. I quickly checked the site footer, and I am not seeing any assets loaded there, which is very unlikely, so I am almost certain that is the issue.
The wp_footer() call should be executed before the closing <body> tag, within the footer.php theme file. I recommend checking that first.