Hi,
I recently bought your "Featured Items Carousel" and would like to position the image first, followed by the title directly between it (rather than after the heading or on the left or right of the heading).
I think I'd have to edit this line in default.php (show below), but not exactly sure how to restructure it so the image comes first before the title. I couldn't find anything in the module configuration that could do so either - unless I've missed something?
Can it be done?
Thanks,
John
<?php echo $layout->pane->startPanel( '<'.$params->get('headertag','div').' class="featured_header"><a href="'.$item->link.'">'.$item->heading.'</a></'.$params->get('headertag','div').'>', $layout->id.'_'.strval( $panecounter) );
echo $item->imageTag;?>