How can i use icarousel with kentico cms7 and it should show thumbnail of cuurent image and all imag

sarathlal s asked on March 4, 2014 05:17

How can i use icarousel with kentico cms7 and it should show thumbnail of cuurent image and all images in the bottom

Recent Answers


Brenden Kehren answered on March 4, 2014 07:58

  • Add a repeater to your page template
  • Set the document types to be of cms.file
  • Create a transformation for your images (could be as simple as < img ....> or < li > < img ... >)
  • Add the jQuery files and CSS to the page template
  • Add new Files (images) under the document node you are working on
  • If your plug-in doesn't create the thumbnail navigation below, you can add another repeater an do the same thing below it. Guessing you'll have to initialize it with your jQuery call as well.
0 votesVote for this answer Mark as a Correct answer

Richard Sustek answered on March 4, 2014 22:49

Hi,

Thank you for your message.

Your description is way to simple and its not possible to answer it correctly.

In order to create some carousel (jQuery addon) you will need to stick up with general coding requirements which the carousel have (most likely on its authors homepage). Kentico is just like any other site, you will need to follow these rules like register jQuery, create needed structure and so on. All this can be accomplished in Kentico. First of all I would recommend learning how to create webparts here and then inspire e.g. with one of our webparts (Repeater with Carousel -> Repeater with effect).

Let us know which information you need.

Kind regards,

Richard Sustek

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.