I have seen a thread showing how to do this on other themes but not on the infoway theme: Do I also need Custom coding to put a Contact form within the Slider description area for the infoway theme? I am fine editing the front-page.php but can you tell me where to edit this as has been shown on the below link? Many Thanks http://www.inkthemes.com/community/threads/contact-form-on-slider-description.5056/
Hello, Goto, Appearance -> Editor -> front-page.php At line no 74 PHP: <?php if (inkthemes_get_option('inkthemes_slideimage2') != '') { ?> //<?php echo do_shortcode(' PASTE HERE YOUR SHORT CODE'); ?> <a href="<?php echo inkthemes_get_option('inkthemes_slidelink2'); ?>" > Thanks & Regards Pramod Patel
Hello, Thanks this has worked for the second slider. what about if i want the form on the 4th silder aswell? What line should i edit? http://www.goeasyerp.co.uk/ Many Thanks
Hello, Similarly you can done editing For 4th slider Goto, Appearance -> Editor -> front-page.php PHP: <?php if (inkthemes_get_option('inkthemes_slideimage4') != '') { ?> //<?php echo do_shortcode(' PASTE HERE YOUR SHORT CODE'); ?> <a href="<?php echo inkthemes_get_option('inkthemes_slidelink4'); ?>" > Thanks & Regards Pramod Patel