I changed some coding in the front=page.php file which removed “home top feature image” Here is my php file snippet so you can compare it to yours. Gives you can get an idea of what you need to change in your theme….`
<div class=”slides_container col-full” >
<div class=”” >
<div class=””>
<?php if ( inkthemes_get_option(‘colorway_slideheading1’) !=” ) {?>
<h2 class=”title”><a href=”<?php echo inkthemes_get_option(‘colorway_slidelink1’); ?>”><?php echo inkthemes_get_option(‘colorway_slideheading1’); ?></a></h2>
<?php } else { ?>
<h2 class=”title”><a href=”#”></a></h2>
<?php } ?>
<?php if ( inkthemes_get_option(‘colorway_slidedescription1’) !=” ) {?>
<p><?php echo inkthemes_get_option(‘colorway_slidedescription1’); ?></p>
<?php } else { ?>
<?php } ?>
</div>
<?php if (function_exists(“easing_slider”)){ easing_slider(); }; ?>
<!– /.slide-content –>
<?php if ( inkthemes_get_option(‘colorway_slideimage1’) !=” ) {?>
<div class=”slide-image fl”><img src=”<?php echo inkthemes_get_option(‘colorway_slideimage1’); ?>” class=”slide-img” alt=”Slide 1″/> </div>
`
As for the slider issue, I have it up on the site, but its permanently in the “loading” state. You can see where I placed the “easing slider” code in there. On my webapge, it sits where the Top header USED to be. If I get the slider to load I will update!
Hope this helps!!