I was looking for the same thing. Tried using the shortcodes, but that clearly didn’t work 🙂
Hey all,
Try going into the .php file and on line 279 change
for ($i = 0; $i < count($fileData[‘name’]); $i++)
to
for ($i = 1; $i < count($fileData[‘name’]); $i++)
(ie, Change the 0 to a 1).
This worked for me, hope it works for you.
mp