wslover317
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Nivo Slider] [Plugin: Easy Nivo Slider] Not showing all imagesFound the answer…
In the Plugins/easy-nivo-slider/misc/functions.php
Search for:
// Handle number of pictures
if (NULL==$parms[‘number’]) $parms[‘number’] = 10;
if (‘all’==$parms[‘number’]) $parms[‘number’] = 999;I changed the 10 to 999
Forum: Plugins
In reply to: [Easy Nivo Slider] [Plugin: Easy Nivo Slider] Not showing all imagesHaving the same problem, ever figure this out?
agelonwl: Don’t think that pertains to my goal?
Thanks Marcus, kind of figured that just need to know how to loop I guess. Keep me posted if you think of where you seen it
Bill
Forum: Hacks
In reply to: Post layoutHere is a link to my current code (index.php)
Generated with Artisteer
What I need is the loop to display the first two posts in two seperate columns, 3rd post in a single column centered underneath (full with) then for the loop to start again. So, 4 and 5th are in two seperate columns, 6th is in one column and so on…
I appreciate your help!
BillI appreciate the answer.
And I kind of understand the templates ideas. However, I am opening the details page in a lightbox and what I need is a blank canvas that is not pulling in the header, footer sidebar etc…
I have tried playing with the template files and do not see how to accomplish this.
Thank You,
BillThanks, I have found the submit page or, how to use it.
Any ideas on styling the details page differently?