sharkbait16
Forum Replies Created
-
Thanks Alex,
just wanted to make sure i didn’t overlook something.
… *bump* 🙂
“the URL-string “nggallery” can be changed, but ideally i would like to get rid of that part, because it’s confusing and unnecessary.”
is there an approach i don’t know yet …how would you do it?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] jQuery Version & placementoh dear 🙂
of course it didn’t work!
if i disable loading scripts:
add_action( 'wp_print_scripts', 'deregister_cf7_javascript', 100 ); function deregister_cf7_javascript() { wp_deregister_script( 'contact-form-7' ); }it not only didn’t load jQuery, but also the two additional CF7 scripts further down in the markup!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] jQuery Version & placement*update*
hey Takayuki,
okay, now that i load jQuery 1.6.4 instead of the WP 1.6.1 version, replacing it in functions.php like this:
function my_scripts_method() { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'); wp_enqueue_script( 'jquery' ); } add_action('wp_enqueue_scripts', 'my_scripts_method');both, Cycle & CF7 work!! weird, why is that?
thanks, jan
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] jQuery Version & placementHi Takayuki,
thanks for answering!
no, i understand the part, that CF7 uses the jQuery version that is shipped with WP. makes sense 🙂
unfortunately jQuery Cycle for my galleries & slideshows doesn’t work with jQuery 1.6.1 and CF7 doesn’t work with jQuery 1.6.4 – tricky
but while i was trying different settings, i found out, that if i use jQuery 1.6.1 instead of it being injected in the header, but ‘hardcode’ it in header.php, Ajax doesn’t work, although the markup is pretty much the same. any ideas? (i try to find out why, because this might be the reason CF7 doesn’t work when i use jQuery 1.6.4)
thanks for your help!
cheers, jan
thanks again – i will suggest
hey, thanks!
i just found that out as well 🙂 so i just delete that value…would be great if there would be an option from the backend as well
jan