Posts: 105
Threads: 10
Joined: Jul 2015
2015-07-14, 02:59:00
(This post was last modified: 2015-07-15, 11:31:15 by kazu2015.)
Posts: 6,266
Threads: 181
Joined: Sep 2011
Posts: 105
Threads: 10
Joined: Jul 2015
The page contents are all the same.
My php code has a problem maybe.
You have to use some plug-in.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Is it a single page theme?
Posts: 105
Threads: 10
Joined: Jul 2015
Yes, you can't manage to make it with GS?
Posts: 105
Threads: 10
Joined: Jul 2015
http://npogakushuu.php.xdomain.jp/c/
Let's see and flip the pages. slightly different. but I am stuck.
Posts: 105
Threads: 10
Joined: Jul 2015
http://npogakushuu.php.xdomain.jp/d/
I used tags like <?php getPageField('pizzeria','title'); ?> <?php getPageContent('pizzeria'); ?> but not perfect.
Posts: 6,266
Threads: 181
Joined: Sep 2011
I think there are some other single page themes, and maybe even a plugin to help out with these.
See how they are done in the forum.
Posts: 105
Threads: 10
Joined: Jul 2015
Thanks a lot, shawn.
http://get-simple.info/extend/theme/grey-onepage/793/
This theme works perfect but you need function page. I'm beat but GetSimpleCMS is very fun!
Posts: 6,266
Threads: 181
Joined: Sep 2011
Yeah I think timbow and Carlos have some functions posted around for grabbing all pages for single page themes.
It is a very recent phenomenon.
Posts: 47
Threads: 4
Joined: Aug 2014
PHP Code:
<?php
foreach (return_i18n_page_structure(null, true, null) as $page) {
$pag = $page['url'];
?>
<div class="page <?php echo $pag; ?>">
<div class="page-wrapper">
<h2 class="title"><?php getPageField($pag,'title'); ?></h2>
<?php getPageContent($pag); ?>
</div>
</div>
<?php } ?>
This is a working example from one of my themes. It returns an ordered set of contents of pages.
Note that you need I18N plugin and the pages need to marked for menu.
Posts: 6,266
Threads: 181
Joined: Sep 2011
you could probably replace that with
foreach(menu_data() ....
Posts: 105
Threads: 10
Joined: Jul 2015
welcomback >kazu(me)
http://npogakushuu.php.xdomain.jp/d/
Perfect!
GetsimpleCMS awesome! I wonder if I can do the same thing on WordPress.
Posts: 1,127
Threads: 136
Joined: Feb 2012
(2016-08-10, 00:09:26)kazu2015 Wrote: welcomback >kazu(me)
http://npogakushuu.php.xdomain.jp/d/
Perfect!
GetsimpleCMS awesome! I wonder if I can do the same thing on WordPress.
Neat! Is that going in Extend?
Posts: 105
Threads: 10
Joined: Jul 2015
(2016-08-10, 00:59:26)Timbow Wrote: (2016-08-10, 00:09:26)kazu2015 Wrote: welcomback >kazu(me)
http://npogakushuu.php.xdomain.jp/d/
Perfect!
GetsimpleCMS awesome! I wonder if I can do the same thing on WordPress.
Neat! Is that going in Extend?
In fact, The page structure is strange to explain of.
Plus I cut contact form chaptcha.
How can I say in English.......
You have to put the second page (home) under the first page(default front page;Welcome to GetSimple!)
like the picture above.
I guess this is perfect.......
My markup writing is so messy, hehe.
I have to rewrite it.
Posts: 166
Threads: 7
Joined: Jan 2013
(2016-08-16, 20:59:13)kazu2015 Wrote: ...
My markup writing is so messy, hehe.
I have to rewrite it.
Hi kazu2015
I love what you have made and I downloaded your original template to try, but I can not see how to fix it like you did.
Would you be happy to share what you have done so far for me to learn from?
Posts: 105
Threads: 10
Joined: Jul 2015
(2016-08-21, 21:03:28)davetest Wrote: (2016-08-16, 20:59:13)kazu2015 Wrote: ...
My markup writing is so messy, hehe.
I have to rewrite it.
Hi kazu2015
I love what you have made and I downloaded your original template to try, but I can not see how to fix it like you did.
Would you be happy to share what you have done so far for me to learn from?
========================================================================
I see. I can upload the theme somewhere.
If you want to upload it as an extend, please do so.
Just wait a second.
Sincerely,
Kazu
Posts: 105
Threads: 10
Joined: Jul 2015
2016-08-21, 23:38:10
(This post was last modified: 2016-08-21, 23:49:39 by kazu2015.)
(2016-08-21, 23:36:14)kazu2015 Wrote:
I have to explain some problem and usage.
One:You have to the second page under Top page like the picture above.
Two:You can use some plugins like News Manager.
(I guess Contact form barely works.)
rar file here
http://npogakushuu.php.xdomain.jp/d/Full...kBlock.rar
Posts: 166
Threads: 7
Joined: Jan 2013
(2016-08-21, 23:38:10)kazu2015 Wrote: kazu2015
I have to explain some problem and usage.
One:You have to the second page under Top page like the picture above.
Two:You can use some plugins like News Manager.
(I guess Contact form barely works.)
rar file here
http://npogakushuu.php.xdomain.jp/d/Full...kBlock.rar
Thank you kazu2015 I have got it working with Home as a sub page under Welcome as you said and it works fine. I just have to work out why Welcome menu tab has the Home content, but otherwise it works.
Again many thanks for your work and please keep us informed with your progress.
Posts: 166
Threads: 7
Joined: Jan 2013
Hi kazu2015
I have just rediscovered your 'Fullscreen Pageflip Layout with BookBlock' template that I tried back in August 2021. It's a brilliant template and I was wondering if your made any updates to it, or have you made any other GS templates? Please also consider listing your work for download on GS website. Many thanks
Posts: 105
Threads: 10
Joined: Jul 2015
(2023-09-29, 22:27:08)davetest Wrote: Hi kazu2015
I have just rediscovered your 'Fullscreen Pageflip Layout with BookBlock' template that I tried back in August 2021. It's a brilliant template and I was wondering if your made any updates to it, or have you made any other GS templates? Please also consider listing your work for download on GS website. Many thanks
Very sorry for very late reply.
http://get-simple.info/extend/a/kazu2015
My themes are there....
I am very happy if you use one of them!