Hi,
on the 404 Site, it seems that some text doesnt use the translation of the "po/mo" files.
The Line
<h3 class=''><?php _e('Feel like browsing some posts or pages instead?'); ?></h3>
should be
<h3 class=''><?php _e('Feel like browsing some posts or pages instead?', 'avia_framework'); ?></h3>
But still doesnt work...
Any help?














