forums › forums › Circle Flip Support › Content Builder is not saving changes › Reply To: Content Builder is not saving changes
September 16, 2015 at 4:16 pm
#4338
Hello Pixelzoo,
Yeah, looking at the file I can understand why the footer widget is doing so.
Please edit the file themes/circleflip/widgets/contact_information.php
and find the line 179
and change
<?php echo esc_html($text);?>
to be
<?php echo $text;?>
Cheers