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
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.