armin.hackmann
-
Google Custom Search: Where Does Their Code Go?
Hi Henry, using the 'Google Custom Search Plugin' (http://wordpress.org/extend/plugins/google-custom-search-for-wordpress/) would automatically replace the default search form on your WP-Page. Maybe its an option for you?! As for the …
-
Moving from MAMP to Host homepage issues
Hi solef, i can not simulate your problem, as i am not getting redirected visiting your homepage... But I found something else: I can't see an Header-Image and Web Inspector tells me, some other images are missing too. These Images are locate…
-
Add class to parent of submenu
Hi Carl, this line should work: $("#nav li a[href="+newHash+"]").addClass("current").parents("ul.subnav").siblings("a").addClass("current"); I think, it explains itself. If not, feel fre…
-
Undefined Variable
Hi, if you change your script to this, you should get what you want: if ( $managerid > 0 ) { Hope, this helps! :)