Replies: 0
Hi there,
I’m using your wonderful Video Gallery plugin, and I need help.
I need the newest video to appear first in the gallery.
I followed the instructions:
“Please find the file Total-Soft-Gallery-Video-New.php. Edit the folder and on the line 146 find the code”
<? php for ($ i = 0; $ i <count ($ TotalSoftGalleryV); $ i ++) {
The place of this code put this one:
<? php for ($ i = count ($ TotalSoftGalleryV) -1; $ i> = 0; $ i -) {
But the code <? Php for ($ i = 0; $ i <count ($ TotalSoftGalleryV); $ i ++) {
it wasn’t on line 146, it was on 129, even so I made the change, but it didn’t work.
The last video added remains on the bottom line, and I need to appear first.
I’m using Version 10.0.0 of your wonderful plugin.
I ask for help to resolve.
Thank you.