[SOLVED] Saving Pop-Up + summernote issue

Ask for help or provide support to other members.
Post Reply
mrshaef
Posts: 3
Joined: Mon Jul 04, 2022 8:39 am

[SOLVED] Saving Pop-Up + summernote issue

Post 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

User avatar
nox
Posts: 33
Joined: Sat May 23, 2020 9:02 pm

Re: Saving Pop-Up + summernote issue

Post 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 2983 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>

mrshaef
Posts: 3
Joined: Mon Jul 04, 2022 8:39 am

Re: Saving Pop-Up + summernote issue

Post 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)

User avatar
nox
Posts: 33
Joined: Sat May 23, 2020 9:02 pm

Re: Saving Pop-Up + summernote issue

Post by nox »

Hey mrshaef,

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

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

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

Post 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.

mrshaef
Posts: 3
Joined: Mon Jul 04, 2022 8:39 am

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

Post 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

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

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

Post 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!

Post Reply