I am still trying to get this to work. Here is the code I have in the ReadyTheme Content Section hero_image
Here is the code in the Global Header:
Here's how the code looks on the page
Why is this thing still not firing?
Code:
<section class="row hero-image"> <div class="column whole hero-slider" data-hook="hero-slider"> <mvt:item name="readytheme" param="image( 'slide1' )" /> <mvt:item name="readytheme" param="image( 'slide2' )" /> </div> <div class="h-breaker h-clear"></div> </section> <!-- end .hero-image -->
Code:
<div class="row sfnt-hero"> <mvt:item name="readytheme" param="contentsection( 'hero_image' )" /> <div class="breaker clear"></div> </div> <!-- end sfnt-hero -->
Code:
<div class="row sfnt-hero"> <div id="hero_image" class="readytheme-contentsection"> <section class="row hero-image"> <div class="column whole hero-slider" data-hook="hero-slider"> <img src="graphics/00000001/passion.jpg" /> <img src="graphics/00000001/para.jpg" /> </div> <div class="h-breaker h-clear"></div> </section> <!-- end .hero-image --> </div> <div class="breaker clear"></div> </div> <!-- end sfnt-hero -->
Comment