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
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
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
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
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.
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now