Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > jQuery question View modes: 
User avatar
Member
Member
dussto-live - 10/14/2010 12:51:38 PM
   
jQuery question
I have some jQuery powered galleries and image sliders that I used in php/html websites. I wanna have image slider, with thumbnails for example on some some pages (home etc.)

Is there any web part that allows custom html code inserting, so I can use code from my index.html that displays the gallery, so it can be showed on kentico's homepage? If this is wrong, is there any better way?

User avatar
Member
Member
dussto-live - 10/14/2010 5:47:56 PM
   
RE:jQuery question
Ok, what I want to do is next.

I have a jquery powered slider. I put them in the folder called "rotator" with the following structure/subfolders, placed in Kentico root folder (with App_Themes, App_Data end rest folders):

images - folder with images that I wanna rotate in slider
js - folder contains basic jquery libraries that has to be included in the HEAD tag of the page
index.html - file that shows the slider
2 css files - I don't have to explain this.

Now, I want to use the lsider from index.html on some of the Kentico pages I create.

What's the best way to do this?

User avatar
Member
Member
dussto-live - 10/14/2010 7:10:21 PM
   
RE:jQuery question
I solved this. Never mind my posts. :)