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:

  1. what would I need to do to get the Demo's EXACT result with content type and Views?
  2. What fields would I need and what settings does each field require?
  3. 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>
    
  4. 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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

monymirza’s picture

Assigned: Unassigned » monymirza
Status: Active » Needs work

Hi 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

kingfisher64’s picture

Hello 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

monymirza’s picture

Hey 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,

  • monymirza committed 1ea6d02 on 7.x-2.x
    Issue #2350357 by monymirza: demo content type and views with feature.
    
monymirza’s picture

Status: Needs work » Needs review

feature added in latest dev branch.

  • monymirza committed 5035828 on 7.x-2.x
    Issue #2350357 by monymirza: demo content type and views with feature.
    
monymirza’s picture

FileSize
8.7 KB
11.24 KB
22.31 KB
monymirza’s picture

Status: Needs review » Closed (fixed)