I would like to be able to always show different time groups on separate lines. So that line one would be the opening time for the mornings and on a new line the opening times for the afternoon. Is that possible in any way?
]]>1. line breaks,
2. indentation of specific lines but not others, and
3. inserting spaces between some paragraphs but not others
Pretty much the basic line formatting you would find in any printed book of the last few hundred years.
I use an Uncode theme that I believe disables Gutenberg and its Verse block. (I only see the option to create Uncode’s proprietary Content Blocks.) I’ve inserted the CSS from the r/wordpress post linked here, which is helpful to indent the first line of EVERY paragraph on my site, but it also indents text in my buttons, and I need the control to make some first lines unindented or with multiple indentations (in poetry, for example). I’ve installed the only “poetry formatting” plug-in I can find, called Lineate, but its functions are somewhat at odds with the CSS code.
The link provided here is an example post that I’m trying to fix. Any help with code, plug-in recommendations, or anything else that would help me reach the goals in that numbered list above would be appreciated.
]]>Line breaks problem got fixed but the email body is back to plain text, not HTML.
What should I do to have a full HTML email with line breaks?
]]>Im using this very useful plugin to bring the forms to my google sheet file
I have some textarea where the users can enter the text with line breaks
When this comes to my google sheets I don’t want to have those line breaks I want all the text in the same line
How to accomplish this ?
Thanks
]]>The customer enters data one below the other, but when store owner receives it, all line breaks are stripped out.
]]>I managed to fix this, by adding the following line to the setup section in functions.php:
remove_filter( ‘the_excerpt’, ‘wpautop’ );
A better solution would be welcome.
For completeness, the diff:
— wp-content/themes/nomad/functions.php 2017-01-18 11:00:08.000000000 +0100
+++ ../themes/nomad/nomad.2.0.7/functions.php 2017-01-02 14:34:30.000000000 +0100
@@ -85,7 +85,6 @@
‘default-color’ => ‘ffffff’,
‘default-image’ => ”,
) ) );
– remove_filter( ‘the_excerpt’, ‘wpautop’ );
}
endif;
add_action( ‘after_setup_theme’, ‘nomad_setup’ );
I am using this plugin to send all emails via sendgrid. My main plugin is memberpress. All the notification emails have been missing linebreaks. I have tested the mail settings in sendgrid account and plugin settings as well.
Nothing helps. All the linebreaks with \n \n are missing.
Thanks
]]>If I re-open an existing recipe and then update it, the plugin adds an additional blank line (with
) above and below the recipe box… and the blank lines keep growing each time I open/update the recipe. Any chance you could squash that minor bug on the next version?
Thanks!
]]>