GetSimple Support Forum
PROBLEM Fullscreen Pageflip Layout with BookBlock - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: PROBLEM Fullscreen Pageflip Layout with BookBlock (/showthread.php?tid=7419)



Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2015-07-14

Can you fix this theme?

http://npogakushuu.php.xdomain.jp/c/data/uploads/a/fullscreenbookblock.rar

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

You can't get this theme into GS?


RE: Fullscreen Pageflip Layout with BookBlock - shawn_a - 2015-07-14

What's the problem?


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2015-07-14

The page contents are all the same.
My php code has a problem maybe.
You have to use some plug-in.


RE: Fullscreen Pageflip Layout with BookBlock - shawn_a - 2015-07-14

Is it a single page theme?


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2015-07-14

Yes, you can't manage to make it with GS?


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2015-07-14

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

Let's see and flip the pages. slightly different. but I am stuck.


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2015-07-15

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

I used tags like <?php getPageField('pizzeria','title'); ?> <?php getPageContent('pizzeria'); ?> but not perfect.


RE: Fullscreen Pageflip Layout with BookBlock - shawn_a - 2015-07-15

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.


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2015-07-15

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!


RE: Fullscreen Pageflip Layout with BookBlock - shawn_a - 2015-07-15

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.


RE: Fullscreen Pageflip Layout with BookBlock - vallhund - 2015-07-16

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.


RE: Fullscreen Pageflip Layout with BookBlock - shawn_a - 2015-07-16

you could probably replace that with

foreach(menu_data() ....


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2016-08-10

welcomback >kazu(me)

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

Perfect!

GetsimpleCMS awesome! I wonder if I can do the same thing on WordPress.


RE: Fullscreen Pageflip Layout with BookBlock - Timbow - 2016-08-10

(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?


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2016-08-16

[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.


RE: Fullscreen Pageflip Layout with BookBlock - davetest - 2016-08-21

(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?


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2016-08-21

(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



RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2016-08-21

[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/FullscreenBookBlock.rar




RE: Fullscreen Pageflip Layout with BookBlock - davetest - 2016-08-22

(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/FullscreenBookBlock.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.


RE: Fullscreen Pageflip Layout with BookBlock - davetest - 2023-09-29

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


RE: Fullscreen Pageflip Layout with BookBlock - kazu2015 - 2023-12-29

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