Search found 16 matches

by nion
Wed Jan 24, 2018 3:58 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

Re: [SOLVED] Onepager Theme

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 the...
by nion
Thu Nov 30, 2017 7:24 am
Forum: 2.x.x support
Topic: [SOLVED] After upload file error online 65
Replies: 5
Views: 13463

Re: After upload file error online 65

Hi Bedzeti,do you change something on the index.php file
by nion
Tue Nov 28, 2017 10:41 am
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

Re: [SOLVED] Onepager Theme

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.
I don't think so, the class get the "editable" to the content.
In the Admin section, it doesn't work with the onepager theme it use the <?=wCMS::page('content')?> function.
by nion
Tue Nov 28, 2017 10:37 am
Forum: 2.x.x support
Topic: [SOLVED] Slideshow into cms
Replies: 5
Views: 15118

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="#myCaro...
by nion
Mon Nov 27, 2017 10:37 am
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

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; ?>"
by nion
Mon Nov 27, 2017 8:56 am
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

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 it...
by nion
Wed Nov 22, 2017 7:17 am
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

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="' ....
by nion
Mon Nov 20, 2017 11:22 am
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

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 th...
by nion
Fri Nov 17, 2017 6:24 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

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: bootp...
by nion
Thu Nov 16, 2017 5:20 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 64013

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.