justin Posted November 18, 2007 Report Posted November 18, 2007 I'm messing with integrating a wordpress blog into my site, by taking a basic theme and modifying the header and footer php files with the code from my html home page. This works except i can't seem to get my javascript menu to work on it...is there anything special i have to do w/ javascript in a php page? http://www.headamp.com/blog/ test blog http://www.headamp.com/ regular site Quote
JBLoudG20 Posted November 18, 2007 Report Posted November 18, 2007 Justin, It worked fine for me. I am using Firefox 2.0.3 on Fedora 7 Quote
grawk Posted November 18, 2007 Report Posted November 18, 2007 that version works for me in safari Quote
hungrych Posted November 19, 2007 Report Posted November 19, 2007 <natedog> i wonder what would never happen on Headamp's forum? <hungryTHECHEF> posts <larizzle> PEOPLE JOINING <larizzle> OHHH Quote
justin Posted November 19, 2007 Author Report Posted November 19, 2007 hey my forum has posts www.headamp.com/forums its not quite ready yet though Quote
Edwood Posted November 19, 2007 Report Posted November 19, 2007 Left a comment in your test blog. Works for me. I'm using Firefox 2.0.0.9 on Win XP Pro. Quote
mjb Posted November 19, 2007 Report Posted November 19, 2007 the javascript script files are being imported slightly differently on each page. this shouldn't make a difference, since both ways should work, but they are different nonetheless. i didn't go through the javascript code, just looked it over, but needless to say, it isn't encapsulated very well, so there may be a namespace/variable clash somewhere with the new site... i.e. some functionality on your page(s) outside of the menu is using the same variable/function name that the menu is using and/or is it refering to DOM elements whose names have changed in the new section. but, it works for me in ff 2.0.0.9 and i do not get any errors in my javascript console... mjb Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.