Hi,
The demo block you provide is solid proof of concept that this module works. Great job! With that said, I need help correctly setting up a content type to use in Views:
- what would I need to do to get the Demo's EXACT result with content type and Views?
- What fields would I need and what settings does each field require?
- Would one text box (Full HTML) be enough? When I create a new content should I write in the text box:
<div class="slide"> <img src="/sites/all/modules/views_fractionslider/images/01_box_top.png" width="361" height="354" data-position="-152,142" data-in="left" data-delay="200" data-out="right"> <img src="/sites/all/modules/views_fractionslider/images/01_box_bottom.png" width="422" height="454" data-position="138,-152" data-in="bottomRight" data-delay="200"> <img src="/sites/all/modules/views_fractionslider/images/01_waves.png" width="1449" height="115" data-position="240,17" data-in="left" data-delay="" data-out="left"> <img src="/sites/all/modules/views_fractionslider/images/01_outofthebox.png" data-position="20,330" data-in="bottomLeft" data-delay="500" data-out="fade" style="width:auto; height:auto"> <p class="claim light-green" data-position="30,30" data-in="top" data-step="1" data-out="top">jQuery FractionSlider</p> <p class="teaser orange" data-position="90,30" data-in="left" data-step="2" data-delay="500">animate multiple elements</p> <p class="teaser green" data-position="90,30" data-in="left" data-step="2" data-special="cycle" data-delay="3000">full control over each element</p> <p class="teaser turky" data-position="90,30" data-in="left" data-step="2" data-special="cycle" data-delay="5500" data-out="none">opensource and free</p> </div> - IMPORTANT: Could you please use the Feature Module and create a feature that generates a working solution that uses Content type and Views?
Kind regards,
Jose
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | format_settings-2.png | 22.31 KB | monymirza |
| #7 | format_settings.png | 11.24 KB | monymirza |
| #7 | format.png | 8.7 KB | monymirza |
Comments
Comment #1
monymirzaHi Jose,
I like your idea about a feature for helping to start. However, in coming days, i am working with views to extend more flexibility and features that will answer your query.
For #1, Demo block Structure is not applicable with views.
#2 - #3, create a view and create tpl field for each field. assign attributes as given in Demo block.
#4, I will add feature as well.
Thanks
Comment #2
kingfisher64 commentedHello monymirza,
Thank you for your work first of all and the block example which can be adapted.
Did you manage to create a feature and view with the module?
Also if the I wanted to create multiple blocks, say one for each page header for example - how would this be done?
Many thanks
Comment #3
monymirzaHey Phil Clayton,
Thanks for taking interest. for now, i am extending views plugin option to manage it dynamically. However, i have created block example so that manually work can be done easily.
You can create custom multiple blocks and apply js settings to each one. if these are dynamic, add a logic.
Thanks,
Comment #5
monymirzafeature added in latest dev branch.
Comment #7
monymirzaComment #8
monymirza