Hi Ashely
I had the same problem but managed to fix it (at least with the simple portfolio view) by adding this to my css:
.bf-item { display: none; }
(when foogallery is ready, it adds inline css, setting the display to inline block)
I’m looking to do the same thing, but for grouped products instead of variable. I tried the snippet, replacing the word “variable” with “grouped” in the variables, but all it did was break the shop >.<