<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>afasyah.web.id &#187; CSS</title>
	<atom:link href="http://afasyah.web.id/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://afasyah.web.id</link>
	<description>Me, Myself and a Wordpress</description>
	<lastBuildDate>Thu, 24 Dec 2009 02:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Prestashop &#8211; Menampilkan slideshow di halaman depan</title>
		<link>http://afasyah.web.id/prestashop/prestashop-menampilkan-slideshow-di-halaman-depan/</link>
		<comments>http://afasyah.web.id/prestashop/prestashop-menampilkan-slideshow-di-halaman-depan/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:27:17 +0000</pubDate>
		<dc:creator>danni</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://afasyah.web.id/?p=11</guid>
		<description><![CDATA[Prestashop seperti yang mungkin sudah Anda kenal, adalah salah satu aplikasi web, berupa Content Management System (CMS) khusus untuk keperluan e-commerce. Dibuat menggunakan PHP dan memanfaatkan SMARTY sebagai template engine-nya. Sekarang kita akan mencoba untuk menambahkan slideshow dihalaman depan satu website yang berguna misalnya untuk menampilkan serangkaian produk terbaru. S3Slider Untuk keperluan slideshow ada beberapa [...]


Related posts:<ol><li><a href='http://afasyah.web.id/prestashop/upgrade-prestashop/' rel='bookmark' title='Permanent Link: Upgrade prestashop'>Upgrade prestashop</a></li>
<li><a href='http://afasyah.web.id/aspnet/konversi-dataset-ke-json/' rel='bookmark' title='Permanent Link: Konversi dataset ke JSON'>Konversi dataset ke JSON</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://afasyah.web.id/wp-content/uploads/2009/06/presta1.jpg" rel="lightbox[11]" title="presta1"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="presta1" src="http://afasyah.web.id/wp-content/uploads/2009/06/presta1_thumb.jpg" border="0" alt="presta1" width="438" height="185" /></a></p>
<p>Prestashop seperti yang mungkin sudah Anda kenal, adalah salah satu aplikasi web, berupa Content Management System (CMS) khusus untuk keperluan e-commerce. Dibuat menggunakan PHP dan memanfaatkan SMARTY sebagai template engine-nya. Sekarang kita akan mencoba untuk menambahkan slideshow dihalaman depan satu website yang berguna misalnya untuk menampilkan serangkaian produk terbaru.</p>
<h3>S3Slider</h3>
<p>Untuk keperluan slideshow ada beberapa alternatif yang dapat digunakan antara lain menggunakan Flash atau Javascript. Untuk sederhananya kita gunakan javascript untuk keperluan slideshow diatas yaitu <a title="S3Slider" href="http://www.serie3.info/s3slider/" target="_blank">S3Slider</a>.</p>
<p>Menggunakan script ini sangat mudah, cukup dengan menyisipkan kode javascript, CSS dan HTML (berupa list untuk .menampilkan image). Lebih detailnya Anda dapat melihat contohnya di <a title="S3Slider" href="http://www.serie3.info/s3slider/" target="_blank">website S3Slider</a> atau download s3SliderFull.zip yang berisi script berikut contoh penggunaannya.</p>
<h3>Integrasi S3Slider dengan Prestashop</h3>
<p>Halaman depan yang memuat tampilan yang akan diganti sebetulnya adalah berupa modul bernama &#8220;Editorial&#8221;. Modul ini dapat Anda temukan di folder modules\Editorial. Backup dahulu folder tersebut sebelum melakukan perubahan berikut.</p>
<p>Ada beberapa file disana, antara lain: editorial.xml (sumber data), editorial.tpl (template layout), editorial.php (bertanggung jawab mengisi data dengan menggunakan layout diatas dan menampilkannya di halaman depan). Karena yang akan kita ubah adalah layoutnya, maka perubahan cukup dilakukan pada file editorial.tpl. Buka file tersebut dan paste kode dibawah ini:</p>
<div id="codeSnippetWrapper" style="border: 1px solid silver; margin: 20px 0px 10px; padding: 4px; overflow: auto; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 97.5%; font-family: 'Courier New',courier,monospace; direction: ltr; max-height: 200px; font-size: 8pt; cursor: text;">
<div id="codeSnippet" style="border-style: none; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;">
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum1" style="color: #606060">   1:</span> <span style="color: #006080">&lt;</span>!-- Module Editorial --<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum2" style="color: #606060">   2:</span> <span style="color: #006080">&lt;</span><span style="color: #0000ff">div</span> id="editorial_block_center" class="editorial_block"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum3" style="color: #606060">   3:</span> <span style="color: #006080">&lt;</span><span style="color: #0000ff">script</span> type="text/javascript" src="{$this_path}s3Slider<span style="color: #cc6633">.js</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span>/<span style="color: #0000ff">script</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum4" style="color: #606060">   4:</span> <span style="color: #006080">&lt;</span><span style="color: #0000ff">script</span> type="text/javascript"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum5" style="color: #606060">   5:</span> {literal}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum6" style="color: #606060">   6:</span>  $(document)<span style="color: #cc6633">.ready</span>(function() {$('#slider')<span style="color: #cc6633">.s3Slider</span>({timeOut: 3000});});</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum7" style="color: #606060">   7:</span> {/literal}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum8" style="color: #606060">   8:</span> <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">script</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum9" style="color: #606060">   9:</span> <span style="color: #006080">&lt;</span><span style="color: #0000ff">style</span> type="text/css"<span style="color: #006080">&gt;</span>@import url({$this_path}editorial<span style="color: #cc6633">.css</span>);<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">style</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum10" style="color: #606060">  10:</span> <span style="color: #006080">&lt;</span><span style="color: #0000ff">div</span> id="slider"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum11" style="color: #606060">  11:</span>     <span style="color: #006080">&lt;</span><span style="color: #0000ff">ul</span> id="sliderContent"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum12" style="color: #606060">  12:</span>         <span style="color: #006080">&lt;</span><span style="color: #0000ff">li</span> class="sliderImage"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum13" style="color: #606060">  13:</span>             <span style="color: #006080">&lt;</span>a href=""<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">img</span> src="{$this_path}1<span style="color: #cc6633">.jpg</span>" alt="1" /<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span>/a<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum14" style="color: #606060">  14:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">span</span> class="<span style="color: #0000ff">top</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span>Title text 1<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">br</span> /<span style="color: #006080">&gt;</span>Content text...<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">span</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum15" style="color: #606060">  15:</span>         <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">li</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum16" style="color: #606060">  16:</span>         <span style="color: #006080">&lt;</span><span style="color: #0000ff">li</span> class="sliderImage"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum17" style="color: #606060">  17:</span>             <span style="color: #006080">&lt;</span>a href=""<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">img</span> src="{$this_path}2<span style="color: #cc6633">.jpg</span>" alt="2" /<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span>/a<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum18" style="color: #606060">  18:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">span</span> class="<span style="color: #0000ff">top</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span>Title text 2<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">br</span> /<span style="color: #006080">&gt;</span>Content text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text..<span style="color: #cc6633">.Content</span> text...<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">span</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum19" style="color: #606060">  19:</span>         <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">li</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum20" style="color: #606060">  20:</span>         <span style="color: #006080">&lt;</span><span style="color: #0000ff">li</span> class="sliderImage"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum21" style="color: #606060">  21:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">img</span> src="{$this_path}3<span style="color: #cc6633">.jpg</span>" alt="3" /<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum22" style="color: #606060">  22:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">span</span> class="<span style="color: #0000ff">bottom</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span>Title text 2<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">br</span> /<span style="color: #006080">&gt;</span>Content text...<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">span</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum23" style="color: #606060">  23:</span>         <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">li</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum24" style="color: #606060">  24:</span>         <span style="color: #006080">&lt;</span><span style="color: #0000ff">li</span> class="sliderImage"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum25" style="color: #606060">  25:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">img</span> src="{$this_path}4<span style="color: #cc6633">.jpg</span>" alt="4" /<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum26" style="color: #606060">  26:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">span</span> class="<span style="color: #0000ff">bottom</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span>Title text 2<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">br</span> /<span style="color: #006080">&gt;</span>Content text...<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">span</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum27" style="color: #606060">  27:</span>         <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">li</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum28" style="color: #606060">  28:</span>         <span style="color: #006080">&lt;</span><span style="color: #0000ff">li</span> class="sliderImage"<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum29" style="color: #606060">  29:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">img</span> src="{$this_path}5<span style="color: #cc6633">.jpg</span>" alt="5" /<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum30" style="color: #606060">  30:</span>             <span style="color: #006080">&lt;</span><span style="color: #0000ff">span</span> class="<span style="color: #0000ff">top</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span>Title text 2<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">strong</span><span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span><span style="color: #0000ff">br</span> /<span style="color: #006080">&gt;</span>Content text...<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">span</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum31" style="color: #606060">  31:</span>         <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">li</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum32" style="color: #606060">  32:</span>         <span style="color: #006080">&lt;</span><span style="color: #0000ff">div</span> class="<span style="color: #0000ff">clear</span> sliderImage"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span>/<span style="color: #0000ff">div</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum33" style="color: #606060">  33:</span>     <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">ul</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum34" style="color: #606060">  34:</span>     <span style="color: #006080">&lt;</span><span style="color: #0000ff">div</span> class="<span style="color: #0000ff">clear</span>"<span style="color: #006080">&gt;</span><span style="color: #006080">&lt;</span>/<span style="color: #0000ff">div</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum35" style="color: #606060">  35:</span> <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">div</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum36" style="color: #606060">  36:</span> {if $xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$logo_subheading}{$xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$logo_subheading|stripslashes}{/if}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum37" style="color: #606060">  37:</span> {if $xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$<span style="color: #0000ff">title</span>}<span style="color: #006080">&lt;</span><span style="color: #0000ff">h2</span><span style="color: #006080">&gt;</span>{$xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$<span style="color: #0000ff">title</span>|stripslashes}<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">h2</span><span style="color: #006080">&gt;</span>{/if}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum38" style="color: #606060">  38:</span> {if $xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$subheading}<span style="color: #006080">&lt;</span><span style="color: #0000ff">h3</span><span style="color: #006080">&gt;</span>{$xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$subheading|stripslashes}<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">h3</span><span style="color: #006080">&gt;</span>{/if}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum39" style="color: #606060">  39:</span> {if $xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$paragraph}<span style="color: #006080">&lt;</span><span style="color: #0000ff">div</span><span style="color: #006080">&gt;</span>{$xml-<span style="color: #006080">&gt;</span><span style="color: #0000ff">body</span>-<span style="color: #006080">&gt;</span>$paragraph|stripslashes}<span style="color: #006080">&lt;</span>/<span style="color: #0000ff">div</span><span style="color: #006080">&gt;</span>{/if}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum40" style="color: #606060">  40:</span> <span style="color: #006080">&lt;</span>/<span style="color: #0000ff">div</span><span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum41" style="color: #606060">  41:</span> <span style="color: #006080">&lt;</span>!-- /Module Editorial --<span style="color: #006080">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p>Selanjutnya copy file s3Slider.js dan file image dari s3SliderFull.zip (ada di folder images\410) ke folder modules\editoral. Buat file editorial.css di folder yang sama dan tambahkan kode dibawah ini (catatan : width dan height dapat diatur menyesuaikan image yang akan Anda gunakan)</p>
<div id="codeSnippetWrapper" style="border: 1px solid silver; margin: 20px 0px 10px; padding: 4px; overflow: auto; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 97.5%; font-family: 'Courier New',courier,monospace; direction: ltr; max-height: 200px; font-size: 8pt; cursor: text;">
<div id="codeSnippet" style="border-style: none; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;">
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum1" style="color: #606060">   1:</span> #slider {</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum2" style="color: #606060">   2:</span>      <span style="color: #0000ff">width</span>: <span style="color: #006080">410px;</span> <span style="color: #008000">/* important to be same as image width */</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum3" style="color: #606060">   3:</span>      <span style="color: #0000ff">height</span>: <span style="color: #006080">300px;</span> <span style="color: #008000">/* important to be same as image height */</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum4" style="color: #606060">   4:</span>      <span style="color: #0000ff">position</span>: <span style="color: #006080">relative;</span> <span style="color: #008000">/* important */</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum5" style="color: #606060">   5:</span>      <span style="color: #0000ff">overflow</span>: <span style="color: #006080">hidden;</span> <span style="color: #008000">/* important */</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum6" style="color: #606060">   6:</span> }</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum7" style="color: #606060">   7:</span> #sliderContent {</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum8" style="color: #606060">   8:</span>      <span style="color: #0000ff">width</span>: <span style="color: #006080">410px;</span> <span style="color: #008000">/* important to be same as image width or wider */</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum9" style="color: #606060">   9:</span>      <span style="color: #0000ff">height</span>:<span style="color: #006080">310px;</span> <span style="color: #008000">/* add extra 10px for consistent height */</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum10" style="color: #606060">  10:</span> }</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum11" style="color: #606060">  11:</span> <span style="color: #cc6633">.sliderImage</span> {<span style="color: #0000ff">float</span>: <span style="color: #006080">left;</span><span style="color: #0000ff">position</span>: <span style="color: #006080">relative;</span><span style="color: #0000ff">display</span>: <span style="color: #006080">none;</span>}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum12" style="color: #606060">  12:</span> <span style="color: #cc6633">.sliderImage</span> <span style="color: #0000ff">span</span> {</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum13" style="color: #606060">  13:</span>      <span style="color: #0000ff">position</span>: <span style="color: #006080">absolute;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum14" style="color: #606060">  14:</span>     <span style="color: #0000ff">font</span>: 10px/15px Arial, Helvetica, sans<span style="color: #006080">-serif;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum15" style="color: #606060">  15:</span>      <span style="color: #0000ff">padding</span>: <span style="color: #006080">10px 13px;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum16" style="color: #606060">  16:</span>      <span style="color: #0000ff">width</span>: <span style="color: #006080">384px;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum17" style="color: #606060">  17:</span>      <span style="color: #0000ff">background-color</span>: <span style="color: #006080">#000;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum18" style="color: #606060">  18:</span>      filter: alpha(opacity=70);</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum19" style="color: #606060">  19:</span>      -moz-opacity: <span style="color: #006080">0.7;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum20" style="color: #606060">  20:</span>      -khtml-opacity: <span style="color: #006080">0.7;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum21" style="color: #606060">  21:</span>      opacity: <span style="color: #006080">0.7;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum22" style="color: #606060">  22:</span>      <span style="color: #0000ff">color</span>: <span style="color: #006080">#fff;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum23" style="color: #606060">  23:</span>      <span style="color: #0000ff">display</span>: <span style="color: #006080">none;</span></pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum24" style="color: #606060">  24:</span> }</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum25" style="color: #606060">  25:</span> <span style="color: #cc6633">.sliderImage</span> <span style="color: #0000ff">span</span> <span style="color: #0000ff">strong</span> {<span style="color: #0000ff">font-size</span>: <span style="color: #006080">14px;</span>}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum26" style="color: #606060">  26:</span> <span style="color: #cc6633">.top</span> {<span style="color: #0000ff">top</span>: 0;<span style="color: #0000ff">left</span>: 0;}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: white; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum27" style="color: #606060">  27:</span> <span style="color: #cc6633">.bottom</span> {<span style="color: #0000ff">bottom</span>: 0;<span style="color: #0000ff">left</span>: 0;}</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt;"><span id="lnum28" style="color: #606060">  28:</span> <span style="color: #0000ff">ul</span> { <span style="color: #0000ff">list-style</span>-type: <span style="color: #006080">none;</span>}</pre>
<p><!--CRLF--></div>
</div>
<p>Itu saja. Jalankan Prestashop Anda, maka akan memiliki tampilan seperti dibawah ini:</p>
<p><a href="http://afasyah.web.id/wp-content/uploads/2009/06/presta2.jpg" rel="lightbox[11]" title="presta2"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="presta2" src="http://afasyah.web.id/wp-content/uploads/2009/06/presta2_thumb.jpg" border="0" alt="presta2" width="438" height="247" /></a></p>
<p>-&gt; <a title="Editorial Module" href="http://www.ziddu.com/download/5550854/editorial.zip.html" target="_blank">Download modul Editorial yang telah dimodifikasi diatas</a>.<br />
-&gt; demo  <a title="Demo" href="http://shop.afasyah.web.id/" target="_blank">http://shop.afasyah.web.id</a></p>
<!-- PHP 5.x -->

<p>Related posts:<ol><li><a href='http://afasyah.web.id/prestashop/upgrade-prestashop/' rel='bookmark' title='Permanent Link: Upgrade prestashop'>Upgrade prestashop</a></li>
<li><a href='http://afasyah.web.id/aspnet/konversi-dataset-ke-json/' rel='bookmark' title='Permanent Link: Konversi dataset ke JSON'>Konversi dataset ke JSON</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://afasyah.web.id/prestashop/prestashop-menampilkan-slideshow-di-halaman-depan/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
