Search found 6 matches
- Tue Jan 28, 2020 1:31 pm
- Forum: Plugins
- Topic: Blog Styling
- Replies: 2
- Views: 12052
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' block as side ...
- Mon Jan 27, 2020 9:11 pm
- Forum: Plugins
- Topic: Blog Styling
- Replies: 2
- Views: 12052
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 where to put the closing ...
- Mon Jan 27, 2020 3:58 pm
- Forum: 2.x.x support
- Topic: [SOLVED] Functions.php example
- Replies: 8
- Views: 70364
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 ...
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 ...
- Thu Jan 23, 2020 3:09 pm
- Forum: Support
- Topic: [SOLVED] Webpage empty
- Replies: 12
- Views: 52137
Re: webpage empty
Thanks for finding a solution. Works like a charm now.DirkP wrote: Wed Jan 22, 2020 5:40 pm I have found the problem...It's seems a big bug in the default Theme.
- Tue Jan 21, 2020 5:29 pm
- Forum: Support
- Topic: [SOLVED] Webpage empty
- Replies: 12
- Views: 52137
Re: webpage empty
I have Apache servers and have PHP 7.4. I've tried it on another Apache server with PHP 7.3.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.
- Tue Jan 21, 2020 5:08 pm
- Forum: Support
- Topic: [SOLVED] Webpage empty
- Replies: 12
- Views: 52137
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-Compatible" content="IE ...
<? global $Wcms ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE ...