$("#billing_postcode, #shipping_postcode").live("blur.wooCommercePostcodeValidator", function (e) {
to
$("body").on("blur.wooCommercePostcodeValidator", '#billing_postcode, #shipping_postcode' ,function (e) {
on line 5 in your script
]]>Please update to the recent plugin version. Having said that, please be mindful about:
https://www.ads-software.com/support/topic/why-my-map-suddenly-shows-only-a-gray-square-after-a-recent-update
https://www.ads-software.com/plugins/comprehensive-google-map-plugin/
]]>One of the themes I use (MH Corporate) calls the latest jQuery version 1.9+ from Google instead of using the standard 1.8.3 Version of WP.
I read that the toggle function was removed from version 1.9 onwards. I assume that this is the reason why Arconix FAQ and the Accordeons and Tabs don’t work with this theme. Is my assumption correct?
If so, are there plans to modify the Acronix shortcodes to be compatible with the latest jQuery?
Thank you very much for your attention!
https://www.ads-software.com/extend/plugins/arconix-faq/
]]>I use this code to show a google map (I tested this with other content like a simple text, not map, and not working):
<ul class="xoxo">
<a href="#map_canvas" class="fancybox" title="See map" alt="See map">
<img class="map-img" src="<?php bloginfo('template_url'); ?>/images/img-map.png" />
</a>
<!-- MAP POPUP -->
<div style="display:block; height: 0px; overflow: hidden; visibility:hidden; position: absolute;" class="fancybox-hidden">
<div id="map_canvas" class="colbox" style="width:580px; height:480px; border: 0;"></div>
</div>
</ul>
https://www.ads-software.com/extend/plugins/easy-fancybox/
]]>Now, that JQuery 1.9 is out do you have any plans to update this plugin to the latest version of JQuery?
https://www.ads-software.com/extend/plugins/accordion-shortcode/
]]>Any suggestions on how to amend the code to make it play nice when other things are using fancybox?
https://www.ads-software.com/extend/plugins/instagram-for-wordpress/
]]>I just wanted to let everyone know that a recent new version of jQuery, 1.9 has been released recently and fancybox 1.3.4 is not compatible with it for now.
If your fancybox installation was working until recently and broke without making any changes, chances are it’s caused by this issue. This will only affect you if your blog is loading the latest stable jquery version from Google’s API or a similar CDN.
If you don’t want to wait for a patch you can either roll back to the latest know version supported which is jQuery 1.8.3, or add jQuery Migrate to your blog. More info can be found here: https://stackoverflow.com/a/14355740
jQuery is usually loaded from your theme’s functions.php file.
If you need to redirect your jquery to version 1.8.3 here’s an example function that might work for you. (Don’t just copy paste this code, it’s an example and you may have to look on your theme’s code to see how it loads jquery).
function mytheme_jquery() {
if ( !is_admin() ) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js');
}
}
add_action('wp_enqueue_scripts', 'mytheme_jquery');
Regarding a fix, hopefully i’ll be able to release an update for the plugin soon. Thanks for your patience.
https://www.ads-software.com/extend/plugins/fancybox-for-wordpress/
]]>EXAMPLE: https://www.magnetmadness.co.uk/procigdev/earn-with-p/
I followed all the instructions given exactly as described.
The three themes supplied with the plugin do work correctly though.
I tried it again with standard theme ‘Start’ from JQuery Themeroller (not one that I had created) but this does not work either.
Some assistance would be gratefully received!
Cheers.
https://www.ads-software.com/extend/plugins/rehabtabs/
]]>