Change in contact page

Discussion in 'BizWay WordPress Theme' started by omnes media, Dec 22, 2012.

Thread Status:
Not open for further replies.
  1. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    Hi!

    Can I take the map to another site instead of just contact page? Because now you have to scroll down to see the map, which someone miss.

    David
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to template-contact.php present in your theme directory and cut or copy the given code from there

    Code:
        <?php if (inkthemes_get_option('inkthemes_contact_map') != '') { ?>
    <div><?php echo stripslashes(inkthemes_get_option('inkthemes_contact_map')); ?></div>
        <?php } else { ?>
    <div style="width: 620px; overflow:hidden;"><br/><br/><iframe width="620" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;aq=0&amp;oq=bh&amp;sll=37.0625,-95.677068&amp;sspn=56.506174,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;t=m&amp;ll=23.202617,77.413874&amp;spn=0.037866,0.054932&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;aq=0&amp;oq=bh&amp;sll=37.0625,-95.677068&amp;sspn=56.506174,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=Chuna+Bhatti,+Bhopal,+Madhya+Pradesh,+India&amp;t=m&amp;ll=23.202617,77.413874&amp;spn=0.037866,0.054932&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small><br /></div>
        <?php } ?>    
    and now go to template-fullwidth.php present in your theme directory and paste that code there.

    Sending image for reference

    [​IMG]
     
  3. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    Thanks a lot!
     
Thread Status:
Not open for further replies.

Share This Page