GetSimple Support Forum

Full Version: Fullscreen Pageflip Layout with BookBlock
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What's the problem?
The page contents are all the same.
My php code has a problem maybe.
You have to use some plug-in.
Is it a single page theme?
Yes, you can't manage to make it with GS?
http://npogakushuu.php.xdomain.jp/c/

Let's see and flip the pages. slightly different. but I am stuck.
http://npogakushuu.php.xdomain.jp/d/

I used tags like <?php getPageField('pizzeria','title'); ?> <?php getPageContent('pizzeria'); ?> but not perfect.
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.
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!
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.
PHP Code:
                <?php

                
foreach (return_i18n_page_structure(nulltruenull) 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.
you could probably replace that with

foreach(menu_data() ....
welcomback >kazu(me)

http://npogakushuu.php.xdomain.jp/d/

Perfect!

GetsimpleCMS awesome! I wonder if I can do the same thing on WordPress.
(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?
[attachment=718]
(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.
(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?
(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
[attachment=721]
(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

(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.
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
(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!