Contact form code:
<div class = "cf7-single-row-flex">
<label class = "cf7-fi">[text* your-name placeholder "Name"]</label>
<label class = "cf7-fi">[email* your-email placeholder "Email address"]</label>
<label class = "cf7-fi">[tel your-phone placeholder "Phone no."]</label>
<div class = "cf7-fi-submit">[submit "Contact Me"]</div>
</div>
CSS code:
.cf7-single-row-flex
{
display: flex;
column-gap: 10px;
}
.cf7-fi
{
min-width: 0 !important;
flex: 1.5;
}
.cf7-fi-submit
{
flex: 1;
}
.cf7-fi-submit input
{
width: 100%;
}
.wpcf7-spinner
{
display: none;
}
How it originally looked like: https://i.imgur.com/okPfhNs.png
How it looks like on CF7 5.7: https://i.imgur.com/eikWMiZ.png
For now, I have manually installed 5.6.4 and disabled auto updates.
]]>Since recently I have used wp ULike shortcode to show like button on my WordPress site using this shotcode <?php echo do_shortcode(‘[wp_ulike]’); ?> but WP ULike Shortcode automatically break a line men’s we have 3 button and in same line and i want to show like button in same line but when i using <?php echo do_shortcode(‘[wp_ulike]’); ?> this Shortcode to show like button they code automatically brack a line and i see like button in new line i dont wnat this please help me what can i do.
Please advise
Thanks
Praveen
]]>I am adding Gutenberg support to one of my themes.
It’s adding p and br tags on custom post type loop.
How can I avoid those tags?
Screenshot: https://puu.sh/AYvSq/07781532ee.png
Thanks
]]>I’ve noticed that all my custom post types are stripping out any p and br tags so any paragraph breaks are removed, resulting in one long chink of text.
Is there a setting somewhere to fix this?
I don’t have wpautop deactivated.
Not sure if this is down to wordpress or plugin. I’ve tried default theme and that doesn’t fix it.
Can anyone please advise?
Thanks!
https://www.ads-software.com/plugins/custom-post-type-ui/
]]>It looks like the following versions accepts multiple line breaks:
Am I the only one who has this problem?
]]><h1>Sample text</h1>
I’m expecting the plugin to stop the addition of br and p tags regardless of whether I use visual or text editor. But it seems to work only in text editor Is this plugin supposed to work like this? Or I have missed out something very important?
Would appreciate if you could enlighten me on this. Thanks.
https://www.ads-software.com/plugins/wpautop-control/
]]>Does not get caught by the auto feature. Still being recoded by WP to <div class=”</div”>
https://www.ads-software.com/plugins/ps-disable-auto-formatting/
]]>[one_half]
<h1><strong>Address</strong></h1>
<p>20 East Second St.<br />
Ocean Isle Beach, NC</p>
<h1><strong>Phone</strong></h1>
9102222222
<h1><strong>Hours</strong></h1>
M-F 8am-4pm
S-S 8am-4pm
[/one_half]
]]>