Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

jQuery Slidedeck integration


Go to End


9 Posts   3988 Views

Avatar
Chrisazuka

Community Member, 20 Posts

17 September 2011 at 4:44am

Edited: 17/09/2011 4:45am

I need to integrate jQuery Slidedeck (http://www.slidedeck.com/) in my template and also maybe being able to manage the slider from the admin panel. I really don't know how to go about achieving this and will appreciate help on direction on how to go about it.

Has anyone done this before? Please share How to.

Avatar
Webdoc

Community Member, 349 Posts

17 September 2011 at 8:49pm

U wanna add it on every page or in frontpage?
What fields u need in backend?

-Title
-Text
-Imagefield

and so on let me know and i try to help

Avatar
Chrisazuka

Community Member, 20 Posts

18 September 2011 at 9:55am

Hi webdoc
Thanks for your reply. well i have changed my mind with slidedeck. I now want to use Piecemaker flash 3D slider (http://www.modularweb.net/#/en/piecemaker). I want to use it on the home page only, while other pages will not have it.

Piecemaker flash 3D slider allow specifying the setting, images, swf and video through xml. So basically i want to have Piecemaker flash 3D slider in my homepage as the top banner just below Navigation bar and i want to be able to upload the assets (images, swf) i want to rotate and also enter the settings (transition, speed, hight) from the admin interface.

I will really appreciate any help you can render, i have also attached the Piecemaker flash 3D slider brief settings documentation.

Thanks.

Attached Files
Avatar
Webdoc

Community Member, 349 Posts

18 September 2011 at 10:36am

U need only for images or also the text part?

example of the pieceaker:
<Contents>
<Image Source="contents/piecemaker1.png" Title="The Piecemaker 2"></Image>
<Image Source="contents/piecemaker2.png" Title="Lots of new Features">
<Text>&lt;h1&gt;New hot Features&lt;/h1&gt;&lt;p&gt;The all new Piecemaker comes with lots of new features, making it even more slick.&lt;/p&gt;&lt;p&gt;Just to mention a few - you can now specify unlimited transition styles, include your own SWF and Video files, add hyperlinks to images and info texts with all special characters.&lt;/p&gt;&lt;p&gt;We also impoved the navigation and the animation with animated shadows and pixel-perfect transitions.&lt;/p&gt;</Text>
<Hyperlink URL="http://www.modularweb.net" Target="_blank" />
</Image>
<Flash Source="contents/flash.swf" Title="Loaded SWF File">
<Image Source="contents/flash-preview.png" />
</Flash>
<Image Source="contents/piecemaker3.png" Title="Editing made Easy"></Image>
<Video Source="contents/video.mp4" Title="Video Example" Width="910" Height="365" Autoplay="true">
<Image Source="contents/video-preview.jpg" />
</Video>
</Contents>

Let me know waht u need and i try to make u tepmplate and .php files

Avatar
Chrisazuka

Community Member, 20 Posts

18 September 2011 at 11:11am

Edited: 18/09/2011 11:14am

I need for image/flash/video source and the Text part.

U are God sent, Thanks

Avatar
Webdoc

Community Member, 349 Posts

18 September 2011 at 12:59pm

Edited: 18/09/2011 9:23pm

U need to change Settings of the thing in piecemaker/templates/PiecemakerPage_xml.ss File
Maybe someone smarter can make it work for u so that u can do it in admin.

the fullpackage is included in attacment
in admin u need to upload your Piecemaker css and swf File what u get from: http://bit.ly/Piecemaker2 package

@ moment it works only with images + text

Attached Files
Avatar
Chrisazuka

Community Member, 20 Posts

18 September 2011 at 6:22pm

Edited: 18/09/2011 6:53pm

You have been very helpful. thank you very much. i will send u email @e-sstonia.ee

What did u mean i upload the css from admin, i dnt understand that. can u explain?

Thank you

Avatar
Webdoc

Community Member, 349 Posts

18 September 2011 at 9:17pm

The is place for that under SWF Tab

Go to Top