Theme Support Forum
Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums
-
#12908
On October 8, 2012 at 5:54 pm
I am hoping to add a contact form in one of the blocks on the front page. I have a contact us plug-in with the short code [contact-form-7 id=”937″ title=”Contact form 1″]. Is this possible to somehow include in the block?
My site is: http://www.theutahadvocates.com
#19417
On October 8, 2012 at 6:21 pm
open up index.php and try adding this:
<?php echo do_shortcode('[contact-form-7 id="937" title="Contact form 1"]'); ?>
after this line:
<?php echo of_get_option('block3_textarea'); ?>
#19418
On October 8, 2012 at 6:41 pm
Awesome. That worked to get it into the correct area. Is there a way to make it fit into that space…or make the blocks longer in height?
http://www.theutahadvocates.com
#19419
On October 8, 2012 at 6:55 pm
add this to your stylesheet:
.midrow_block{height:495px!important;}
#19420
On October 8, 2012 at 7:20 pm
would you know how to edit the contact form to make the message area smaller? In my contact plugin area, i have the option to edit: id, cols, class, rows and default value for the text area…is changing the message area possible here?
As always, thanks for ALL your help!
#19421
On October 8, 2012 at 7:35 pm
Try adding this to your stylesheet:
#wpcf7-f937-t1-o1 textarea{height:60px;}
#19422
On October 8, 2012 at 8:33 pm
Hello! this is Towfiq, a passionate web developer from Bangladesh, building website templates for almost 4 years and sharing them with the world. Most of my designing/ programming skills are self taught. Providing free Wordpress themes to wordpress enthusiasts is another one of my passions.
When I am not building templates, I listen to music, read books, paint and travel.
x