Search found 67 matches

by c0mp0ser
Tue Apr 19, 2022 8:04 am
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 73067

Re: Theme without boostrap

1. Summernote plugin is not showing on my theme. Maybe it might be worth reworking the plugin so that it works with themes without Bootstrap...? I can't do that. Whilst there does appear to be some activity, I'm personally worried about the longterm viability of the project and what that will mean ...
by c0mp0ser
Sun Apr 17, 2022 3:26 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 73067

Re: Theme without boostrap

Most welcome - I tested it and it should definitely solve your issue. I rechecked docs and it's already correct :) OK. It seems working now (!). But as I can see, another problems occurs. 1. Summernote plugin is not showing on my theme. Maybe it might be worth reworking the plugin so that it works ...
by c0mp0ser
Sun Apr 17, 2022 2:34 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 73067

Re: Theme without boostrap

Unfortunatelly, I don't remember where I copy this from. Thanks for reviewing my code. I'll let you know if it helps or if not. ;)
by c0mp0ser
Sun Apr 17, 2022 10:03 am
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 73067

Re: Theme without boostrap

Hello, I am trying to make a new theme for Wonder CMS (3.3.1), using Materialize CSS framework. I am in the prototype phase for now. Unfortunately after enabling this theme a white page appears. I don't know what I am doing wrong. Can someone take a look at the code? <?php global $Wcms ?> <!DOCTYPE ...
by c0mp0ser
Mon Apr 19, 2021 8:44 am
Forum: Plugins
Topic: Simple Blog - strange behavior
Replies: 1
Views: 4831

Simple Blog - strange behavior

I'm currently testing WonderCMS 3.1.4. I also try various modifications to the CMS and replace some files from time to time. I found Simple Blog very capricious. Occasionally, even when I'm not touching the Simple Blog code but editing other CMS elements, a modal appears: "This page (blog) does...
by c0mp0ser
Mon Apr 19, 2021 8:24 am
Forum: Themes
Topic: Essence theme - proposed changes
Replies: 7
Views: 15824

Re: Essence theme - proposed changes

I did some testing. ;) Everything seems to work fine when one change is applied to the original file: /themes/essence/css/style.css by adding the line: #adminPanel {z-index: 1051;} I've found that all modals show at z-index: 1050; I don't know why there is a conflict, so I moved the entire #adminPan...
by c0mp0ser
Sun Apr 18, 2021 5:58 pm
Forum: Themes
Topic: Essence theme - proposed changes
Replies: 7
Views: 15824

Re: Essence theme - proposed changes

OK. ;)

The result is that on the image below. Tested on the two different browsers.
BTW. Thank you for adding me to the contributors list, but my name and surname are bad spelled there. :|
by c0mp0ser
Sun Apr 18, 2021 11:05 am
Forum: Themes
Topic: Essence theme - proposed changes
Replies: 7
Views: 15824

Re: Essence theme - proposed changes

:? After the updates, this is what I get when I try to insert the picture to the SUBSIDE in this theme (below)
This is the completely untouched and fresh installation of entire CMS. :!:
by c0mp0ser
Sun Apr 18, 2021 9:06 am
Forum: Support
Topic: [SOLVED] Non-standard characters in the address bar - naming pages.
Replies: 3
Views: 5260

Re: Non-standard characters in the address bar - naming pages.

Thanks for your answer. Until a few years ago, it caused various problems. Hence my question. ;)
by c0mp0ser
Sun Apr 18, 2021 8:41 am
Forum: Support
Topic: [SOLVED] HTML LANG - hard coded?
Replies: 1
Views: 6908

[SOLVED] HTML LANG - hard coded?

I noticed that the site uses a hard-coded <html lang = "en"> Or I am wrong? :?: However, if I am not mistaken, there is a suggestion: When WonderCMS was run for the first time - you could add a form text field with the default "en" option where the user would be able to set it. I...