Support » Theme: CV Card » disable loader

Viewing 1 replies (of 1 total)
  • Hi,

    1. Go to header.php and delete the code below

    <div class="loader">
    	<img src="<?php echo get_template_directory_uri(); ?>/img/loader.gif" alt="<?php _e('loader gif','cvcard'); ?>">
    </div>

    2. And then go to js/cvcard-custom.js, top of the page delete this code:

    $('.loader').find('img').delay(100).fadeOut();
    
       $('.loader').delay(700).fadeOut();

    If you like the theme, please rate it.

Viewing 1 replies (of 1 total)
  • The topic ‘disable loader’ is closed to new replies.