I planning on embedding gravity forms on other pages too, and I like the fact, that the script also worked with the search functions/page!
Unfortunately the revised script didn't work, but thanks.
EDIT: It works now!
I compared the code generated with and without wp_head(), and found that all kind of Nextgen code was there and these three lines:
<script type='text/javascript' src='http://ncfg.dk/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://ncfg.dk/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<script type='text/javascript' src='http://ncfg.dk/wp-includes/js/jquery/jquery.form.js?ver=2.73'></script>
which seemed important :)
so I replaced wp_head() with those three lines, and now both the script and Nextgen behaves.
Thanks for your repsonse though. Tip top support.
Posted 13 years ago on Thursday August 25, 2011 |
Permalink