Closed (fixed)
Project:
Flex Slider
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2011 at 23:48 UTC
Updated:
25 Aug 2013 at 15:53 UTC
can it be used with text also, as mentioned on module page with any html element, i tried to add a Text field with Unlimited Cardinality but I couldn't see an option.
Comments
Comment #1
minoroffense commentedHaven't tried using it with text yet. Not all the options are implemented. But we'll get there eventually.
Comment #2
drew reece commentedGood lord, this isn't the thread I intended to post into - Sorry!
Comment #3
drew reece commentedSorry - didn't intend to change status either.
Comment #4
alexiswatson commentedWon't change status until the maintainer sees fit, though I have tested this with text and images for a client in conjunction with Views Slideshow, and it seems to be working swimmingly. YMMV, of course.
Comment #5
Jeff Burnz commenteddavidwatson, can you give us a quick run down on what you did with Views?
Getting something akin to some documentation is crucial, just a quite overview would help a lot.
For example - did you associate a text field with an image? If so, how?
Did you nuke the existing automagic captioning (this should be optional btw)?
Comment #6
minoroffense commentedJust a note on where I'm at with implementation.
I haven't had much time to work on FlexSlider in the last month. But I do have a project starting today which will require usage of the module so I'll be able to create a full release and hopefully build in the text slider functionality.
Thanks for your patience!
Comment #7
alexiswatson commented@5 - Using Views Slideshow, I pulled a listing of published nodes by content type. When defining fields, I then used the node's title, followed by the first image of each attached image field. A modest amount of CSS was all that was needed to achieve the desired result: a heading with the node's title above the representative image of that node, each linking to the node they represent. Once the site goes live, I'd be happy to link to it.
I have this issue followed, so I'll see if I can't post something more thorough later on.
Comment #8
minoroffense commentedYou should be able to use the caption support with Views Slideshow as of right now. With just Views, you can use the "Title" field or set alt text on the image to get the caption. Also, I believe if you set a field with the class "flex-caption" it will pick that up as the caption (see the Flex Slider docs for more on that).
As for using only text in the slides, that isn't supported for Flex Slider so we won't be doing that. I'm going to close this issue since captions are now supported. Views integration will be extended to have the same form options as Views Slideshow.
Thanks!
Comment #9
suppengruen commentedSince the current version of Flex Slider supports setting a 'selector' option, it is possible to initialize a slider without images.
This is what i used for a view without image fields:
Would it be possible to include this feature?
Comment #10
minoroffense commentedv2 can run without images. Just have to adjust some css on the slide elements (I.e. give them a max-width)