August 7, 201214 yr Hey guys, I hope you can help! I've got a bit of an odd problem. I use addthis for social sharing on every website I create. I use custom code that works perfectly on other sites. It’s working perfectly in Chrome, Firefox, Safari and Opera but once you try it in IE9 it doesn’t work at all. The icons are there, but the links don't work. I have a feeling it’s clashing with something within the Valiano theme i'm using for Wordpress. The link is: http://www.interiorsbybroadway.co.uk/ The social sharing part is top right of the header. 5 Icons. It's Favourite, Pinterest, Email, Facebook and Twitter. I've tried the following to fix it but doesn't: - Disabling all plugins - Trying with a Fresh version of Valiano with none of my edits. - Trying different versions (1.7.1 and 1.7.2) of jquery. - Putting the script in different areas (I.E the header, just under the actual code, the footer etc) Things which does get it working in IE9: - Trying with a different theme - Duplicating the site, and running it locally with my WAMPserver. (Odd that this works) The code i've used is: <div class="addthis_toolbox"> <div class="custom_images"> <div id="addthis-kbb"> <a class="addthis_button_favorites social bfade"><img src="<?php bloginfo('template_directory'); ?>/images/social/favorite.png" width="30" height="30" alt="Favourite" /></a> <a class="addthis_button_pinterest_share social bfade"><img src="<?php bloginfo('template_directory'); ?>/images/social/pinterest.png" width="30" height="30" alt="Pinterest" /></a> <a class="addthis_button_email social bfade"><img src="<?php bloginfo('template_directory'); ?>/images/social/email.png" width="30" height="30" alt="Email" /></a> <a class="addthis_button_facebook social bfade"><img src="<?php bloginfo('template_directory'); ?>/images/social/facebook.png" width="30" height="30" alt="Facebook" /></a> <a class="addthis_button_twitter social bfade"><img src="<?php bloginfo('template_directory'); ?>/images/social/twitter.png" width="30" height="30" alt="Twitter" /></a> </div> </div> </div> <script type="text/javascript" src="[url="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-500c23382075c83b"]http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-500c23382075c83b[/url]"></script> Could you take a look for me guys? Thanks alot in advance.
August 7, 201214 yr Maybe it is an idea that addthis doesn't support IE9? Maybe this topic can help you out http://www.addthis.com/forum/viewtopic.php?f=5&t=32647 Cheers
August 7, 201214 yr Author I've used it on other sites that work fine in IE9. Here: http://www.horizonfostering.co.uk/ http://www.acornfostering.com/ http://www.roxbourne.com/
Create an account or sign in to comment