Hi Guys,

Sorry to be a complete noob but I installed TouchPro without using the startkit and am well into developing my site and I can't figure out how to make the front page block with the slideshow on it.

Can someone who has it please copy the raw code from the block underneath and I'll adapt it, I just cant seem to figure it out as there is no documentation with the site.

Many thanks. This is greatly appreciated!!

Ed

Comments

olegvo’s picture

<ul class="slide">
  <li>
    <img src="sites/default/files/touchpro/wall-e-2.jpg">
    <p class="caption">
      This slideshow is flexible in both width and height #responsivedesign
    </p>
  </li>
  <li>
    <img src="sites/default/files/touchpro/wall-e-3.jpg">
    <p class="caption">
      You can totally customize the transitions and other behaviors of the slideshow
    </p>
  </li>
  <li>
    <img src="sites/default/files/touchpro/wall-e-1.jpg">
    <p class="caption">
      It's based on the popular jQuery cycle script and includes custom easing
    </p>
  </li>
  <li>
    <img src="sites/default/files/touchpro/wall-e-4.jpg">
    <p class="caption">
      And all essential settings are available in the theme configurator
    </p>
  </li>
</ul>
eddycha’s picture

Status: Active » Closed (fixed)

Thank you so much! You just saved me such a hassle!