Search found 40 matches

by nox
Wed Apr 19, 2023 4:24 am
Forum: Support
Topic: Navigation Menu Edits
Replies: 2
Views: 5617

Re: Navigation Menu Edits

Hello, here is a small CSS snippet for Essence theme which you can add and try it out on your webiste. Copy and paste inside footer editable area (above or below copyright text) or static content (About your website) area. If you are using Summernote Editor, click on code view icon and then paste. <...
by nox
Thu Nov 03, 2022 9:45 am
Forum: Support
Topic: [SOLVED] Re: strange ordening editable area
Replies: 1
Views: 3258

Re: strange ordening editable area

I don't think you'll need to do any changes after WonderCMS update. database.js is unaffected:
https://github.com/robiso/wondercms/wiki/Update

Make sure to install/activate Additional contents plugin again, after update is done.
by nox
Wed Nov 02, 2022 11:06 am
Forum: Support
Topic: [SOLVED] Re: strange ordening editable area
Replies: 1
Views: 3258

[SOLVED] Re: strange ordening editable area

Hi Roodveldt, there is a way, but not really convenient. Under your WonderCMS installation > data > database.js check for "addition_content_#": "This is a new editable area. By default it's hidden." where # is a number (1, 2, 3...) By default it looks like this: "addition_co...
by nox
Mon Aug 15, 2022 11:34 pm
Forum: Support
Topic: [SOLVED] Questions about menu and taxonomy
Replies: 2
Views: 3162

Re: questions about menu and taxonomy

Hey erevnitis, Simple blog doesn't support tags and categories. What you could try (using WonderCMS settings and editor) is to create articles as pages, but don't make them visible in the menu, they will be published, but not reachable through menu. Then add one page Categories (or any title that su...
by nox
Fri Aug 12, 2022 11:32 pm
Forum: Support
Topic: [SOLVED] Bilingual site
Replies: 6
Views: 3871

Re: Bilingual site

Just a heads-up, if the Sky theme is updated with newer version, all theme changes will be overwritten.
by nox
Fri Aug 12, 2022 6:06 pm
Forum: Support
Topic: [SOLVED] Bilingual site
Replies: 6
Views: 3871

Re: Bilingual site

Inside theme.php file. This is a crude representation (Sky theme): <section id="topMenu"> <div class="inner"> <nav> <ul class="menu"> <!-- Menu --> <?= $Wcms->menu() ?> </ul> </nav> <div class="lang-switch"> <!-- hardcoded absolute url will not switch to curre...
by nox
Fri Aug 12, 2022 4:57 pm
Forum: Support
Topic: [SOLVED] Bilingual site
Replies: 6
Views: 3871

Re: Bilingual site

Hey Appalbarry, I'd go with your idea, 2 separate WonderCMS installs where primary website would be mywebsite.com and for additional language mywebsite.com/fr (or mywebsite.com is french version and mywebsite.com/en is english version). Theme would be the same except for <html lang="en"> a...
by nox
Sun Aug 07, 2022 6:30 pm
Forum: Support
Topic: [SOLVED] How do I log in to my site?
Replies: 2
Views: 2666

Re: Sigh. How do I log in to my site?

Hey Appalbarry,
check your database.js (inside data directory), and look for:

Code: Select all

"login": "my-custom-login",
"my-custom-login" is the slug of your login page if you changed it under WonderCMS settings. Default is "login", for example mywebsite.com/login
by nox
Thu Aug 04, 2022 10:45 am
Forum: Support
Topic: [SOLVED] Can't upload images
Replies: 4
Views: 4077

Re: Can't upload images

One thing to try out, upload image manually under WonderCMS installation/data/files and check if it is showing under Settings>Files tab when you are logged in.
by nox
Wed Aug 03, 2022 8:43 pm
Forum: Support
Topic: [SOLVED] Can't upload images
Replies: 4
Views: 4077

Re: Can't upload images

Hi allenk, is WonderCMS installed on a local(xampp) or webserver? I tried changing PHP from 7.x.x to 8.x.x and at first images were broken but after hard refresh CTRL+F5 (or CTRL+SHIFT+R) they showed up again. This is a list of WonderCMS allowed file types: https://github.com/robiso/wondercms/wiki/A...