1.I have set the thumbnail size to 207 x 136 but it gives me something much smaller.
2. When i click on the thumbnail, i want it to go to a page and not to a larger version of the image. How can I fix that?
Thanks.
Code: Select all
{content_module block="filepicker_block_1" module="GBFilePicker" assign="image1" label="Image 1" mode="browser" media_type="image" dir="images" tab="Eight images"}
{content block="url_1" oneline=1 label="Full url image 1" assign="url1" tab="Eight images"}
{content_module block="filepicker_block_2" module="GBFilePicker" assign="image2" label="Image 2" mode="browser" media_type="image" dir="images" tab="Eight images"}
{content block="url_2" oneline=1 label="Full url image 2" assign="url2" tab="Eight images"}
...
{if $image1 && $url1 != ''}
<div class="image-block">
<a href="{$url1}">
{CGSmartImage src=$image1 filter_croptofit='125,125,,1' noembed=1 alt=""}
</a>
</div>
{/if}
{if $image2 && $url2 != ''}
<div class="image-block">
<a href="{$url2}">
{CGSmartImage src=$image2 filter_croptofit='125,125,,1' noembed=1 alt=""}
</a>
</div>
{/if}
...
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : ElegantBlue
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20120108
Modified: Nia Interactive for CMS Made Simple | niainteractive.com
-->
<__html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Author" content="Nia Interactive : niainteractive.com" />
<title>{sitename} - {title}</title>
{cms_stylesheet}
{metadata}
<link href="http://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="drkyre_slider, WOW Slider, Photo Slider jQuery, Image Slider HTML" />
<meta name="description" content="drkyre_slider created with WOW Slider, a free wizard program that helps you easily generate beautiful web slideshow" />
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<__script__ type="text/javascript" src="engine1/jquery.js"></__script>
<!-- End WOWSlider.com HEAD section -->
</head>
</__body>
<div id="wrapper">
<!-- #header -->
<div id="header-wrapper">
<div id="header">
<div id="logo">
<a href="index.php"><img src="/drkyre/uploads/Elegant_Blue/dk_logo.png" border="0" height="115"></a>
</div>
</div>
</div>
<!-- end #header -->
<!-- #menu -->
<div id="menu-wrapper">
<div id="menu">
<ul>
<li>{menu number_of_levels='1'}</li>
</ul>
</div>
</div>
<!-- end #menu -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="page-content">
<!-- Start WOWSlider.com BODY section -->
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><a href="http://drkyre.com/"><img src="data1/images/dr.kyre_adept.jpg" alt="Dr.Kyre Adept" title="Dr.Kyre Adept" id="wows1_0"/></a>Dr. Kyre is a multi talented professional. You may find her writing about cooking or spirituality, creating her signature mouth-watering chocolate truffles, or helping clients recode their inner programming so they can reconnect with their divine blueprint and live happy lives.</li>
<li><a href="http://drkyre.com/food.html" target="_self"><img src="data1/images/food.png" alt="Food" title="Food" id="wows1_1"/></a>A former chef, Kyre delights in excellent food – in your house as well as hers. Her cookbooks are available in all ebook formats, with mouth-watering pictures by Madeleine Vite. Click here to find the book page.</li>
<li><a href="http://drkyre.com/books.html"><img src="data1/images/books1.png" alt="Books" title="Books" id="wows1_2"/></a>Can you spell “spiritual overachiever”? With renowned photographer Madeleine Vite (top row) or as a lightworker (bottom row), Kyre now has ten books in print. Click here and take your pick!</li>
<li><a href="http://tealsheepfoundation.org"><img src="data1/images/tealsheep2good.png" alt="Teal Sheep Foundation" title="Teal Sheep Foundation" id="wows1_3"/></a>We just love to do good in the world… especially for those who are creatively eccentric. The Teal Sheep Foundation supports excellence in the arts, writing, healing, spirituality and chocolate! Click here for more.</li>
<li><a href="http://art-of-integration.com.html" target="_self"><img src="data1/images/creating_the_future.png" alt="ART of Integration" title="ART of Integration" id="wows1_4"/></a>Are you living the fabulous life you were designed to enjoy? If not, we can use techniques that quickly and effectively reset your energy fields so that you can step forward into your perfect future. </li>
<li><a href="http://churchofchocolate.org"><img src="data1/images/church_of_chocolate.png" alt="Church of Chocolate" title="Church of Chocolate" id="wows1_5"/></a>We all know that really good chocolate IS a religious experience. That’s why Kyre produces exceptional chocolate truffles as part of her spiritual communion. One bite, and you’ll think you’ve died and gone to heaven…</li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#" title="Dr.Kyre Adept">1</a>
<a href="#" title="Food">2</a>
<a href="#" title="Books">3</a>
<a href="#" title="Teal Sheep Foundation">4</a>
<a href="#" title="ART of Integration">5</a>
<a href="#" title="Church of Chocolate">6</a>
</div></div>
<span class="wsl"><a href="http://wowslider.com">Image Sliders</a> by WOWSlider.com v4.8</span>
<a href="#" class="ws_frame"></a>
</div>
<__script__ type="text/javascript" src="engine1/wowslider.js"></__script>
<__script__ type="text/javascript" src="engine1/script.js"></__script>
<!-- End WOWSlider.com BODY section -->
<div id="content">
<!-- #content -->
<div class="post">
<h2 class="title"><a href="index.php">{title}</a></h2><p>
<div class="entry">
{content}
</div>
</div>
<div style="clear: both;"> </div>
{content_module block="filepicker_block_1" module="GBFilePicker" assign="image1" label="Image 1" mode="browser" media_type="image" dir="images" tab="Eight images"}
{content block="url_1" oneline=1 label="Full url image 1" assign="url1" tab="Eight images"}
{content_module block="filepicker_block_2" module="GBFilePicker" assign="image2" label="Image 2" mode="browser" media_type="image" dir="images" tab="Eight images"}
{content block="url_2" oneline=1 label="Full url image 2" assign="url2" tab="Eight images"}
...
{if $image1 && $url1 != ''}
<div class="image-block">
<a href="{$url1}">
{CGSmartImage src=$image1 filter_croptofit='160,105,,1' noembed=1 alt=""}
</a>
</div>
{/if}
{if $image2 && $url2 != ''}
<div class="image-block">
<a href="{$url2}">
{CGSmartImage src=$image2 filter_croptofit='160,105,,1' noembed=1 alt=""}
</a>
</div>
{/if}
...
</div>
<!-- end #content -->
<!-- #sidebar -->
<div id="sidebar">
<ul>
<li><h2>Menu</h2>
{menu number_of_levels="2" start_level="1" collapse="1"}
</li>
<li><h2>Latest News</h2>
<p>New Website<br>
New Theme</p>
</li>
</ul>
</div>
<!-- end #sidebar -->
</div>
<div style="clear: both;"> </div>
</div>
</div>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>Copyright (c) 2012 {sitename}. Powered by Nia Interactive.</p>
</div>
<!-- end #footer -->
<__body>
</__html>Code: Select all
<h4><strong>Staying Clear and Focused in the Midst of Diversity</strong></h4>
<p><br />Question: What do cookbooks, books on spirituality, a non-profit organization, chocolate, and personal coaching have in common?</p>
<p><br />Answer: Dr. Kyre Adept.</p>
<br />
<p>Dr. Kyre is a multi talented professional. You may find her writing about cooking or spirituality, creating her signature mouth-watering chocolate truffles, or helping clients recode their inner programming so they can reconnect with their divine blueprint and live happy lives. Dr. Kyre models what she teaches her clients and customers. Her cookbooks are well designed, precise and easy to follow; she expresses her spirituality clearly in her life; and her intuition allows her to zero in on the exact steps her coaching clients need in order to get their lives back on track.</p>
<p>Passion and purpose are important in her life: she helps her clients and customers tap into their passions and purpose too, whether it’s trying out beautifully-presented recipes or finding their way in life. They learn to listen to the small voice of intuition that sets them on the right path, get clear about exactly what they want and need to do next, and focus on doing the right things.</p>
<p>Her education is as diverse as her talents. She holds both a BA and an MA in architecture from Hull School of Architecture in England, and a PhD in Esoteric Studies from American Pacific University in Hawaii. She is a Reiki master and a professional coach trained by The Coaches Training Institute (CTI), one of the oldest coach training schools in the industry. Dr. Kyre is one of only 40 certified practitioners/instructors of Geotran™, a straightforward technique for personal transformation.</p>
<p>Click on any of the links below for details of the diverse ventures that bring joy, hope and happiness to Dr.Kyre’s clients and customers.</p>
<p> </p>
<p> </p>
{content_module block="filepicker_block_1" module="GBFilePicker" assign="image1" label="Image 1" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_1" oneline=1 label="Full url image 1" assign="url1" tab="Eight images"} {content_module block="filepicker_block_2" module="GBFilePicker" assign="image2" label="Image 2" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_2" oneline=1 label="Full url image 2" assign="url2" tab="Eight images"} {content_module block="filepicker_block_3" module="GBFilePicker" assign="image3" label="Image 3" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_3" oneline=1 label="Full url image 3" assign="url3" tab="Eight images"} {content_module block="filepicker_block_4" module="GBFilePicker" assign="image4" label="Image 4" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_4" oneline=1 label="Full url image 4" assign="url4" tab="Eight images"} {content_module block="filepicker_block_5" module="GBFilePicker" assign="image5" label="Image 5" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_5" oneline=1 label="Full url image 5" assign="url5" tab="Eight images"} {content_module block="filepicker_block_6" module="GBFilePicker" assign="image6" label="Image 6" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_6" oneline=1 label="Full url image 6" assign="url6" tab="Eight images"} {content_module block="filepicker_block_7" module="GBFilePicker" assign="image7" label="Image 7" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_7" oneline=1 label="Full url image 7" assign="url7" tab="Eight images"} {content_module block="filepicker_block_8" module="GBFilePicker" assign="image8" label="Image 8" mode="browser" media_type="image" dir="images" tab="Eight images"} {content block="url_8" oneline=1 label="Full url image 8" assign="url8" tab="Eight images"} ... {if $image1 && $url1 != ''}
<div class="image-block"><a href="{$url1}"> {CGSmartImage src=$image1 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image2 && $url2 != ''}
<div class="image-block"><a href="{$url2}"> {CGSmartImage src=$image2 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image3 && $url3 != ''}
<div class="image-block"><a href="{$url3}"> {CGSmartImage src=$image3 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image4 && $url4 != ''}
<div class="image-block"><a href="{$url4}"> {CGSmartImage src=$image4 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image5 && $url5 != ''}
<div class="image-block"><a href="{$url5}"> {CGSmartImage src=$image5 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image6 && $url6 != ''}
<div class="image-block"><a href="{$url6}"> {CGSmartImage src=$image6 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image7 && $url7 != ''}
<div class="image-block"><a href="{$url7}"> {CGSmartImage src=$image7 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... {if $image8 && $url8 != ''}
<div class="image-block"><a href="{$url8}"> {CGSmartImage src=$image8 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if} ... <!-- end #content -->Code: Select all
{if $image8 && $url8 != ''}Code: Select all
{if $image8 && $url8 != ''}Code: Select all
{if true}
<div class="image-block"><a href="{$url1}"> {CGSmartImage src=$image1 filter_croptofit='160,105,,1' noembed=1 alt=""} </a></div>
{/if}