Can You Use A Page Created In SP Builder Pro As Your Offline Page? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Can You Use A Page Created In SP Builder Pro As Your Offline Page?

B

BJ

SP Page Builder 2 years ago

I'd like to design a custom page in SP Builder Pro to use as my Offline page (And actually the same idea for the 404 page, etc.)

Is this possible?

FYI: Your Nia bot suggested this "

  • Create a page using SP Page Builder.
  • Go to System > Global Configuration in the Joomla backend.
  • Navigate to the Server tab.
  • Under the System tab, select the page you created with SP Page Builder from the dropdown menu for the Offline Page option."

Which is wrong.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #138821

Hi BJ,

from template options you cannot, but....Think out the box.

If offline page must be displayed ONLY for users that are not logged (guests) - just make that page default (home) menu item - public.

  • And whole rest menu items will be visible only for logged users (Super User).
  • Then using Custom CSS on that offline page - hide header and footer sections: #sp-header, #sp-footer, #sp-bottom {display: none; visibility: hidden}
  • In Joomla Admin > Global Configuration > Shared Sessions : Yes

That's it in a nutshell, but I think you caught the idea already.

1