can not edit or delete it either…i guess your plugin not work with most current WP version? only other plougin active is Contact Form 7 and can not be a conflict there….
content box call is very simplified and never had issue before, is there something your plugin needs from the old standard css? because we stripped it bare and have just what we need for spec of theme
<?php
the_post();
$fields = get_post_custom();
?>
.
.
.
.
<div class=”” style=”width:100%; height:900px; padding:20px 30px; overflow:hidden”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?>
</div>
I got that sorted out but on my new custom theme, based off of twentysixteen, clean slate, all the image just in one long column?