Page 1 of 1

[SOLVED] Saving Pop-Up + summernote issue

Posted: Fri Jul 08, 2022 10:47 am
by mrshaef
Hello,

First of all I want to say that I am very excited about WonderCMS, small and smart just everything I need. :)
I'm quite familiar with HTML & CSS, but my PHP & Javascript knowledge is still very expandable. So here is my question/problem:


Unfortunately i have a problem with the save function when using the summernote plugin.

The "Save" pop-up appears every time I click on a button (or a selection menu) in the summernote editor (toolbar). I always have to click it away and then reselect the function in the toolbar.
The issue also occurs when you use "Auto save", it's just not as noticeable/annoying there.

Know someone a fix or a workaround?


Would be very grateful for any answer.
mrshaef

Re: Saving Pop-Up + summernote issue

Posted: Sat Jul 09, 2022 12:21 am
by nox
Hello mrshaef,

there is an option to disable confirmation pop-up under:
Settings > Security > Save Confirmation Pop-up: Off

If you want auto save out of the way, try this css snippet which moves animation circle and "saving" title to the top left corner, without an overlay.
saving-snippet-preview.png
saving-snippet-preview.png (2.47 KiB) Viewed 3116 times
Click on code view button in Summernote, paste css, then click again on code view to save.
Add somewhere inside footer or custom area:

Code: Select all

<style>
#save, .loader-overlay {
background: transparent;
width: auto;
height: auto;
padding: 1em;
}
#save, .loader-overlay h2 {
color: #111;
font-size: 16px;
font-weight: bold;
}
.animationLoader {
background-color: #111;
border-radius: .5em;
width: 3em;
height: 3em;
margin-bottom: -20px;
}
</style>

Re: Saving Pop-Up + summernote issue

Posted: Wed Jul 13, 2022 1:43 pm
by mrshaef
hey nox, thank you for your answer. :)

it seems i couldn't formulate my problem properly. :oops:

I know that "Save Confirmation Pop-up: Off" function.
but i dont wanna use the "Auto Save", i like to have the Pop-up or if possible an additional save button.

The Pop-Up should only show if i relay leave the page and not if i use the summernote "Toolbar" (i also tried it with the summernote "flymode", same issue)

Re: Saving Pop-Up + summernote issue

Posted: Thu Jul 14, 2022 10:41 pm
by nox
Hey mrshaef,

your question is understandable. I should read at least twice before answering :)

Re: [SOLVED] Saving Pop-Up + summernote issue

Posted: Sat Jul 23, 2022 10:46 am
by wiz
This issue has been partially resolved with latest Summernote update.
The Save dialog will not appear if you click on basic toolbar options (not the file uploader)

Thank you for the report :)

Summernote update should be available in your WonderCMS settings within the next 24 hours.

Re: [SOLVED] Saving Pop-Up + summernote issue

Posted: Mon Jul 25, 2022 9:46 am
by mrshaef
hey,

the (B) (I) & (U) buttons works now.
But at the moment i have still the issue at every Drop-Down Menu Item.
I will do a new clean Installation of my Project soon maybe it will help.

But anymway thank you for your help :)

mrshaef

Re: [SOLVED] Saving Pop-Up + summernote issue

Posted: Mon Jul 25, 2022 1:45 pm
by wiz
The dropdowns are still to be expected, only the basic styling ones shouldn't give you anymore issues. :)
Most welcome, we're also excited to be releasing WonderCMS 3.3.3 soon!