Search found 40 matches

by nox
Thu May 09, 2024 5:19 pm
Forum: Support
Topic: Pictures problem in mobile and language problem in seo addon
Replies: 3
Views: 28

Re: Pictures problem in mobile and language problem in seo addon

Hey erevnitis,

I'm glad it worked out.

Between working on Wonder CMS, updating plugins and themes, working full time job, it is normal to overlook some minor details.

For xml sitemap, here is a good article:
https://www.halo-lab.com/blog/website-xml-sitemap
by nox
Wed May 08, 2024 8:22 pm
Forum: Support
Topic: Pictures problem in mobile and language problem in seo addon
Replies: 3
Views: 28

Re: Pictures problem in mobile and language problem in seo addon

Hey erevnitis, for pictures to fit inside website container, you need to add this CSS snippet: img {max-width: 100%;} inside theme style.css (themes/theme-name/css/style.css) or if you don't want to touch theme files, you can do it as an inline CSS inside footer (while signed in). For default Wonder...
by nox
Tue May 07, 2024 5:15 pm
Forum: Support
Topic: Stand-alone mode
Replies: 6
Views: 53

Re: Stand-alone mode

Great! I'm glad it worked out.
css/font is easy to overlook, I had issues with it too :)

Updated JS and CSS for Summernote (missed CSS part) for future reference.
by nox
Tue May 07, 2024 5:02 pm
Forum: Support
Topic: Stand-alone mode
Replies: 6
Views: 53

Re: Stand-alone mode

JoeT wrote: Tue May 07, 2024 4:37 pm root@shelterinfo:/var/www/html# ls plugins/summernote-editor/font
summernote.ttf summernote.woff summernote.woff2
root@shelterinfo:/var/www/html#
Hey JoeT, the path for summernote font is plugins/summernote-editor/css/font
by nox
Tue May 07, 2024 1:55 am
Forum: Support
Topic: Stand-alone mode
Replies: 6
Views: 53

Re: Stand-alone mode

There is a Summernote Editor Lite plugin without Bootstrap made by c0mp0ser:
viewtopic.php?p=6628#p6628
by nox
Tue May 07, 2024 1:49 am
Forum: Support
Topic: Stand-alone mode
Replies: 6
Views: 53

Re: Stand-alone mode

Hey JoeT, I really like your idea using WonderCMS in offline mode, so I tried to do the same but using XAMPP without Internet connection. It was a lot of leg work looking for js and css files but somehow it did work. Here is the whole process if anyone wants to give it a try and how to fix Glyphicon...
by nox
Fri Apr 05, 2024 10:03 pm
Forum: Support
Topic: Plugin "Contact Form" does not send mails
Replies: 2
Views: 8809

Re: Plugin "Contact Form" does not send mails

Hey cvr,

just tested contact form plugin and it does work fine for me.
Contact form instructions here: https://github.com/robiso/contact-form/ ... structions
Also check if the mail is in the spam folder.
by nox
Sun Jan 07, 2024 9:15 pm
Forum: Plugins
Topic: Summernote editor and </>
Replies: 1
Views: 5335

Re: Summernote editor and </>

Hello pivari,

while Code view in Summernote editor is active, editing isn't saved.
When you have finished editing, click on Code view icon </> (to switch back to rich text editor) and then click anywhere outside Summernote editor area (outside dashed line container) to save.
by nox
Sun Jan 07, 2024 8:42 pm
Forum: Plugins
Topic: Bug with every language plugin?
Replies: 1
Views: 5129

Re: Bug with every language plugin?

From Wonder CMS news: New: HTML language parameter can be changed in Settings - Security. Seperate settings available for admin and for visitors. This can be done by replacing your html tag with <html lang="<?= $Wcms->getSiteLanguage() ?>"> in your theme.php file Replace <html lang="e...
by nox
Tue Jan 02, 2024 3:41 pm
Forum: Support
Topic: Logo placement
Replies: 11
Views: 15223

Re: Logo placement

Great! I'm glad it worked out for you.