You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It forces me to turn off this great plugin on these browsers (with a dirty if (!$.browser.msie || !($.browser.msie && $.browser.version == '9.0'))).
Any idea ?
PS : here is a dirty trick to fix center problem on IE10/11 :
if($.browser.msie){
$('share-button .sb-social ul li').css('padding', '12px 16px');
$('share-button .sb-social ul li').css('width', '23px');
}
Best regards,
Vincent
The text was updated successfully, but these errors were encountered:
Hello,
I found one visual effect issue on IE10 and IE 11, social button aren't align into their respective boxes. (it seems that a left align is apply)
And a major issue on IE9, with a javascript crash when loading this configuration :
var shareButton = new ShareButton({
ui: {
flyout: 'center bottom',
buttonText: 'PARTAGER'
},
networks: {
googlePlus: {enabled: true},
twitter: {enabled: true},
facebook: {enabled: true},
pinterest: {enabled: true},
reddit: {enabled: false},
linkedin: {enabled: false},
whatsapp: {enabled: false},
email: {enabled: true}
}
});
It forces me to turn off this great plugin on these browsers (with a dirty if (!$.browser.msie || !($.browser.msie && $ .browser.version == '9.0'))).
Any idea ?
PS : here is a dirty trick to fix center problem on IE10/11 :
if($.browser.msie){
$('share-button .sb-social ul li').css('padding', '12px 16px');
$('share-button .sb-social ul li').css('width', '23px');
}
Best regards,
Vincent
The text was updated successfully, but these errors were encountered: