Search found 15 matches

by ctuxboy
Sun Jun 19, 2022 6:29 pm
Forum: Support
Topic: [SOLVED] Summernote drag and drop issue
Replies: 6
Views: 3844

Re: Summernote drag and drop issue

Hello ctuxboy. Thank you for reporting the bug, I've opened this issue on GitHub and it should be solved with the next version: https://github.com/robiso/wondercms/issues/267 Also, glad you're liking WonderCMS, it's taken quite a few years and a lot of contributors to get the right balance of size ...
by ctuxboy
Sun May 29, 2022 1:23 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 67647

Re: Theme without boostrap

Hey melbournevijay, Welcome to the WonderCMS community! Awesome question, this is a problem I've found before. I made a skeleton for a bootstrap-less theme on github: For normal themes: https://github.com/StephanStanisic/_empty For single page themes: https://github.com/StephanStanisic/_single Thes...
by ctuxboy
Sat May 28, 2022 8:58 am
Forum: Support
Topic: [SOLVED] Summernote drag and drop issue
Replies: 6
Views: 3844

[SOLVED] Summernote drag and drop issue

Hello, First, testing a lot of CMS-systems for years, and now i give WCMS a try. Tested WCMS for a few days now, and i'm impressed. So easy and fast building a website, really handy for clients without technical knowledge. Awesome work WCMS-team ;) Okay, a question: When drag and drop an image in an...
by ctuxboy
Thu May 26, 2022 11:45 pm
Forum: Themes
Topic: [SOLVED] Editable blocks
Replies: 1
Views: 6016

Re: Editable blocks

Okay, After a lot of research, i found it, how adding a new static block manually: Open the database.js , and in the blocks-section, added the ' sectionleft ' block: ... "blocks": { "sectionleft": { "content": "my content" } } ... After save this file, added <...
by ctuxboy
Wed May 25, 2022 8:30 pm
Forum: Themes
Topic: [SOLVED] Editable blocks
Replies: 1
Views: 6016

[SOLVED] Editable blocks

Hello, I'm new with WonderCMS and try build my own theme. Trying adding static blocks and follow this steps for wcms 3.0.0+ https://github.com/robiso/wondercms/wiki/Create-new-editable-areas-or-editable-blocks So adding a functions.php to my theme-folder. After adding <?=sectionleft()?> to my theme....