here's an example of the way i'm outputting my 'portfolio' special page search results:
so in your scenario, i would adjust the css and js to work with the default id/class of the UL (maybe targeting based on the body class), and then i would be able to specify the LI class with the tag- ; the only other issue is that in this example, prettyphoto needs a unique id in order to work right, for example here, using special pages and the modded search component:
http://dev.propellant23.com/gs31b/index....=portfolio
-marc
Code:
<ul id="gallery" class="grid">
<li data-id="lorem-ipsum-16" class="illustration gridimage"> <a href="/gs31b/data/uploads/portfolio16.jpg" rel="prettyPhoto[gallery]" title=""> <img src="/gs31b/data/uploads/portfolio16-th.jpg" alt="" /></a> </li>
</ul>
so in your scenario, i would adjust the css and js to work with the default id/class of the UL (maybe targeting based on the body class), and then i would be able to specify the LI class with the tag- ; the only other issue is that in this example, prettyphoto needs a unique id in order to work right, for example here, using special pages and the modded search component:
http://dev.propellant23.com/gs31b/index....=portfolio
-marc