Text Loading Screen

Description

#1. Install Code

#1.1. Click Website > Pages

06.26c01v7 Text Loading Screen

#1.2. Scroll down to Custom Code > Code Injection

  • If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1.
  • If you want to make effect run on One Page only, see #3.2

06.26c01v7 Text Loading Screen

#1.3. Add this code into Code Injection > Footer

  • If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1.
  • If you want to make effect run on One Page only, see #3.2
<!-- 06.26c01v7 Text Loading Screen -->
<script>
var splashOptions = {
  loaderType: 'text',
  loaderTitle: '@tuanphan',
  loaderImage: 'https://images.squarespace-cdn.com/content/v1/68985bba91a8d8273678b74b/1756781989765-M8DG7RMYNS5MWC7CVLKM/unsplash-image-igKjieyjcko.jpg?format=1500w',
  loaderAdditionalDelay: 1000,
  loaderFadeTime: 1000,
  showLoaderOnlyOnce: false,
  overlayColor: '#fff',
  titleColor: '#000',
  titleSize: '95px',
  titleMobileSize: '48px',
  imageHeight: '55px',
  imageMobileHeight: '35px',
  exitAnimation: 'fade' /* fade, slideLeft, slideRight, slideUp, slideDown */
}
</script>
<script src="https://code.beaverhero.com/other/0626c01v7loadingscreen.js"></script>

06.26c01v7 Text Loading Screen

#1.4. You can update Text in Line 05

loaderTitle: '@tuanphan',

#2. Customize

#2.1. To change Text color, text size, you can change Line 11, Line 12, Line 13

titleColor: '#000',
 titleSize: '95px',
 titleMobileSize: '48px',

#2.2. To change Overlay Color, you can change Line 10

overlayColor: '#fff',

you can use color name: white or hex color: #fff

#2.3. To change Text to Logo, you need to change 2 lines: Line 04 & Line 06

First, change Line 04

loaderType: 'text',

to

loaderType: 'image',

Next, change Example Logo URL in Line 06 to your desired logo url

loaderImage: 'https://images.squarespace-cdn.com/content/v1/68985bba91a8d8273678b74b/1756781989765-M8DG7RMYNS5MWC7CVLKM/unsplash-image-igKjieyjcko.jpg?format=1500w',

#2.4. If you want the Loading Screen to only display once and not reappear. You can change Line 09

showLoaderOnlyOnce: false,

to

showLoaderOnlyOnce: true,

#3. Other

#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Site Footer

05.26c08v1 Event Default Location

Add a Block

05.26c16v1 Hover Text Show Image Follow Cursor

Choose Markdown

04.26c10v2 Header Sound Icon

Paste this code into Markdown

<script>
var splashOptions = {
  loaderType: 'text',
  loaderTitle: '@tuanphan',
  loaderImage: 'https://images.squarespace-cdn.com/content/v1/68985bba91a8d8273678b74b/1756781989765-M8DG7RMYNS5MWC7CVLKM/unsplash-image-igKjieyjcko.jpg?format=1500w',
  loaderAdditionalDelay: 1000,
  loaderFadeTime: 1000,
  showLoaderOnlyOnce: false,
  overlayColor: '#fff',
  titleColor: '#000',
  titleSize: '95px',
  titleMobileSize: '48px',
  imageHeight: '55px',
  imageMobileHeight: '35px',
  exitAnimation: 'fade' /* fade, slideLeft, slideRight, slideUp, slideDown */
}
</script>
<script src="https://code.beaverhero.com/other/0626c01v7loadingscreen.js"></script>

06.26c01v7 Text Loading Screen

#3.2. To make Loading Screen effect on One Page only, you can hover on Page Name > Click Gear icon

06.26c01v7 Text Loading Screen

Next, click Advanced > Paste the code

<!-- 06.26c01v7 Text Loading Screen -->
<script>
var splashOptions = {
  loaderType: 'text',
  loaderTitle: '@tuanphan',
  loaderImage: 'https://images.squarespace-cdn.com/content/v1/68985bba91a8d8273678b74b/1756781989765-M8DG7RMYNS5MWC7CVLKM/unsplash-image-igKjieyjcko.jpg?format=1500w',
  loaderAdditionalDelay: 1000,
  loaderFadeTime: 1000,
  showLoaderOnlyOnce: false,
  overlayColor: '#fff',
  titleColor: '#000',
  titleSize: '95px',
  titleMobileSize: '48px',
  imageHeight: '55px',
  imageMobileHeight: '35px',
  exitAnimation: 'fade' /* fade, slideLeft, slideRight, slideUp, slideDown */
}
</script>
<script src="https://code.beaverhero.com/other/0626c01v7loadingscreen.js"></script>

06.26c01v7 Text Loading Screen

If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Current Page > Add a Markdown Block > Then use this code into Markdown

<script>
var splashOptions = {
  loaderType: 'text',
  loaderTitle: '@tuanphan',
  loaderImage: 'https://images.squarespace-cdn.com/content/v1/68985bba91a8d8273678b74b/1756781989765-M8DG7RMYNS5MWC7CVLKM/unsplash-image-igKjieyjcko.jpg?format=1500w',
  loaderAdditionalDelay: 1000,
  loaderFadeTime: 1000,
  showLoaderOnlyOnce: false,
  overlayColor: '#fff',
  titleColor: '#000',
  titleSize: '95px',
  titleMobileSize: '48px',
  imageHeight: '55px',
  imageMobileHeight: '35px',
  exitAnimation: 'fade' /* fade, slideLeft, slideRight, slideUp, slideDown */
}
</script>
<script src="https://code.beaverhero.com/other/0626c01v7loadingscreen.js"></script>

06.26c01v7 Text Loading Screen

Buy me a coffee