Content Block Not Working
Permalink
I am using Version 8 and the Fundamental Theme. In the basic section of editing blocks,
when I go to a section of the page, click add block then click on Content Block nothing happens. Just the entire page sort of grays out. have no seems like this problem started when I cleared the cache. Any ideas?
there are no error messages that pop up at all.
when I go to a section of the page, click add block then click on Content Block nothing happens. Just the entire page sort of grays out. have no seems like this problem started when I cleared the cache. Any ideas?
there are no error messages that pop up at all.
Just the content block is not working all the other blocks seem to be fine.
after clearing the browser console this appears when I click on content block:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more helphttp://xhr.spec.whatwg.org/
jquery.min.js:2:85840
TypeError: ckeditor is undefined jquery.min.js%20line%202%20%3E%20eval:10:13
after clearing the browser console this appears when I click on content block:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more helphttp://xhr.spec.whatwg.org/
jquery.min.js:2:85840
TypeError: ckeditor is undefined jquery.min.js%20line%202%20%3E%20eval:10:13
I think the deprecation warning can be disregarded; everyone gets that, I think.
I'm wondering whether the jquery error could be more significant. Is there a chance that you're using a version of jquery (perhaps within an extension) that is conflicting with c5's customised default version of jquery?
I'm wondering whether the jquery error could be more significant. Is there a chance that you're using a version of jquery (perhaps within an extension) that is conflicting with c5's customised default version of jquery?
Can you *drag* the block from the left-side column onto an area of your page?
when I attempt to drag the content block over to the area I'm editing the same thing happens entire page glazes over
Sounds same as
https://www.concrete5.org/community/forums/usage/content-block-not-w...
(No resolution yet.)
https://www.concrete5.org/community/forums/usage/content-block-not-w...
(No resolution yet.)
What is the site url?
I had this problem and it was jquery included in the ckeditor.
I had to comment out this in EditorServiceProvider.php although there is probably better ways to do this overrides bootstraps etc.
/*$assetList->register(
'javascript',
'editor/ckeditor4/jquery_adapter',
$vendorAssetDir . 'adapters/jquery.js'
);*/
I had to comment out this in EditorServiceProvider.php although there is probably better ways to do this overrides bootstraps etc.
/*$assetList->register(
'javascript',
'editor/ckeditor4/jquery_adapter',
$vendorAssetDir . 'adapters/jquery.js'
);*/
Does this issue happen with other blocks or only the Content block?
When attempting to add the Content block, do you have any errors in your browser console?
How to open the browser console to view errors
https://documentation.concrete5.org/tutorials/how-open-browser-conso...