Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#241 2006-01-10 18:19:04
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I just reworked the paging so more so lets try this again. I have a feeling this will still cause problems with messy URLs but should work with clean…
NeilA, SamuelJohn, let me know if there’s any luck with this one.
mrdale, I also added an attribute call showfullcaption. If you set showfullcaption=“1” it will show the caption below the full size image in jpop mode.
Offline
#242 2006-01-10 19:39:25
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Working well here! Many thanks Rob.
Cheers
Offline
#243 2006-01-10 20:04:58
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
You da Man Wilshire. Thanks Big… that’ll be a real timesaver in gallery building.
Thanks also to alexWest (I must have been cut/pasting poorly. Also the <sup><a href=”#fn0”>0</a></sup> was a textile translation problem)
Offline
#244 2006-01-10 23:13:47
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Thanks for the update – it’s running great on my galleries now.
Can’t wait to see if you come out with a back/next feature in the popup window! That would make this plugin just absolutely perfect.
Offline
#245 2006-01-10 23:46:33
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
OK, had a chance to try it out and I still get the following error:
<code>
Error: document.getElementById(“jpopcap”).childNodes0 has no properties
Line: 105
</code>
I’m calling it with the following:
<code>
<txp:rss_thumbpop mode=“float” showcaption=“1” clickonly=“1” jpop=“1” showfullcaption=“1” />
</code>
I wonder what the problem is?
I do notice that thumbpop is not producing any spans or divs with id=“jpopcap” any ideas?
Thanks.
I’d love to get this working.
Last edited by mrdale (2006-01-10 23:47:16)
Offline
#246 2006-01-12 01:32:32
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
mrdale – There should be a div with id of jpopcap. That’s where the caption is supposed to appear. Can you post a link?
Offline
#247 2006-01-12 03:22:16
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
try this
Last edited by mrdale (2006-01-12 03:24:23)
Offline
#248 2006-01-12 17:51:29
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I’m not sure what’s going on. You’re using jpop yet clicking the thumbnail brings up a new window for me instead of replacing the full size image.
Offline
#249 2006-01-12 18:25:08
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Yep, It’s a javascript thing. It looks for “jpopcap” can’t find it, throws a JS error then opens the image. The question is “why is it not writing a jpopcap div?
Perhaps I’ll test it on a virgin TXP install.
Offline
#250 2006-01-13 04:36:01
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
There actually is a jpopcap div if you look in the source for the page so I don’t know why the script can’t find it.
Offline
#251 2006-01-13 17:31:51
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
Just tried a completely vanilla install.I do have other plugins installed but nothing that I think would interfere.
Same prob. Error:jpopcap has no properties
Error: document.getElementById("jpopcap").childNodes/[0]/ has no properties
jpopcap is there, but there’s nothing inside.
Also, clickonly=“1” seems to produce the image to open as a link while the “0” value works as expected.
Last edited by mrdale (2006-01-13 17:37:16)
Offline
#252 2006-01-14 22:41:08
Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups
I’ll have to test it out more because I don’t seem to have that problem locally.
Offline