Home › Forums › Bug Reports › Auto BR is broken? › Reply To: Auto BR is broken?
I’m having this same problem even though i use get_field.
Im using elegantthemes theme and have a learn_more shortcode run if user types details in acf text area field. The content inside act text area field is then passed in to learn_more shortcode but it’s missing those automatic <br> line breaks.
Here is my php
<?php
$onko_lisatietoja = get_field(‘lisatiedot’);
if($onko_lisatietoja!=”){ ?>
<?php echo do_shortcode(‘[learn_more caption=”Lisätietoja”]’.get_field(“lisatiedot”).'[/learn_more]’); ?>
<?php } else { ?>
<?php } ?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.