Top Menu is missing on Splash Screen

I upgraded to UNA 10 and have a few remaining issues.

1. The header and footer MENUS BARS no longer display on the splash screen. How do I get them back? 

 

  • 478
  • More
Attachments
Replies (7)
    • Can anyone help?

      • The idea of the Splash page is to provide a blank canvas for your custom code. If you still want to have the footer and header intact, it is best to add your landing page code into a custom Block on Homepage via Pages builder and make that block visible to unauthenticated users, while showing other blocks to authenticated ones. This is the same approach as we use here at una.io.

        • Thank you Andrew, this sounds like a great way to achieve this.

          Do you have any suggestion on how I should go about getting the Login Box into the top right hand corner of the Menu Toolbar?

          image_transcoder.php?o=bx_froala_image&h=1951&dpx=2&t=1567874817 

          • Hello InPage !

            If you don't want to insert the plain HTML copy of login form then you may add Splash and Login blocks to your homepage, make them visible only for guests and then place it more comfortable for you.

            • HI Leonid, thank you.

              Please can you let me know where can i find the plain HTML copy of login form  

              • Hello InPage !

                You may try to use it directly from your site, it may look like:

                <form action="[your una URL]member.php" name="sys_login" id="sys-form-login" onsubmit="return validateLoginForm(this);" method="post" class="bx-form-advanced bx-form-processed">

                    <input type="hidden" name="relocate" value="[your una URL]member.php" class="bx-def-font-inputs bx-form-input-hidden">

                    <input type="text" name="ID" class="bx-def-font-inputs bx-form-input-text">

                    <input type="password" name="Password" class="bx-def-font-inputs bx-form-input-password">

                    <button type="submit" value="Log in" name="login" class="bx-def-font-inputs bx-form-input-submit bx-btn bx-btn-primary">Log in</button>

                </form>

                • Hi Leonid,

                  Thank you for the reply.

                  The splash screen is loaded in the Homepage Template and only visible to Unauthenticated users

                  image_transcoder.php?o=bx_froala_image&h=2100&dpx=2&t=1568949196

                  This means that the footer and header is intact, as the landing page code is a custom Block on Homepage via Pages builder visible to unauthenticated users.

                  The /header Menu is a navigation element

                  image_transcoder.php?o=bx_froala_image&h=2103&dpx=2&t=1568949494

                  This means that I would need to create this as a sub page menu

                  image_transcoder.php?o=bx_froala_image&h=2105&dpx=2&t=1568949666

                  is there any way to insert the HTML into the MENU system?

                  Login or Join to comment.