Hi, I’ve to add a template to my Pro child theme, which is running the integrity stack. I’ve done this by adding a file (I’ve named it “template-blank-4A.php”) in the child theme’s directory under framework/views/integrity/. However, I do not see it when I try to add a new page. The header of the file looks like:
<?php
// =============================================================================
// VIEWS/INTEGRITY/TEMPLATE-BLANK-4A.PHP (No Container | Header, Footer | FB Like Enabled)
// -----------------------------------------------------------------------------
// A blank page for creating unique layouts.
// =============================================================================
// adds code to download Facebook JavaScript SDK
// 8-23/17 Max
?>
Any ideas?