Search found 695 matches

by wiz
Wed Aug 09, 2017 3:41 pm
Forum: 2.x.x support
Topic: [SOLVED] Functions.php example
Replies: 8
Views: 19222

Re: Functions.php example

You are correct. Got this working again, here's the revamped code: function newEditableArea() { // Check if the newEditableArea area is already exists, if not, create it. if (empty(wCMS::get('blocks','newEditableArea'))) { wCMS::set('blocks','newEditableArea', 'content', '<h4>test!</h4><p>This is an...
by wiz
Wed Aug 09, 2017 2:51 pm
Forum: 2.x.x support
Topic: database.js different Path
Replies: 4
Views: 7612

Re: database.js different Path

Hi eques, welcome and thank you. What an unique problem and modification! A couple of questions: 1. Did the login URL work prior to the changes you've made? A default installation of WonderCMS on your server and trying to reach the loginURL will answer this question the easiest. 2. Do all other page...
by wiz
Wed Aug 09, 2017 12:18 pm
Forum: 2.x.x support
Topic: [SOLVED] Functions.php example
Replies: 8
Views: 19222

Re: Functions.php example

Hi coldheartg3, welcome to the community. To save yourself some trouble, you can use a plugin for creating additional contents: https://github.com/robiso/wondercms-plugins/releases/tag/additional-contents If you would like to do it manually, this requires creating functions.php in your theme folder,...
by wiz
Fri Aug 04, 2017 12:34 pm
Forum: 2.x.x support
Topic: [SOLVED] Background images on default theme
Replies: 1
Views: 4819

Re: Background images on default theme

Before proceeding: Please make a COPY of your default theme and make changes on it (WonderCMS overwrites the default theme with each new update, don't make changes to the default theme.) In your style.css, change body { color: #555; background: #eee; margin-bottom: 60px; font-family: "Lucida S...
by wiz
Tue Aug 01, 2017 12:16 pm
Forum: Community chat
Topic: Standard standards
Replies: 11
Views: 18932

Re: Standard standards

I see. This is a problem with the Summernote editor. Managed to find a fix. You can try a Youtube video here in the demo to see how it works on mobile: https://www.wondercms.com/demo/example Planning a WonderCMS 2.3.0 update with some new features: - install themes from settings panel - install plug...
by wiz
Mon Jul 31, 2017 10:15 pm
Forum: Community chat
Topic: Standard standards
Replies: 11
Views: 18932

Re: Standard standards

Hi turbo!

We already partially solve the website width*height proportions with the library called Bootstrap. If you check out WonderCMS.com on mobile or PC, it will load nicely with the VECTOR logo. Anything like this in your mind?
by wiz
Mon Jul 31, 2017 10:13 pm
Forum: Community chat
Topic: ANCIENT but LIGHTWEIGHT and ROBUST
Replies: 5
Views: 17623

Re: ANCIENT but LIGHTWEIGHT and ROBUST

I guess so, their project/fork started out a couple of years ago.
by wiz
Sun Jul 30, 2017 2:41 pm
Forum: Community chat
Topic: ANCIENT but LIGHTWEIGHT and ROBUST
Replies: 5
Views: 17623

Re: ANCIENT but LIGHTWEIGHT and ROBUST

Turbo, their demo is at iqcms.com (remember WonderCMS version 0.4.1? :) )
by wiz
Sun Jul 30, 2017 1:51 pm
Forum: 2.x.x support
Topic: [SOLVED] How do I change the header title in (material theme)
Replies: 1
Views: 4164

Re: How do I change the header title in (material theme)

Hi Majbritt, welcome to the community! I believe that the material theme shows the "current page" there, which is always different. On another page, it will say something else than HOME. If you would like to change the text, open theme.php and replace <h1 class="title-page"><?=wC...
by wiz
Tue Jun 27, 2017 12:21 pm
Forum: 2.x.x support
Topic: Multilingual website possible?
Replies: 2
Views: 5677

Re: Multilingual website possible?

Hey Bas, thanks and welcome to the community. To be short, WonderCMS doesn't support multi-languages by default, at least not yet. The easiest way for this would be: 1. Having 2 instances/installations of WonderCMS and editing the second database.js to be translated. That way you can switch between ...