This is an excellent theme! I'm stuck on one issue though, how are you able to get the slide show working. I have the required theme and modules all ready added and enabled. I just need to no how to add images for the slide show. Any help on the matter would be greatly appreciated.

Comments

drupal7400’s picture

Is there any documentation on how to setup slideshow?

JurriaanRoelofs’s picture

Assigned: Unassigned » JurriaanRoelofs
Status: Active » Needs work
asirjacques’s picture

Hi,

After a long time I figured it out and I thought it would will be nice to share it. (for other newbies like me.)

1 - Create a new block and named it SlideShow

2 - Add this code into the body:

<ul class="slide">
  <li>
    <img src="sites/default/files/touchpro/wall-e-1.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-2.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-3.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>

3 - Select "Full HTML"

4 - Select TouchPro Region Settings: "Featured"

5 - Show on page (optional)

Note: Of course you need to replace the path in <img /> with your own images.

I hope it helps someone. ;)

kobb’s picture

I just want to say thanks for posting this. I was looking into the module "Flex Slider". But this theme is already set up for your previous post so why not use it? Thanks a lot.

dklsx’s picture

"Flex Slider". not work for me.. I has been there.. Thank - Lynxas - your Idea and css code make help for me .... Thank alot.