All,
I’m still having trouble getting SiteCake to edit site content that is not available until click, like a “Pop-Up / Modal Window”
SCENARIO:
<div class="sc-content">
<button id="trigger-modal-window">Click me to open Modal</button>
</div>
<div id="modal-window" class="sc-content">
<!-- Images and Text Go Here -->
</div>
When logged into SiteCake, I can edit the text on the <button>
but clicking on it, does not load the modal window. I have also tried removing “sc-content
” from the <button>
to trigger the window but it almost seems as if SiteCake disables JS from running.
Any help would be appreciated! Client LOVES SiteCake and would love to continue to use it. Thanks for all the hardwork gents. Truly an awesome platform! Cheers!