iamwe361
There seems to be conflict in JS when you enable the Optimize JS option in template, maybe JS file from one of the 3rd party extensions on your site doesn't work when optimizing JS. So I temporarily disable this option to make it work.
And T4 doesn't support this Fabrik component so it has conflict in style, you can try this custom css:
.fabrikButtonsContainer li {
margin-right: 30px;
}
.fabrikButtonsContainer li a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.fabrikButtonsContainer li a i {
margin-right: .25em;
}
.fabrikButtonsContainer ul.dropdown-menu.show >li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #333;
white-space: nowrap;
}