Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Preloader

Preloader

Scheduled Pinned Locked Moved General Discussion
4 Posts 2 Posters 384 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mw
    wrote on last edited by mw
    #1

    Hey,
    I tried to implement a preloader to the site similar to: https://weberruss.com/expertise/
    (I couldn't really find out how they did it, but it's a lay theme site)

    I tried this:
    Custom HTML at top:
    <div class="preloader"></div>

    Custom <head> content:
    <script>
    window.laytheme.on("newpage", function() {
    jQuery('.preloader').fadeOut('slow');
    });
    </script>

    Custom Css:
    .preloader {
    width:100vw;
    height:1px;
    position:absolute;
    background: black;
    margin:0;
    animation: fillup .4s ease infinite;
    top:0;
    left:0;
    }

    @-webkit-keyframes fillup
    {
    from { width:0px; }
    to { width:100%; }
    }

    –
    The code works, but only on a page reload. So if click on another menu item nothing shows up. (The javascript fadeout works at least)

    I used to do preloaders with this js, but have rewritten it according to the laytheme documentation:

    $(window).load(function() {
    $('.preloader').fadeOut('slow');
    });

    to:
    <script>
    window.laytheme.on("newpage", function() {
    jQuery('.preloader').fadeOut('slow');
    });
    </script>

    –
    I probably made a mistake there - could you help me?

    Many thanks in advance,
    Markus

    1 Reply Last reply
    0
    • mariusjopenM Offline
      mariusjopenM Offline
      mariusjopen
      Global Moderator
      wrote on last edited by
      #2

      Dear @mw
      did you try both options to run the Javascript?

      http://laytheme.com/documentation.html#custom-javascript

      Best!

      Marius

      www.mariusjopen.world

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mw
        wrote on last edited by
        #3

        Yea, I tried "newpage" and "newpageshown" - both don't work

        the thing is I am not sure if:
        window.laytheme.on("newpage", function() {

        really replaces:
        $(window).load(function() {

        but according to the documentation it should right?
        Maybe you have an idea?

        Best, Markus

        1 Reply Last reply
        0
        • mariusjopenM Offline
          mariusjopenM Offline
          mariusjopen
          Global Moderator
          wrote on last edited by
          #4

          Dear @mw
          I cannot see it on the example.

          You want to show an image when you open the page and then remove it?

          best!

          Marius

          www.mariusjopen.world

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          I also code custom websites or custom Lay features.
          šŸ’æ Email me here: šŸ’æ
          info@laytheme.com

          Before you post:
          1. When using a WordPress Cache plugin, disable it or clear your cache.
          2. Update Lay Theme and all Lay Theme Addons
          3. Disable all Plugins
          4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

          This often solves issues you might run into

          When you post:
          1. Post a link to where the problem is
          2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
          3. If the problem is difficult to explain, post screenshots / link to a video to explain it
          Online Users
          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
          laytheme.com
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Search