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

FlexSlider won't show my pictures


Go to End


18 Posts   11202 Views

Avatar
Suzanne

Community Member, 37 Posts

22 December 2012 at 3:01am

Hoi,

Can anybody help me find out why my FlexSlider doesn't work?
It shows an box in my page but the background image is none while there the flexslider code shows that he's
getting the picture.

See code.

Thank you !!!

Suzanne

Avatar
Webdoc

Community Member, 349 Posts

22 December 2012 at 6:02pm

Can i had your adress for web. mine is working great look here: http://www.aprilia.ee/projectuus/ . Also can can u describe more what isn't working in your flexslider is the slider it self dont work or to u have some code problems to get the images to slider.

Avatar
Webdoc

Community Member, 349 Posts

24 December 2012 at 4:44am

Can make module for it and upload it if someone wants.

Avatar
Suzanne

Community Member, 37 Posts

3 January 2013 at 1:41am

Hi,

I don't know whats happend but it suddenly works.

thanks for helping.

Gr. Suzanne

Avatar
Suzanne

Community Member, 37 Posts

8 January 2013 at 11:09pm

Hi,

And now its not working again.

See the code.

Or maybe you have a better solution, because I also need to put in video's but that isn't posible in the flexslider.

SS Layout:

<div class="box-large">
<div class="box-content">
<h1>$LargBoxTitle</h1>
<object width="350" height="197">
<div class="box-video">
$FlexSlider(1,350,197)
</div>
</object>
</div>

Attached Files
Avatar
Webdoc

Community Member, 349 Posts

9 January 2013 at 6:42am

Can u share the code for check the bug?

Avatar
Suzanne

Community Member, 37 Posts

9 January 2013 at 8:40pm

Edited: 09/01/2013 8:53pm

Hoi,

Here the code. Can it be something with jquery or java?

Gr. Suzanne

Attached Files
Avatar
lx

Community Member, 83 Posts

10 January 2013 at 12:08pm

Hi suzanne,

In case you havent seen it yet, check the documentation for this module at
http://netefx.de/Silverstripe-flexslider.php

If the slider is not working in your site its maybe a jquery problem.
Please check the firebug console for any error messages.
Java has nothing to do with this. But probably you mean javascript.

When we built this module we forgot to add support for videos.
And currently we dont have enough time to work on the module.
So if anyone wants to add videointegration, feel free to make pull requests on github.

Go to Top