Viewing 1 replies (of 1 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi holmegm,

    That loading message is designed as a feature to alert users if there is an issue with the javascript on your site:

    1. It’ll only be displayed to users logged in as admins (so none of your visitors will ever see it)

    2. It is removed as soon as the javascript loads. If it is not removed automatically, it indicates there is a javascript error on your site that needs to be addressed.

    If you’d like to force it to be always hidden even for admins, you could use this CSS:

    .shiftnav-loading{
      display:none !important;
    }

    Hope that helps!

    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘loading message flashes at desktop size’ is closed to new replies.