scottd 0 Report post Posted January 17, 2011 I am trying to incorporate a jquery hover effect in my child theme of platform pro... (tutorial/source) http://www.webdesignerwall.com/demo/jquery/animated-hover1.html How do you call an external jquery file in the theme? Do you include some code in the header.php? I noticed an empty custom.js file in the pro theme - should I use this or should it be handled in the child theme? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 18, 2011 In Custom Code > Custom CSS there is a spot for header scripts. Thanks, Bryan Share this post Link to post Share on other sites
scottd 0 Report post Posted January 18, 2011 Bryan, Thanks for calling that to my attention! What is the proper code I would place in there? Let's say I wanted to use that empty custom.js file in the platform pro theme for my jquery... ` ` Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 18, 2011 WP already includes jquery so you don't need to load it again. It should work by just using this in your footer scripts box ` Share this post Link to post Share on other sites
scottd 0 Report post Posted January 18, 2011 Adam, Thanks for clearing that up! Ok, so I now have my jquery in the footer scripts box, but still no luck. When looking at the CSS I noticed that when I remove the `display: none;` for the `.menu li em` style ??” my bubbles show up (with no effect of course). Am I still missing something? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 19, 2011 Can we get a link to your site so we can see what's going on? Thanks, Bryan Share this post Link to post Share on other sites
scottd 0 Report post Posted January 25, 2011 Bryan, I had to put this aside for now, but will post back soon. Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 26, 2011 No rush, update us you need further help. Thanks, Bryan Share this post Link to post Share on other sites