@ Mark
Interesting indeed…
The solution was actually rather simple. You needed to sent the page template to be “Content”. It seems the theme’s default template is to show the “blog” template. Not the choice I would have made … but that is something that you should keep in mind.
What clued me in to that was the page was using the blog styling rather than the page styling.
A couple other things I noticed…
On the “Meet the Pulse Team” page, that stair stepping of the profiles. You can remove that by removing the “return” between the shortcode. Basically make it one very long run-on sentence. I hope that makes sense.
On most of the admin pages there is a fatal javascript error caused by one of the theme’s javascript files. This will cause you problems. A tell tale sign … Go to the Connections admin page [the error doesn’t happen on my pages]. Now, hover your mouse over any of the upper admin menu items. See how the menu opens. Now, go to the Pages admin menu, see how the menus do not open on hover?
On the front end, the theme is looking for its style.css file and can’t find it, so the server is throwing a 404 not found error.
Hope that helps!
