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.

All other Modules /

Discuss all other Modules here.

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

Event Calendar highlight dates with events


Go to End


12 Posts   4829 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

14 January 2010 at 6:16am

Yeah, you can do it all with CSS. Just override the rules with specificity or by using the !important flag.

Avatar
orion

Community Member, 20 Posts

16 January 2010 at 9:31am

Uncle Cheese,

Can the following be done in silverstripe for a sophisticated home pager slider. If so which direction do I take this. Thanks in advance!

1) When the page loads, it automatically cycles through 6 or more slides.

2) The default automatic cycle should have a segmented animation IN and OUT.
(I.E background image fades in, then some text fades in, then another piece of text or copy line fades in.) This process will create one slide and pause for a few seconds and then all components will fade out to transition into another slide with the same process.

3) navigational buttons/numbers that correspond to each slide should have the accordian effect as the rotator animates through the cycle.

4) the backend cms should be able to create each slide with the ability to modify all the components of each slide. the components will be the text, fade control of the different texts copy's, and placement, and links to the slide.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

16 January 2010 at 9:49am

Of course it can be done. What you're describing can all be accomplished with javascript plugins. You don't really need Silverstripe for this.

Avatar
orion

Community Member, 20 Posts

16 January 2010 at 10:08am

Thank you Uncle Cheese. I feel a bit more confident. I am aiming to use silverstripe so the admin user can modify the components of each slide without too much difficulty.

Go to Top