Member
Member
ayutheos   2013-12-12, 06:02
#1
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:
`



<?php printRandomImages(48,'random-image','all','',180,120,true); ?>



`

Which produces the HTML output:
`



<ul class="random-image">

<li class="two columns image imagegrid">...

<li class="two columns image imagegrid">...

<li class="two columns image imagegrid">...

<li class="two columns image imagegrid">...



`

I'd like to change `<li class="two columns...` to `<li class="three columns...` but don't know where to change it.

Any help appreciated.
Administrator
Administrator
fretzl   2013-12-12, 06:46
#2
The `two columns image imagegrid` part is inserted by a jQuery function which can be found in the `zpskeleton.js` file.
Member
Member
ayutheos   2013-12-12, 09:04
#3
Thanks for the reply! Found it and changed it.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.