2011-01-15, 00:01:25
Sorry I was wrong , no customfields on this one.
Just pure Getsimple. PagesXML caching plugin does all the work.
Site is setup with 4 pages, and some subpages for the editable text.
See here:
So the about us page is this
Transitions on the top left images is using jquery.FancyTransitions
http://workshop.rs/projects/jqfancytransitions/
Like I said , template was purchased from themeForest.net, i just had to convert to GS.
Everything on the site was included in the template. Would highly recommend them if your looking for an inexpensive template to convert.
Mike.
Just pure Getsimple. PagesXML caching plugin does all the work.
Site is setup with 4 pages, and some subpages for the editable text.
See here:
So the about us page is this
Code:
<div class="panel" id="two">
<div class="panel-wrapper">
<div class="show">
<h4>About us</h4>
<!-- Left content -->
<div class="left_cont">
<?php digi_getPageContent('left'); ?>
</div>
<!-- right content -->
<div class="right_cont">
<?php digi_getPageContent('right'); ?>
</div>
</div>
</div>
</div>
Transitions on the top left images is using jquery.FancyTransitions
http://workshop.rs/projects/jqfancytransitions/
Like I said , template was purchased from themeForest.net, i just had to convert to GS.
Everything on the site was included in the template. Would highly recommend them if your looking for an inexpensive template to convert.
Mike.