So I have this client’s site that is using an overly complex custom “page builder” which was created with Toolset Types. It is a completely custom theme which is a Frankenstein monster at this point.
Anyway, I decided to try and install a stand alone Cornerstone to see if I could build a new page they want more easily. I have a template file I am in complete control of and I have a standard loop outputting the_content:
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
Cornerstone loads just fine but there is no inspector or outline present. I cant add elements or begin the build at all. Do you have any advice on how to get this working in this type of environment?
Where is the outline and inspector? Where are the elements?
If this doesn’t work, it’s not the end of the world. I can build inside the existing environment but, I don’t want to. Cornerstone would be better for this.
Thanks for any help you can provide guys!






