Search found 6 matches

by bmherard
Tue Jan 28, 2020 1:31 pm
Forum: Plugins
Topic: Blog Styling
Replies: 2
Views: 7773

Re: Blog Styling

I know where in the "class.SimpleBlog.php" to put my opening <div> (see below) but can't figure out where to put the closing </div>. Figured it out... 202 HTML; 203 } 204 $args[0] .= "</div>"; 205 206 break; This is really only useful if your theme doesn't use the 'subside' bloc...
by bmherard
Mon Jan 27, 2020 9:11 pm
Forum: Plugins
Topic: Blog Styling
Replies: 2
Views: 7773

Blog Styling

I'm creating a fluid theme for WonderCMS 3.x. but want to constrain some content, like the blog, to a fixed width. I'm using Bootstraps "container-fluid" and "container". I know where in the "class.SimpleBlog.php" to put my opening <div> (see below) but can't figure out...
by bmherard
Mon Jan 27, 2020 3:58 pm
Forum: 2.x.x support
Topic: [SOLVED] Functions.php example
Replies: 8
Views: 19236

Re: Functions.php example

Let me know how this works for you. I have a working instance of WonderCMS 3.0.4 but can't get the functions example for this version (that is in Docs GitHub pages) to work. I don't want to use the plugin for additional content as I want my editable area to be somewhere other than under the usual c...
by bmherard
Thu Jan 23, 2020 3:09 pm
Forum: Support
Topic: [SOLVED] Webpage empty
Replies: 12
Views: 23431

Re: webpage empty

DirkP wrote: Wed Jan 22, 2020 5:40 pm I have found the problem...It's seems a big bug in the default Theme.
Thanks for finding a solution. Works like a charm now.
by bmherard
Tue Jan 21, 2020 5:29 pm
Forum: Support
Topic: [SOLVED] Webpage empty
Replies: 12
Views: 23431

Re: webpage empty

bmherard wrote: Tue Jan 21, 2020 5:08 pm I have had the same issue and have verified that my system requirements are in place.
I have Apache servers and have PHP 7.4. I've tried it on another Apache server with PHP 7.3.
by bmherard
Tue Jan 21, 2020 5:08 pm
Forum: Support
Topic: [SOLVED] Webpage empty
Replies: 12
Views: 23431

Re: webpage empty

I have had the same issue and have verified that my system requirements are in place. Page is blank but here's the resulting source code as it tries to install... <? global $Wcms ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compati...