Slider Issue

Discussion in 'Infoway WordPress Theme' started by dufek, Feb 14, 2014.

  1. dufek

    dufek New Member

    Joined:
    Mar 6, 2013
    Messages:
    7
    Likes Received:
    0
    I removed the gray slider captions (on the right side) using the following code:
    Code:
    .showcase-thumbnail-container{
    display:none;
    }
    After I did this, the area where the gray slider caption area was is now white space, layering on top of my image... Is this normal? If not, how can I fix this? I don't want my image clipped on the right side. Any suggestions would be appreciated!

    www.mobilealertsolutions.com

    Thank you
     
  2. allinet

    allinet New Member

    Joined:
    Feb 13, 2014
    Messages:
    10
    Likes Received:
    0
    I am looking for the same solution.
     
  3. allinet

    allinet New Member

    Joined:
    Feb 13, 2014
    Messages:
    10
    Likes Received:
    0
    I edited the front-page.php to remove this slider heading and description box. Remove or comment out this code in 5 places. Make a backup of the front-page.php file first.

    <div class="showcase-thumbnail">
    <div class="showcase-thumbnail-content">
    <?php if (inkthemes_get_option('inkthemes_slidehead1') != '') { ?>
    <h3><?php echo stripslashes(inkthemes_get_option('inkthemes_slidehead1')); ?></h3>
    <?php } else { ?>
    <h3>Infoway Theme </h3>
    <?php } ?>
    <?php if (inkthemes_get_option('inkthemes_slidedesc') != '') { ?>
    <p> <?php echo stripslashes(inkthemes_get_option('inkthemes_slidedesc')); ?></p>
    <?php } else { ?>
    <p>Premium Wordpress Theme</p>
    <?php } ?>
    </div>
    </div>
     

Share This Page