• Resolved Noon

    (@sevenkader)


    When page is load it does a fade out effect, I’d like to just have the background/loader removed immediately without doing a whole effect afterwards, how can I simply make the loader/background remove immediately after the page has loaded instead of he fadeout.

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

    (@codepeople2)

    Hello @sevenkader

    Thank you so much for using our plugin. Please enter the piece of code below in the “Include an ad, or your own block of code” attribute of the plugin settings:

    <script>document.addEventListener('DOMContentLoaded', function() {cp_loadingpage.graphics['logo']['complete'] = function(callback){callback();this.attr['overlay'].remove();};});</script>

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Remove Fade Out Effect’ is closed to new replies.