Hi, decided to implement sitecake for one of my clients, I can do basic editing of existing items after installation, yet I seem to be running into several issues:
1.) Can’t add anything from the toolbar (headers, new text blocks, files, images etc) and can’t move items on page.
2.) My html contains image line seperators, all with the following exact same (very simple) code:<img class="line" src="img/line.png"/>
Sitecake adjusts this, but unfortunately depending on what part of the page navigation you’re at for some reason does so differently, which makes part of the lines on my page invisible. This is due to applying a style="width:0%;"
to part of the lines.
Visible after Sitecake edit: <img alt="" style="width:100%;" src="/cmstest/img/line.png" srcset="/cmstest/img/line.png 367w"/>
Invisible after Sitecake edit: <img alt="" style="width:0%;" src="/cmstest/img/line.png" srcset="/cmstest/img/line.png 847w"/>
3.) clicking on several items (e.g. several div’s within sitecake blocks) gives me Sitecake errors. Example code as follows, contained within another “sc-content” div: <div class="video"><a href="https://www.youtube.com/embed/rrnY-yBaWjE?rel=0&showinfo=0&vq=large&autoplay=1" class="fancyframe"><img src="img/img_missievideo.jpg" alt="sign up"></a></div>
Error:
Sitecake Version: 2.3.5; PHP Version: 5.6.23@Linux; User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; GWX:DOWNLOADED; GWX:RESERVED; Creative AutoUpdate v1.40.04; rv:11.0) like Gecko; Uncaught Exception (TypeError): Unable to get property 'compareDocumentPosition' of undefined or null reference description: Unable to get property 'compareDocumentPosition' of undefined or null reference number: -2146823281 stack: TypeError: Unable to get property 'compareDocumentPosition' of undefined or null reference at com_google_gwt_dom_client_DOMImplMozilla_$isOrHasChild__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z