Zend certified PHP/Magento developer

Magento 1.9.4.0 CMS Block Widget Issue

I’m trying to add widget to cms block or page but when i add it only display short code on page and not render, i tried different magento default widgets results is same

enter image description here

also tried using code on phtml template

echo $this->getLayout()->createBlock('cms/block')->setBlockId('home-top-cms')->toHtml()

But it also gives same results.

also checked by adding block type to system permission but still no luck, anyone know how fix this issue please