0 votes
in Rock by TinaStephens (8.6k points)
edited

This page on the Sun Valley Website https://www.sunvalleycc.com/page/1331 . When you click on Block Configuration then Content Area Three, it doesn't show the HTML editor. Why isn't it allowing editing? This is the CMS Configuration Page in Rock https://rock.sv.cc/admin/cms/pages?Page=1331 . The HTML editor is visible here.

1 Answer

+1 vote
by DavidTurner (14.9k points)
edited
 
Best answer

The page is getting a javascript error about not being able to find a specific panel when you click on the edit html button:

enter image description here

That panel seems to be inside commented-out code:
enter image description here

Probably due to the fact that the content component block directly following this HTML block is trying to comment-out it's output by adding HTML comment elements in the pre/post advanced setting.
enter image description here

When you remove those comment elements from the content component block, the HTML block's edit dialog box works correctly.

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...