Comment to 'Empty Blocks'
Comment to Empty Blocks
  • Hi all!

    You may apply the following rough fix:

    1) add a new lang block on the necessary page and move it after all other blocks (if you have 2 column page then it should be at the end of the right column);

    2) put to the content section this code:

    <script>

      $("div.bx-page-block-container:contains('Empty')").remove()

    </script>

    Where the "Empty" phrase should be actual for every installed language.