Search found 68 matches

by OneManLaptop
Thu Jun 16, 2022 3:37 pm
Forum: Support
Topic: [SOLVED] Remove menus for single page website?
Replies: 2
Views: 1694

Re: Remove menus for single page website?

Yeah, that's no problem. If you just want to remove the link to home, use this: .navbar-nav { display: none!important; } If you want to remove the entire header, use this: .navbar { display: none!important; } Add either code to the theme's CSS file, which you can find in the wondercms folder: wonder...
by OneManLaptop
Wed Jun 01, 2022 5:50 pm
Forum: Support
Topic: Test Drive & A Few Little Questions
Replies: 33
Views: 103862

Re: Test Drive & A Few Little Questions

@OneManLaptop, I have some great news. Latest version of WonderCMS (3.3.2) now supports "image processing" for Summernote. Dragging and dropping files into the editor will actually upload them to data/files :). Hey, really looking forward to testing this out, shame about this weird URL bu...
by OneManLaptop
Fri May 27, 2022 6:34 am
Forum: Support
Topic: [SOLVED] WCMS 3.32 Update / Installation Bug
Replies: 4
Views: 3084

Re: WCMS 3.32 Update / Installation Bug

Cheers Wiz. Well knowing what's causing the bug is half the battle. :D
by OneManLaptop
Fri May 27, 2022 6:33 am
Forum: Themes
Topic: Materialize theme
Replies: 17
Views: 15799

Re: Materialize theme

Will this be compatible with the recent image processing updates? Wiz, if c0mp0ser gets this lite version of the Summernote and Additional Content Editor working and they do indeed offer the same functionality as the current versions just without the dependencies, would you consider making them the ...
by OneManLaptop
Mon May 23, 2022 1:41 pm
Forum: Support
Topic: [SOLVED] WCMS 3.32 Update / Installation Bug
Replies: 4
Views: 3084

[SOLVED] WCMS 3.32 Update / Installation Bug

Hey Wiz, congrats on the new release, very keen to give this new update a spin. Sorry to report that I am having a problem testing it on my local server. When I either update an old installation or download a new one, it's messing the path up a little, I'll show you: It's turning what should be: htt...
by OneManLaptop
Sun May 22, 2022 8:48 am
Forum: Plugins
Topic: Additional Content - request to add a class to horizontal rules
Replies: 3
Views: 5469

Re: Additional Content - request to add a class to horizontal rules

This is fantastic stuff, yeah, show us what you've got. :) The less dependencies across WCMS the better I think.
by OneManLaptop
Mon May 16, 2022 10:44 am
Forum: Support
Topic: [Could not reproduce] My little test website with a huge problem.
Replies: 6
Views: 2916

Re: My little test website with a huge problem.

@OneManLaptop, is there any chance you can send me the php info file (either via email or Discord). We were unable to reproduce the issue and it might be that any of the below being too low might be the issue: Upload_max_filesize - 1500 M Max_input_time - 1000 Memory_limit - 640M Max_execution_time...
by OneManLaptop
Fri May 13, 2022 2:44 pm
Forum: Support
Topic: [Could not reproduce] My little test website with a huge problem.
Replies: 6
Views: 2916

Re: My little test website with a huge problem.

Hello again, this is the result. http://freewaresnews.altervista.org/wondercms/info.php Can you tell what's wrong with it? Thanks for that. Everything looks present and correct to me. Hmmm, I mean from what I can tell it just looks as though WCMS isn't finding the moduleCacheMapper function... and ...
by OneManLaptop
Fri May 13, 2022 7:41 am
Forum: Themes
Topic: Materialize theme
Replies: 17
Views: 15799

Re: Materialize theme

Looking forward to seeing what you've been cooking c0mp0ser. :)
by OneManLaptop
Fri May 13, 2022 7:40 am
Forum: Support
Topic: [Could not reproduce] My little test website with a huge problem.
Replies: 6
Views: 2916

Re: My little test website with a huge problem.

Hey eastman, sorry to read you're having trouble getting WCMS started. Have you checked that your server satisfies the basic requirements of WCMS? You can read them here: https://www.wondercms.com/requirements If you're unsure how to check this, simply create an info.php file. Copy and paste the bel...