After editing a block how to save?

Permalink
After going to the page that needs editing.
Press the edit mode.
Go to the block and select edit block.
Make the edits.

Then how to save the edits? I do not see a save button. Tried the escape key but that does not work. Did I miss something?

Need advice.

Using version 8.5.1

pvanthony
 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
If you are editing a content block, there is a small blue 'Save' button on the top row of the editor.
Then click the 'Edit' icon (looks like a pencil) on the top left of the page and click 'Publish'.
Its also worth noting that whilst you are developing your site you should turn off all caches in System & Settings > Optimisation > Cache & Speed Settings
pvanthony replied on at Permalink Reply
pvanthony
I am using Chrome and Firefox. I did not see the Save button.

I will remove the cache and try again.

Thank you very much for the reply. I do appreciate it.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
If your content is quite long, you may have to scroll up the page to see the icons at the top of the editor.
pvanthony replied on at Permalink Reply
pvanthony
I just tried again with cache turned off.

1. Go to the page that needs editing.
2. Click the pencil icon on the top of the page to get into edit mode.
3. Moved my mouse on the block that needs editing.
4. The block gets a green outline.
5. Click and selected "Edit Block".
6. The tool bar with the edit options appear but there is no save button. CK menu.
7. Made some changes but the tool bar still on Save button in the block.

Tried with Firefox, Chrome and Brave.

What am I doing wrong?
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
When you are editing the block, check the chrome browser console for any errors (right click on the page, select 'Inspect' and look at the 'console') I suspect there may be a java error...
pvanthony replied on at Permalink Reply
pvanthony
You are correct. There are some errors. Here are the errors. Any idea how to solve it?
Error: Syntax error, unrecognized expression: a[href*=#]:not([href=#]) jquery.js:2:12733
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! index.php
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ jquery.js:4:26274
[CKEDITOR] Error code: editor-plugin-conflict.
pvanthony replied on at Permalink Reply
pvanthony
I took concrete/js/jquery.js from version 8.3.2 and replaced the file in version 8.5.1.

Now I can see the save button and seems to work. Hopefully when 8.5.2 is released the bug would be solved.

Is there anything else I can do?
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Have you installed any additional CK Editor plugins?
pvanthony replied on at Permalink Reply
pvanthony
Do not remember installing any CK plugins.
Just checked /packages and found the following.
dsEventCalendar
fruitful
theme_stucco
dsEventCalendarPro
theme_neat
whale_manual_nav

Is there any other place to check for plugins?
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
I think you would remember if you had added any plugins.
Unfortunately the error message did not name the offending plugin that was causing a conflict with the 'Save' function.
I cannot replicate this behaviour, there is a possibility that an addon is causing a java script error .
My best advice is to frequently check your browser console to look for such errors.
pvanthony replied on at Permalink Reply
pvanthony
Thank you for the advice. I will check for errors.

Is there a way to disable a package one by one?
This way I can experiment one by one to find out which package might be causing the problem.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
If there are addon's that you are not using, you should uninstall them using the 'Extend Concrete' page, if you don't tick the box to remove from the packages folder then you have disabled them and can always reinstall them again later.
pvanthony replied on at Permalink Reply
pvanthony
Will I lose the data?
For example there is a calendar module. Would I lose the calendar events?
pvanthony replied on at Permalink Reply
pvanthony
I think I found the addon that might have caused the problem. The version installed was an old version. I will need to update it.

https://www.concrete5.org/marketplace/addons/nestable-manual-nav/...

Thank you for helping and I do appreciate it.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
I am glad we got there in the end and your welcome.