Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#436 2009-11-25 21:25:48

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Thank you very VERY much for your help :)

Offline

#437 2010-04-16 06:04:36

JeroenC
Member
From: Finland
Registered: 2010-04-14
Posts: 30
Website

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Hello there,

this is my 5th day with TXP so expect a few silly questions. I had already once to redo everything as I my html/css/txp code got mixed up and I was not use to backup the database. A small tip for mac users, download Sequel Pro (http://www.sequelpro.com/) and backup form there, much easier than myphpadmin (or what was it called again)…

Anyway, the question
I looked at the examples at http://www.wilshireone.com/article/29/txp-plugin—rssthumbpop and the 2nd example is pretty much what I like to use. Here http://www.carelse.com/images/thumb_gallery_question_screen_carelse.png is what I like to achieve.

this is the current “form” code ( I use blueprint css) and I think here is where I should add the new tags. Still not able to use the Textile formatting, sorry for the mess.

<div class="span-17">
	<p><txp:link_to_prev>« <txp:prev_title /></txp:link_to_prev> | <txp:title /> | <txp:link_to_next><txp:next_title /> »</txp:link_to_next></p>

	<div class="span-4">		
		<txp:permlink>
		<txp:upm_article_image type="thumbnail" limit="3" />
		</txp:permlink>
	</div>

	<div id="fullsize" class="span-12 prepend-1 last">
		<txp:upm_article_image  limit="1"/>
	</div>

</div>

<div class="span-17">

	<div class="span-4">
		<li class="nobullet">Date:
			<span class="date"><txp:posted format="%Y-%m-%d" /></span>
		</li>
		<li class="nobullet">Category:
			<txp:category1 link="1" title="1" section="jeroen" this_section="1" />
		</li>

	</div>

	<div class="span-12 prepend-1 last">
		<h3><txp:title /></h3>
		<txp:body />
	</div>
</div>

Last edited by JeroenC (2010-04-17 18:30:28)


Time to volunteer? Come and join us at a great project which is going to be opensource: https://www.caloom.com

Offline

#438 2010-08-16 05:44:38

Bijay
Member
Registered: 2010-07-02
Posts: 17

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Hi all…. I wanted a caption on my images. Those images are from the image category.. I had use an java script file, so able to make those images sliding, but also wanted a cation on those image” Java script goes like this

<script type=“text/javascript” src=“http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js”></script>

<!— include Cycle plugin —>
<script type=“text/javascript” src=“http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.74.js”></script>

<!— initialize the slideshow when the DOM is ready —>
<script type=“text/javascript”>
$(document).ready(function() { $(‘.slideshow’).cycle({ fx: ‘scrollUp’ // choose your transition type, ex: fade, scrollUp, shuffle, etc…

});
});

.. So, Could any body know about the caption on the images and also want those caption to be rolling.. eg. http://www.summit-nepal.com/
Thanx
Cheer’s

Offline

Board footer

Powered by FluxBB