Forums
(@mjpeyton)
11 years, 11 months ago
I was looking for the same thing. Tried using the shortcodes, but that clearly didn’t work ??
12 years, 3 months ago
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