Contact Form in Slider Description

Discussion in 'Infoway WordPress Theme' started by shaffiq, Aug 8, 2014.

?

How do i insert a Contact Form in Slider Description?

  1. a guide as shown in the link on my thread

    0 vote(s)
    0.0%
  2. where to insert contact form 7 shortcode on front-page.php

    0 vote(s)
    0.0%
Multiple votes are allowed.
  1. shaffiq

    shaffiq New Member

    Joined:
    Jul 31, 2014
    Messages:
    7
    Likes Received:
    0
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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
     
  3. shaffiq

    shaffiq New Member

    Joined:
    Jul 31, 2014
    Messages:
    7
    Likes Received:
    0
    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
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    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
     

Share This Page