Link under Left Image in HP 2 Cols

Discussion in 'Cloriato WordPress Theme' started by qreal, Oct 15, 2013.

  1. qreal

    qreal New Member

    Joined:
    Aug 23, 2013
    Messages:
    12
    Likes Received:
    0
    Location:
    Frankfurt am Main, Germany
    Hi

    Whatever i try on my Website www.q-real.com, it seems not to be possible to attach a link behind the Column Left Image.

    Besides, I see no sense behind this. Touching the image with the mouse makes it blending off. However, there is no action when clicking it.

    How can a link be installed? This is quite important to me, and customers have already adressed me on this.

    Thanks
    Thomas
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and paste the code given below

    Code:
    <a href="<?php if ( get_option('inkthemes_col_left_readmore') !='' ) { echo get_option('inkthemes_col_left_readmore'); } ?> "> <img class="feature_image" src="<?php echo get_option('inkthemes_col_left_image'); ?>"/></a>


    in the place of code

    Code:
    <img class="feature_image" src="<?php echo get_option('inkthemes_col_left_image'); ?>"/>

    See the link given below for reference.
    http://screencast.com/t/8J3rLVNFzRyK

    This will solve your issue.
     

Share This Page