Hi George,
The issue was that when clicking the check box to disable a section, the section then disappeared from the sections list with no option to un-hide that section.
I went through the coding, at length, to find a fix for this error.
So, I realised that within the Zerif php pages, under the (template-frontpage.php) page, if you find the section that is missing, and change the 1 to a 0, it forces WordPress to reload the section so that you can safely untick the “hide” box. And then return to the frontpage template to set the 0 back to a 1.

-
This reply was modified 8 years, 8 months ago by chudsey.
Found a fix – within the frontpage template itself
-
This reply was modified 8 years, 8 months ago by chudsey.