Only solution I found was moving the “custom text 4” field to the bottom of the page and put a text linking the page with the “blog template”. Just edit the /parabola/frontpage.php file and put this line at the very bottom (and remove the original).
if($parabola_fronttext4) {?><div id=”front-text3″>
<?php echo do_shortcode($parabola_fronttext4) ?>
</div><?php }
Then you can edit text from the admin settings
Regards,
MrAwesome
PS: I know, child themes should be used 😛