Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-01-03 08:29:17
- mstark71
- New Member
- Registered: 2005-12-30
- Posts: 5
Missing 'Next' page using RSS_Thumbpop
I am limiting each page to 8 thumbnails and I have more than eight. But when I click ‘next’ to see the rest, the next page has no thumbnails.
I saw this referenced in an old thread. But the fix was an upgrade to a newer version, which I have.
Has anyone seen this problem with 0.5.3? Anyone fixed it?
Here is the gallery page: http://www.waltermyronlevy.com/gallery
Here is the textile code:
<code><txp:rss_thumbpop category=“thumbpop” mode=“float” orderby=“datedesc” cols=“2” pagepop=“1” showcaption=“1” limit=“8” padheight=“125” padwidth=“75” /></ code>
Here is the css:
.rssThumbFloat {
float: left;
width: 125px;
ul#rssThumbNav {
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}
ul#rssThumbNav li a {
display: block;
width: 5em;
color: #FFF;
background-color: #036;
padding: .2em 0;
text-align: center;
text-decoration: none;
}
ul#rssThumbNav li a:hover {
color: #FFF;
background-color: #69C;
}
ul#rssThumbNav .left { float: left; }
ul#rssThumbNav .right { float: right; }
Thanks,
m
Offline
Pages: 1