WPIntell

Source evidence

Run per session

WP Smart Preloader · support · 2021-11-19T18:09:00+00:00

complaintsentiment
mediumseverity
0.74relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 31 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bixroger unresolved
I should only start the preloader once per session, can I apply this function? thanks <script type="text/javascript"> $(document).ready(function() { $(window).load(function() { function Preloader() { var preloader = $ ('.loader'); preloader.delay(1000) .fadeOut (500); var preloader = $('.preloader'); preloader.delay (1500) .slideUp(500); } if ( ! sessionStorage.getItem( 'doNotShow' ) ) { sessionStorage.setItem( 'doNotShow', 'true' ); Preloader(); } else { $ ('.loader, .preloader').hide(); } }); }); </script> Hello, Looks like it should work, We will try that and let you know soon. Thank you. Thank you, I will wait, it seems a very useful featured

Comments

2 shown
catchsquare 2021-11-28T03:38:00+00:00

Hello, Looks like it should work, We will try that and let you know soon. Thank you.

bixroger 2021-11-28T10:27:00+00:00

Thank you, I will wait, it seems a very useful featured