Page 1 of 1

content page does not appear in content place holder

Posted: Wed Nov 16, 2022 3:36 pm
by davidsho
I use a master frame with my website (pbstudios.com) and most pages work fine. With a couple (e.g. http://www.pbstudios.com/DVDs.html), the master page appears with the content page behind it instead of in the content place holder. The settings in the page properties/misc. Master Page section are the same ("Page: /master-frames; Type: Master frames (requires content etc.")), and the misbehaving pages are in the same folder as those that work correctly. What could be going wrong?

Re: content page does not appear in content place holder

Posted: Wed Nov 16, 2022 3:39 pm
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.

I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.

For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134

Re: content page does not appear in content place holder

Posted: Wed Nov 16, 2022 4:58 pm
by davidsho
Thank you Pablo. The demo project is here: https://www.dropbox.com/s/zyme6dofqiqg0 ... y.wbs?dl=0. As you can see the page "Policies" appears in the content placeholder, but the page "Page1" do not.

Thanks for your help.

Re: content page does not appear in content place holder

Posted: Wed Nov 16, 2022 6:15 pm
by Pablo
'policy' uses layout grids (flexible layout)
'page1' uses fixed/absolute layout.
and because the master page also use layout grids, the (absolute) content will overlap.

Note that the version you are using is no longer supported.

Re: content page does not appear in content place holder

Posted: Wed Nov 16, 2022 6:48 pm
by davidsho
Thank you. Putting layout grids in the content page solved the problem. Question: Why do you say "the master page also uses layout grids"? The page "master-frames" does not have layout grids in it; is there a setting that ties it to layout grids?

Thanks again for the wonderful program and support. I will upgrade today.

Re: content page does not appear in content place holder

Posted: Wed Nov 16, 2022 6:55 pm
by Pablo
In the project you have shared, the page 'master-frames', both the page header and the content place holder are set to 'floating'.
So, the rest of the content should also be floating.

Re: content page does not appear in content place holder

Posted: Wed Nov 16, 2022 7:07 pm
by davidsho
Thank you.