Avada › Forums › Community Forum › Avada Sidebar/Widget Problems Present In Out-of-Box Installation › Reply To: Avada Sidebar/Widget Problems Present In Out-of-Box Installation
I had the same issue on my website. This is how I fixed the issue:
I edited the file “fusion-widget.php” in –> wp-content/plugins/fusion-builder/shortcodes
at line 576 after $html .= ‘</div>’;
I added the following code line –> $html = html_entity_decode($html);
At the moment it seems working.
-
This reply was modified 1 week, 2 days ago by
peppe74920.