ZenphotoCMS Forum
zpSkeleton: Changing thumbnail li class - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: zpSkeleton: Changing thumbnail li class (/thread-11535.html)



zpSkeleton: Changing thumbnail li class - ayutheos - 12-12-2013

Hi,

I'm modifying the zpSkeleton theme and I can't figure out how to change the li class specified in the Latest Images/Random Images section.

The code in the theme file:
`

`

Which produces the HTML output:
`

    ...

    ...

    ...

    ...

`

I'd like to change `




zpSkeleton: Changing thumbnail li class - fretzl - 12-12-2013

The two columns image imagegrid part is inserted by a jQuery function which can be found in the zpskeleton.js file.




zpSkeleton: Changing thumbnail li class - ayutheos - 12-12-2013

Thanks for the reply! Found it and changed it.