The "pages" are all actually in the markup, but hidden until needed with an inline "display:none" style attribute. If you look at the markup you'll see the style declaration in place. If you inspect the markup with Firebug or another developer tool you'll find the style is being stripped. This is usually due to a theme/plugin conflict.. some script is modifying the markup by the time the browser renders it.
If you've already switched themes and the issue persists, then I would turn to other plugins as the most probable source of the problem. You will just need to do some testing to find out exactly where the issue originates.
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Posted 12 years ago on Monday November 28, 2011 |
Permalink