<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=684&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Gallery und Cloud-Zoom]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=684</link>
		<description><![CDATA[Die aktuellsten Beiträge in Gallery und Cloud-Zoom.]]></description>
		<lastBuildDate>Wed, 06 Nov 2013 11:45:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28460#p28460</link>
			<description><![CDATA[<div class="quotebox"><cite>nicmare schrieb:</cite><blockquote><div><p>ist dann wohl geschmackssache!</p></div></blockquote></div><p>Das ist wahr!</p><p>So muss man in einer Gallerytemplate den ganzen Wust 2x durchlaufen, um per counter die Einträge im jQuerycall und für die Thumbs zu erstellen.<br />Bis auf die zusätzlichen Klassen(.gallery1) ist wenigstens das Markup der Thumbs damit sauber.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Wed, 06 Nov 2013 11:45:49 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28460#p28460</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28443#p28443</link>
			<description><![CDATA[<p>vom entwickler habe ich via supportticket diese antwort erhalten:</p><div class="codebox"><pre><code>        &lt;script type=&quot;text/javascript&quot;&gt;
            $(function(){
                // Init Cloud Zoom.
                $(&quot;.cloudzoom&quot;).CloudZoom({zoomImage: &#039;images/large/image1.jpg&#039;});
                // Setup gallery elements.
                $(&quot;.gallery1&quot;).attr(&#039;data-cloudzoom&#039;,&quot;useZoom: &#039;.cloudzoom&#039;, image: &#039;images/small/image1.jpg&#039;, zoomImage: &#039;images/large/image1.jpg&#039; &quot;);
                $(&quot;.gallery2&quot;).attr(&#039;data-cloudzoom&#039;,&quot;useZoom: &#039;.cloudzoom&#039;, image: &#039;images/small/image2.jpg&#039;, zoomImage: &#039;images/large/image2.jpg&#039; &quot;);
                $(&quot;.gallery3&quot;).attr(&#039;data-cloudzoom&#039;,&quot;useZoom: &#039;.cloudzoom&#039;, image: &#039;images/small/image3.jpg&#039;, zoomImage: &#039;images/large/image3.jpg&#039; &quot;);
                $(&quot;.cloudzoom-gallery&quot;).CloudZoom();
            });
        &lt;/script&gt;    

        &lt;img class = &quot;cloudzoom&quot; src = &quot;images/small/image1.jpg&quot;/&gt;
        &lt;br/&gt;
        &lt;img class = &#039;cloudzoom-gallery gallery1&#039; src = &quot;images/thumbs/image1.jpg&quot;&gt;
        &lt;img class = &#039;cloudzoom-gallery gallery2&#039; src = &quot;images/thumbs/image2.jpg&quot;&gt;
        &lt;img class = &#039;cloudzoom-gallery gallery3&#039; src = &quot;images/thumbs/image3.jpg&quot;&gt;</code></pre></div><p>ist dann wohl geschmackssache!</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Tue, 05 Nov 2013 20:45:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28443#p28443</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28440#p28440</link>
			<description><![CDATA[<p>uff. ich mag diese data attribute einfach nicht. so siehts jetzt bei mir aus:</p><div class="codebox"><pre><code>[== code ==]
jQuery(document).ready(function($) {
	$(&#039;#cloudzoom&#039;).CloudZoom({
			zoomPosition: &#039;inside&#039;,
			captionSource: &#039;&#039;,
			easing: 10,
			zoomOffsetX: 0
	}); 
	var cloudZoom = $(&#039;#cloudzoom&#039;).data(&#039;CloudZoom&#039;);
	$(&#039;#cloudzoom&#039;).bind(&#039;click&#039;,function(){
            cloudZoom.closeZoom();
            alert(&quot;open&quot;);
            return false;
        });
        $(&#039;a.cloudzoom-gallery&#039;).bind(&#039;click&#039;,function(){
        	var smallimage = $(this).attr(&quot;rel&quot;);
        	var largeimage = $(this).attr(&quot;href&quot;);
        	cloudZoom.loadImage(smallimage,largeimage);
            return false;
        });
});</code></pre></div><p>und der link:</p><div class="codebox"><pre><code>&lt;a class=&quot;cloudzoom-gallery&quot; data-cloudzoom=&quot;useZoom:&#039;#cloudzoom&#039;&quot; rel=&quot;small/neolog_bild1_schwarz.jpg&quot; href=&quot;big/neolog_bild1_schwarz.jpg&quot; title=&quot;&quot;&gt;&lt;img src=&quot;thumbnail/neolog_bild1_schwarz.jpg&quot; width=&quot;56&quot; height=&quot;56&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;</code></pre></div><p>grundsätzlich funzt das so erstmal. aber komtm mir immernoch irgendwie umständlich vor.</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Tue, 05 Nov 2013 20:32:21 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28440#p28440</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28439#p28439</link>
			<description><![CDATA[<p>Stimmt.<br />Mit der Quickstartmethode funktioniert es immer.</p><p>Prinzipiell hat es bei mir nun auch funktioniert, aber mit der unschönen Methode, die Parameter alle in den Link der Gallerybilder zu schreiben. Ich hasse diese redundanten Notierungen...</p><p>Siehe so:</p><div class="codebox"><pre class="vscroll"><code>        &lt;script type=&quot;text/javascript&quot;&gt;
            CloudZoom.quickStart();
        &lt;/script&gt;    

    &lt;/head&gt;
    
    &lt;body&gt;

        &lt;img id=&quot;cloudZoom&quot; class=&quot;cloudzoom&quot; src=&quot;images/small/image1.jpg&quot; data-cloudzoom=&#039;{
           &quot;useZoom&quot;:&quot;#cloudZoom&quot;,
           &quot;image&quot;:&quot;images/small/image1.jpg&quot;,
           &quot;zoomImage&quot;:&quot;images/large/image1.jpg&quot;,
           &quot;galleryEvent&quot;:&quot;mouseover&quot;,
           &quot;zoomPosition&quot;:&quot;inside&quot;,
           &quot;zoomOffsetX&quot;:0,
           &quot;captionSource&quot;:&quot;&quot;
            }&#039;&gt;

        &lt;br/&gt;

        &lt;a href=&quot;#&quot; class=&quot;cloudzoom-gallery&quot; data-cloudzoom=&#039;{
           &quot;useZoom&quot;:&quot;#cloudZoom&quot;,
           &quot;image&quot;:&quot;images/small/image2.jpg&quot;,
           &quot;zoomImage&quot;:&quot;images/large/image2.jpg&quot;,
           &quot;galleryEvent&quot;:&quot;mouseover&quot;,
           &quot;zoomPosition&quot;:&quot;inside&quot;,
           &quot;zoomOffsetX&quot;:0,
           &quot;captionSource&quot;:&quot;&quot;
           }&#039;&gt;
          &lt;img src=&quot;images/thumbs/image2.jpg&quot; width=&quot;56&quot; height=&quot;56&quot; alt=&quot;&quot;&gt;
        &lt;/a&gt;

        &lt;a href=&quot;#&quot; class=&quot;cloudzoom-gallery&quot; data-cloudZoom=&#039;{
           &quot;useZoom&quot;:&quot;#cloudZoom&quot;,
           &quot;image&quot;:&quot;images/small/image3.jpg&quot;,
           &quot;zoomImage&quot;:&quot;images/large/image3.jpg&quot;,
           &quot;galleryEvent&quot;:&quot;mouseover&quot;,
           &quot;zoomPosition&quot;:&quot;inside&quot;,
           &quot;zoomOffsetX&quot;:0,
           &quot;captionSource&quot;:&quot;&quot;
           }&#039;&gt;
          &lt;img src=&quot;images/thumbs/image3.jpg&quot; width=&quot;56&quot; height=&quot;56&quot; alt=&quot;&quot;&gt;
        &lt;/a&gt;</code></pre></div><p><span class="bbs">Allerdings klappt es dort nicht mehr mit dem zoomOffsetX. Das Zoombild ist stets nach rechts verschoben.</span><br />Nein. Es klappt mit dem Offset! Ich hatte INT Werte in &quot;&quot;</p><p>Hauptsache der Parameter &quot;useZoom&quot;:&quot;<span style="color: blue">#</span>cloudZoom&quot;, zeigt auf die ID des ersten Bildes.</p><p>Hier <a href="https://www.dropbox.com/s/ka210khjgvrbp5n/cloudzoom-gallery-nicmare.htm" rel="nofollow">mein ganzer Quelltext</a> mit den Bildern aus dem Cloudzoombeispiel.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 05 Nov 2013 19:21:25 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28439#p28439</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28430#p28430</link>
			<description><![CDATA[<p>Ja, deren <a href="http://www.starplugins.com/cloudzoom/examples" rel="nofollow">Beispiel</a> verwendet die hauseigene quickStart() Methode. Die ist aber für meine Umgebung ungeeignet. Daher der traditionelle jQuery Aufruf. Und gerade in diesem Zusammenhang gibt es kein Beispiel mit einer Galerie.</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Tue, 05 Nov 2013 17:39:17 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28430#p28430</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28425#p28425</link>
			<description><![CDATA[<p>Autsch! Da gibt es schon Version 3.<br />Das muss ich mir die Tage genauer anschauen.</p><p><span class="bbs">Ein erster Blick auf die Beispiele zeigt, dass die keine Links um die Gallerybilder verwenden, und den Images alle Parameter mitgeben.</span> Auf deren Website schon!</p><p>Ich werd&#039;s morgen mal genauer anschauen.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 05 Nov 2013 16:21:56 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28425#p28425</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28421#p28421</link>
			<description><![CDATA[<p>irgendwie klappt das mit der gallery nicht mehr. Du hast es ja wie in version 1 gelöst: <a href="http://www.professorcloud.com/mainsite/cloud-zoom-test.htm" rel="nofollow">http://www.professorcloud.com/mainsite/ … m-test.htm</a></p><p>Aber ich benutze nun version 3. Und da bekomme ich es partout nicht zum laufen! Also Cloudzoom geht. Aber mir gelingt es nicht, mit Links andere Fotos für Cloudzoom zu laden.</p><p>Ich finde dazu auch nichts in der Dokumentation. Ich hasse sowas!<br />So starte ich Cloudzoom:</p><div class="codebox"><pre><code>&lt;script type=&quot;text/javascript&quot;&gt;
	jQuery(document).ready(function($) {
		$(&#039;#cloudzoom&#039;).CloudZoom({
			zoomPosition: &#039;inside&#039;,
			captionSource: &#039;&#039;,
			easing: 1,
			zoomOffsetX: 0,
			galleryEvent:&#039;mouseover&#039;
		}); 
	});
&lt;/script&gt;
    &lt;a class=&quot;cloudzoomcontainer&quot; href=&quot;neolog_bild1_schwarz.jpg&quot;&gt;&lt;img id=&quot;cloudzoom&quot; src=&quot;neolog_bild1_schwarz_small.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</code></pre></div><p>Das Klappt soweit. Aber bei der Gallery hörts auf:</p><div class="codebox"><pre><code>&lt;a class=&quot;cloudzoom-gallery&quot; rel=&quot;useZoom:&#039;cloudZoom&#039;, smallImage: &#039;neolog_bild2_schwarz.jpg&#039;&quot; href=&quot;neolog_bild2_schwarz_small.jpg&quot; title=&quot;&quot;&gt;&lt;img class=&quot;cloudzoom-gallery&quot; src=&quot;neolog_bild2_schwarz.jpg&quot; width=&quot;56&quot; height=&quot;56&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;a class=&quot;cloudzoom-gallery&quot; rel=&quot;useZoom:&#039;cloudZoom&#039;, smallImage: &#039;neolog_bild3_schwarz.jpg&#039;&quot; href=&quot;neolog_bild3_schwarz_small.jpg&quot; title=&quot;&quot;&gt;&lt;img class=&quot;cloudzoom-gallery&quot; src=&quot;neolog_bild3_schwarz.jpg&quot; width=&quot;56&quot; height=&quot;56&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;a class=&quot;cloudzoom-gallery&quot; rel=&quot;useZoom:&#039;cloudZoom&#039;, smallImage: &#039;neolog_bild4_schwarz.jpg&#039;&quot; href=&quot;neolog_bild4_schwarz_small.jpg&quot; title=&quot;&quot;&gt;&lt;img class=&quot;cloudzoom-gallery&quot; src=&quot;neolog_bild4_schwarz.jpg&quot; width=&quot;56&quot; height=&quot;56&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;</code></pre></div><p>Hat das schon einmal jemand jüngst umgesetzt? Bekomme auch keine JS Fehler oder dergleichen…</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Tue, 05 Nov 2013 15:28:56 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28421#p28421</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=15847#p15847</link>
			<description><![CDATA[<p>hallo Klenkes, </p><p>Super Anleitung. Hat tatsächlich sofort geklappt. Sehr schön! </p><p>Daumen hoch!</p>]]></description>
			<author><![CDATA[dummy@example.com (rolwalca)]]></author>
			<pubDate>Thu, 09 Feb 2012 10:15:31 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=15847#p15847</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=12628#p12628</link>
			<description><![CDATA[<p>das werde ich demnächst auch mal in eine Seite einarbeiten, danke fürs diese Beschreibung.</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Thu, 03 Nov 2011 08:30:52 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=12628#p12628</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10644#p10644</link>
			<description><![CDATA[<p>Jetzt geht es, danke!</p><br /><p>Hmelk</p>]]></description>
			<author><![CDATA[dummy@example.com (Hmelk)]]></author>
			<pubDate>Tue, 30 Aug 2011 11:31:36 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=10644#p10644</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9735#p9735</link>
			<description><![CDATA[<div class="quotebox"><cite>Hmelk schrieb:</cite><blockquote><div><p>Falls Du noch eine Idee zum Kommentar hast, der bei jedem Bild gleich ist...</p></div></blockquote></div><p>Scheint so als hätte Professor Cloud das gar nie vorgesehen...</p><p>Du must 2 Dinge tun.</p><p>1) In die cloud-zoom.js Datei muss folgende Zeile rein: (ganz unten Zeile ca. 368)</p><div class="codebox"><pre><code>// Change the small image to point to the new small image.
$(&#039;#&#039; + data.useZoom + &#039; img&#039;).attr(&#039;src&#039;, event.data.data(&#039;relOpts&#039;).smallImage);

// DIESE ZEILE IST NEU!!! Change the title to the new image title
$(&#039;#&#039; + data.useZoom + &#039; img&#039;).attr(&#039;title&#039;, event.data.attr(&#039;title&#039;));

// Init a new zoom with the new images.                
$(&#039;#&#039; + event.data.data(&#039;relOpts&#039;).useZoom).CloudZoom();
return false;</code></pre></div><p>2) Falls nicht schon drin, muss title=&quot;{$image-&gt;comment}&quot; <em>oder was auch immer</em> in die Links der Vorschaubilder.<br />(ist normalerweise aber schon drin.)</p><p>Damit klappt&#039;s bei mir.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Thu, 04 Aug 2011 09:01:45 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9735#p9735</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9713#p9713</link>
			<description><![CDATA[<div class="quotebox"><cite>Hmelk schrieb:</cite><blockquote><div><p>Falls Du noch eine Idee zum Kommentar hast, der bei jedem Bild gleich ist...</p></div></blockquote></div><p>Ich hab&#039;s hinbekommen.<br />Muss es aber noch testen und poste es dann hier.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Wed, 03 Aug 2011 19:35:46 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9713#p9713</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9698#p9698</link>
			<description><![CDATA[<p>SUPER, das klappt. THANXS!</p><p>Falls Du noch eine Idee zum Kommentar hast, der bei jedem Bild gleich ist...</p><p>Gruß</p><p>Hmelk</p>]]></description>
			<author><![CDATA[dummy@example.com (Hmelk)]]></author>
			<pubDate>Wed, 03 Aug 2011 10:57:52 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9698#p9698</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9672#p9672</link>
			<description><![CDATA[<p>Zum Problem mehrerer Galerien pro Seite:<br />Du must in der Template statt id=&#039;zoom<strong><span style="color: blue">1</span></strong>&#039; der zweiten Galerie id=&#039;zoom<strong><span style="color: blue">2</span></strong>&#039; mitgeben.<br />Das ist alles.</p><p><strong>Besser ist natürlich:</strong><br />Du hast bei Gallery Zugriff auf die galleryID. Diese würde ich in der Template so id=&#039;zoom{$galleryid}&#039; angeben. Dann hat jede Galerie seine eigene ID und laüft separat.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 02 Aug 2011 15:47:11 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9672#p9672</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gallery und Cloud-Zoom]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9670#p9670</link>
			<description><![CDATA[<p>Ähem... da machst du natürlich nichts falsch. Das ist bei meinem Berispiel so.<br />Es ist aber durchaus möglich mehrere Zoom-Galerien pro Seite zu haben. Dann muss man sie einzeln initialisieren. Aus dem Kopf weiß ich&#039;s grade nicht, aber auf der <a href="http://www.professorcloud.com/mainsite/cloud-zoom.htm" rel="nofollow">Zoom-Website</a> kann man es sehen.</p><p>Die Sache mit dem Titel ist komisch... Der Kunde, bei dem ich das gerade eingebaut habe, wollte keine Titel. Deshalb fiel mir wahrscheinlich nichts auf.</p><p>Ich schau mal, so bald ich Zeit habe.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 02 Aug 2011 14:16:05 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=9670#p9670</guid>
		</item>
	</channel>
</rss>
