WebsiteBaker Support (2.12.x) > General Help & Support
Why ckeditor delete the html tags?
LudwigSt:
"The full page mode make it possible to use CKEditor 4 to edit entire HTML pages (from <html> to </html>), including the page metadata like DOCTYPE, character set encoding, meta tags, text and background color, or margins."
I don't think, that you need that. The index.php of the template is normally changed with an external editor like Notpad++ etc.
It is ok to leave
--- Code: ---config.fullPage = false;
--- End code ---
Concerning the widget.js: You have it twice in your source-code. Line 27
--- Code: ---<script id="intergram" type="text/javascript" src="https://www.intergram.xyz/js/widget.js"></script>
--- End code ---
and line 404
--- Code: ---<script src="https://portmoneto.com/templates/html5up_editorial/assets/js/widget.js" type="text/javascript"></script>
<!-- TELEGRAM INTEGRATION END HERE-->
--- End code ---
You should delete that line 404.
Concerning the CKEditor: Did you upload all files with ftp? I am afraid something went wrong with the file-transfer. That is often the reason, if a module does not work like it should. In my Version of WB 2.13.0 r63 and CKEditor 4.16.0.0 there is no problem when I try your Video Example.
dbs:
For the case nobody wrote it:
what ist with:
--- Code: ---config.allowedContent = true;
--- End code ---
rumen:
http://
--- Quote from: dbs on July 18, 2022, 05:00:47 PM ---For the case nobody wrote it:
what ist with:
--- Code: ---config.allowedContent = true;
--- End code ---
--- End quote ---
Yes it is exactly like that:
--- Code: ---config.allowedContent = true;
--- End code ---
dbs:
Be sure which wb_ckconfig.js is loaded. Check the path in the source code of the backend page.
Maybe you use also a wb_ckconfig.js in your template or in the folder /templates
Luisehahne:
--- Quote from: dbs on July 18, 2022, 05:00:47 PM ---For the case nobody wrote it:
what ist with:
--- Code: ---config.allowedContent = true;
--- End code ---
--- End quote ---
--- Quote from: dbs on July 18, 2022, 07:06:34 PM ---Be sure which wb_ckconfig.js is loaded. Check the path in the source code of the backend page.
Maybe you use also a wb_ckconfig.js in your template or in the folder /templates
--- End quote ---
DBS is absolutely right, this is what the original included wb_ckconfig.js says. (Y)
Dietmar
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version