16-Sep-2015, 10:52 PM
Sweet! I removed both of the JQuery call references you mentioned and Commentics works perfect now. One of them I removed was for my main navigation menu. I thought for sure it would break, but it seems to be working fine. I'm not exactly sure what the other one was for (bootstrap most likely), but everything else seems fine...
JQuery is all new to me, so i'm a little confused about how my navigation menu (and whatever else) is still working now, because it is no longer referencing a specific JQuery. Are these scripts (like Commentics) programmed to automatically search for and use whatever JQuery is available anywhere on the domain or what? If that's the case I bet I could remove some other JQuery references and cut down on some requests, yeah?
Either way, I can see I made a wise decision when I decided to php include all of my head and end of body references instead of having them all on the pages. The php includes for my blog are separate from the php includes I reference on the rest of the site, too. Pretty good thinking in my opinion... >8>)
JQuery is all new to me, so i'm a little confused about how my navigation menu (and whatever else) is still working now, because it is no longer referencing a specific JQuery. Are these scripts (like Commentics) programmed to automatically search for and use whatever JQuery is available anywhere on the domain or what? If that's the case I bet I could remove some other JQuery references and cut down on some requests, yeah?
Either way, I can see I made a wise decision when I decided to php include all of my head and end of body references instead of having them all on the pages. The php includes for my blog are separate from the php includes I reference on the rest of the site, too. Pretty good thinking in my opinion... >8>)