The html editor ignores and removes any inline css I add.
Thanks!
]]>I wanna enable line break in secondary title.
But I don’t know how to access plug-in and what to change.
I think I should change something on editor but I couldn’t find a way.
I wish someone help me to make it possible.
Thank you so much.
P.S.
Sorry my poor english and ability searching if here is way already.
]]>When adding a Task to a Contact, with a long text that includes for example a URL, this URL currently overflows out of the grey div.
Could you adjust the CSS so that word wrap applies to the Task Note div?
As far as we could see, adding the following small property to CSS class “zbs-long-desc” did the trick: “word-wrap:break-word;”
Thanks in advance,
PJ
Would it therefore be possible to preserve line breaks in the “notes” field when events are created from the API?
As far as we could see this is due to the sanitize_text_field() function used in api/create_event.php.
Thanks in advance,
PJ
So above is how is one of my attributes when added manually – after csv export and re-import – it looks like this (see below) – so what myself and many others before me are trying to find out is how to add a line break in the csv file so that it doesnt reflect as it does in the image below.
Any ideas how to fix this?
]]>On the submission email to recipient, when they have selected multiple checkboxes, is there a way to have line breaks between the options to ensure that it looks clear to user?
Thanks
]]>add_filter( 'wpcf7_mail_tag_replaced',
function( $replaced, $submitted, $html, $mail_tag ) {
if ( 'checkbox_name' == $mail_tag->field_name() ) {
$replaced = str_replace(",", "<br>", $submitted );
}
return $replaced;
},
10, 4
);'
]]>In short, I want to preserve line breaks. Is it possible? Kindly help.
]]>