The7 social network share button open new window instead of new tab. Copy the codes below to your JS file.
$('.soc-ico a' ).click(function(e){
e.preventDefault();
window.open(this.href, "myWindowName", "width=800, height=600");
});
The7 social network share button open new window instead of new tab. Copy the codes below to your JS file.
$('.soc-ico a' ).click(function(e){
e.preventDefault();
window.open(this.href, "myWindowName", "width=800, height=600");
});