WordPress.Net.In
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] how stretch boxHello @primedomain85
Either you can do some css or give it size while crating the boxes using form.
Or read the conversation carefully.Thanks
Forum: Plugins
In reply to: [WooCommerce] Add to cart not showing for variable productI also try this but not working for me. Any other solution?
Thanks for quick reply. I try but not get success
I use this javascript code, please check if I am wrong anywhere
<script language="JavaScript"> function setFocus() { document.getElementById('text').focus(); } </script>And this code on submit button
<input name=”user-submitted-post” type=”submit” onClick=”setFocus()” value=”<?php _e(‘Submit Post’); ?>”>
And the last code for focus on text box
<input name=”user-submitted-title” id=”text” onFocus=”setFocus()” type=”text” value=”” placeholder=”<?php _e(‘Post Title’); ?>”>
Thanks
Hi all
I think it doesn’t really exists if make any change to wp or cf. you should check some contact form settings. And what I think is, you should use this plugin http://ww.wp.xz.cn/extend/plugins/configure-smtp/ . It also help me to get out of this situation.