1. How would you suggest we get the row of intagram images centered on the page. The backend uses T3 and bootstrap.
2. As a feature request I think it would be helpful to have the option to show the social button tabs or not. For example in the attached we do not need to show the brown button for instagram when the only social network we are pulling for this module is instagram. Something like if only one tab don't show or a check box in the back end is probably best.
Hi,
Jux social Gallery have support Show/hide icon social, when only one tab social display.
You just need to look to mod_jux_social_gallery.php, you will see the following line:
// var jsgNumSocial = jQuery ('# juxSocialGalleryTab li'). length == 1? jQuery ('# juxSocialGalleryTab li'). css ('display', 'none'): '';
You just remove the two dashes at the beginning of the line to enable it.
Then login backend and turn it off.