Hi wiz
since the update there is a problem with the 404 page.
I get the DB entries with:
<?php foreach ( wCMS::db()->pages as $pageName => $page ): ?> <!-- loop though all pages -->
Now you add the new feature with the 404 page, thats "hidden" db entrie in the page.
So my small snippets get also ...
Search found 16 matches
- Wed Jan 24, 2018 3:58 pm
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
- Thu Nov 30, 2017 7:24 am
- Forum: 2.x.x support
- Topic: [SOLVED] After upload file error online 65
- Replies: 5
- Views: 81557
Re: After upload file error online 65
Hi Bedzeti,do you change something on the index.php file
- Tue Nov 28, 2017 10:41 am
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
I don't think so, the class get the "editable" to the content.wiz wrote: Tue Nov 28, 2017 12:17 am Nion, I think you will be needing that line in the code, be sure to check everything works on your website.
In the Admin section, it doesn't work with the onepager theme it use the <?=wCMS::page('content')?> function.
- Tue Nov 28, 2017 10:37 am
- Forum: 2.x.x support
- Topic: [SOLVED] Slideshow into cms
- Replies: 5
- Views: 87991
Re: Slideshow into cms
Or you use the Carousel from Bootstrap, with this Codesnipped
<h2>Carousel Example</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target ...
<h2>Carousel Example</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target ...
- Mon Nov 27, 2017 10:37 am
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
I removed The "class" variable on line 121, perhaps it was the thing which give you the error
Code: Select all
class="<?php print $class; ?>"- Mon Nov 27, 2017 8:56 am
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
Thank you!
So I updatetd the theme.php on github and it should work now
@turboblack
Still I want to draw your attention to the style file, in which most styles are not used, Internet statistics show that they are almost 70%, I had an excellent tool that eliminates unused styles, but unfortunately ...
So I updatetd the theme.php on github and it should work now
@turboblack
Still I want to draw your attention to the style file, in which most styles are not used, Internet statistics show that they are almost 70%, I had an excellent tool that eliminates unused styles, but unfortunately ...
- Wed Nov 22, 2017 7:17 am
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
I've already the <?=wCMS::footer()?> in the footer.
But without the
<?=wCMS::page('content')?> it doesn't work
If i look to the index.php
I see this two functions:
public static function _loginView() {
return ['title' => 'Login', 'description' => '', 'keywords' => '', 'content' => '<form action ...
But without the
<?=wCMS::page('content')?> it doesn't work
If i look to the index.php
I see this two functions:
public static function _loginView() {
return ['title' => 'Login', 'description' => '', 'keywords' => '', 'content' => '<form action ...
- Mon Nov 20, 2017 11:22 am
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
nion, I see you've hard-coded "login" as the login URL.
WonderCMS offers custom login URLs for everyone, so hard codding it might not be the solution. What I suggest is, you simply remove the "login" URL, or use the footer function for displaying the login URL.
WonderCMS hides the login URL once ...
- Fri Nov 17, 2017 6:24 pm
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
hi turboblack
i'm sorry about that! for the login problem, i edit the theme.php, please download it again from github and replace it on your server!
About the design: you need the sommernote plugin; change view to <>code; paste some bootstrap section!
you will find some bootstrap section here ...
i'm sorry about that! for the login problem, i edit the theme.php, please download it again from github and replace it on your server!
About the design: you need the sommernote plugin; change view to <>code; paste some bootstrap section!
you will find some bootstrap section here ...
- Thu Nov 16, 2017 5:20 pm
- Forum: 2.x.x support
- Topic: [SOLVED] Onepager Theme
- Replies: 30
- Views: 308481
Re: [SOLVED] Onepager Theme
Thank you
I share it on GitHub :https://github.com/niondevelop/oner
If you need some Help for validate contact me.
I share it on GitHub :https://github.com/niondevelop/oner
If you need some Help for validate contact me.