• Can someone please help me? I am using the “Modernize” template for my site: http://www.doctorsatmasaki.com

    I tried to add the in-built search bar that comes with the Modernize template called “Enable Top Search”. After adding the search bar, I noticed the magnifying glass on the meanu which is great however, it doesnt work at all. I click on it and it takes me to a page: http://doctorsatmasaki.com/?s= but it usually just slides open on the menu.

    Can anyone give me any guidance it would REALLY help. Thank you 🙂

Viewing 1 replies (of 1 total)
  • wpismypuppet

    (@wordpressismypuppet)

    You have a JavaScript error on the page… When you get a JavaScript error, the script will completely stop at that error. Anything that executes before the error will work and run just fine, but since the code used to create the search box slide comes after the error, it never executes causing the whole search thing to fail (poor fall back programming on whomever wrote that!).

    I don’t know what the error is, other than it’s part of main.js which is a compressed JavaScript file, where “a” is undefined. “a” could be anything since the file is compressed. My suggestion would be to back up your custom pages and re install the theme.

    P.S. “you have included the Google Maps API multiple times on every page, which can cause unexpected errors.” According to Firebug…

Viewing 1 replies (of 1 total)

The topic ‘WordPress Top Search Not Working!’ is closed to new replies.