Title: disable loader
Last modified: August 22, 2016

---

# disable loader

 *  Resolved [4d329760](https://wordpress.org/support/users/4d329760/)
 * (@4d329760)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/disable-loader/)
 * hi! thank u for the nice theme! how can i disable the loader?

Viewing 1 replies (of 1 total)

 *  [burak](https://wordpress.org/support/users/burakkaptan/)
 * (@burakkaptan)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/disable-loader/#post-5680257)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cv-card/1.2.4/screenshot.png)
 * CV Card
 * [Support Threads](https://wordpress.org/support/theme/cv-card/)
 * [Active Topics](https://wordpress.org/support/theme/cv-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cv-card/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cv-card/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [burak](https://wordpress.org/support/users/burakkaptan/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/disable-loader/#post-5680257)
 * Status: resolved