Title: Theme not responding
Last modified: August 21, 2016

---

# Theme not responding

 *  Resolved [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * (@leapmkt12)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/)
 * I’m having a few issues with Customizr and am not sure if there is an issue with
   the theme download? My customers website is [http://www.instyleboutique.com.au](http://www.instyleboutique.com.au)
    - The logo & Favicon are uploaded into my Media library but are not showing 
      on the site
    - I am using a child theme (using the Child themify plugin recommended)but the
      site is not recognising any of my css or function.php changes
    - Using the function.php in my child theme I have tried to remove the entry 
      title icons which is not being recognised
    - The bottom page credits have been changed using the child-theme but again 
      the site is not picking it up
    - Finally my front page slider is simply not working despite having 4 or 5 sliders
      loaded?
 * Any help would be appreciated as I think I have followed all the tips and instructions
   and my client loves the look.
 * Final question do you know of any incompatibility with Next-gen gallery & Next-
   gen gallery Pro?
 * Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519425)
 * Personally, I don’t see the need to use Child Themify plugin. I’d start again
   and use [this](http://www.themesandco.com/extension/customizr-child-theme/).
 * Hopefully that will remove all/some of your symptoms.
 * There were problems with NextGen but there was a fix in 3.1.6
 *  [acub](https://wordpress.org/support/users/acub/)
 * (@acub)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519429)
 * I see you solved your problem. However, I noticed another error you might want
   to get fixed: the nggimagerotation plugin has a jQuery script error and I’m pretty
   sure things are not working right with your current rotation.
    You need to replace
   line 19 of wp-content/plugins/nggimagerotation/view.js from:
 *     ```
       });
       ```
   
 * to:
 *     ```
       })(jQuery);
       ```
   
 * If it’s a plugin you got from WP repository, you should let authors know about
   this. If you made it, well, just update your view.js and it will work.
 * Cheers.
 *  Thread Starter [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * (@leapmkt12)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519474)
 * Thanks guys [@rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
   I have removed the Child themify plugin and copied everything over to the child
   theme files but it still doesn’t seem to be picking up the code changes made 
   in the class-footer-footer_main.php, functions.php or the style.css? These have
   been changed & copied into the child theme folder.
    So the
    - The logo & Favicon are not still showing on the site despite being in the 
      media library
    -  The code to remove the entry title icons is not being recognised (but the
      changes have been made in the function.php in the child theme
    - The bottom page credits have been changed using the class-footer-footer_main.
      php in the child-theme but again the site is not picking it up
 * [@acub](https://wordpress.org/support/users/acub/) thanks for the javascript 
   code I’ll let the authors know about that, however even after fixing my front
   page slider (which should be part of the customizr theme not the ngg image rotaton)
   is simply not working despite having 5 sliders loaded and all linked to the front
   page??
 * I know it’ll be something simple (it usually is) but I’m at a loss as how to 
   fix these issues.
 * I appreciate the feedback.
 *  Thread Starter [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * (@leapmkt12)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519476)
 * Oh also the ngg slideshows keep showing the following error “Slideshows require
   the Flash Player and a browser with Javascript support” so I currently have everything
   in imagebrowser – not ideal but a work around. I have posted this error to the
   ngg authors but am still waiting on a reply – just in case you guys had found
   anything similar with the customizr theme?
    Thanks again!
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519484)
 * You need to take a stepped approach to diagnosing this. Make sure you have a 
   copy of all you’ve done as I’d suggest you go back to the beginning and prove
   that your CT has been setup properly. There is no evidence of it being picked
   up at all.
 * Step 1: The first step is to disable all your plugins, test and if OK, reactivate
   one-by-one to find the culprit.
 *  [acub](https://wordpress.org/support/users/acub/)
 * (@acub)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519486)
 * Leap, it’s pretty clear you messed up somewhere. So let’s start fresh.
 * 1. Disable and delete your child theme and activate Customizr (or any other theme).
   Make sure that Customizr is updated to last version.
    2. Create a new folder 
   in your local copy of the site, under wp-content/themes/ and name it inStyle 
   3. Using a simple editor (notepad) create a new file and put this in it:
 *     ```
       /*
        Theme Name:	inStyle Boutique
        Theme URI:	http://www.instyleboutique.com.au
        Description:	Theme for inStyle Boutique
        Author:	Leapmkt
        Author URI:	http://www.instyleboutique.com.au
        Template:	customizr
        Version:	1.0.0
       */
       ```
   
 * 4. Save this file in the inStyle folder as style.css (make sure encoding is set
   to UTF-8).
    5. In the same folder, create another file, also UTF-8 with the name
   functions.php and put this in it, making sure there’s no empty space or empty
   line before the first character:
 *     ```
       <?php
       ```
   
 * All the php snippets you’ll use for your website will go in this file, starting
   from line 2 (or 3). Line 1 needs to remain untouched.
    5. Upload all the inStyle
   folder to your server (same path: wp-content/themes/) 6. Go to Dashboard > Appearance
   > Themes and activate your inStyle Boutique theme 7. Go to Dashboard > Appearance
   Menus > Manage Locations tab, select your menu and click “Use new menu”.
 * You now have a working child theme, properly installed. Any css code you add 
   to style.css will apply to your webpages and any php code you add in functions.
   php will also work.
 *  Thread Starter [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * (@leapmkt12)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519596)
 * HI Guys, just a quick update it was an SEO Plug-in causing all the hassle:
    SEO
   WordPress SEO WordPress Plugin by Mervin Praison is a Powerfull Best Optimisation
   Plugin which has many SEO Features. Google Authorship and Google Analytics Integration.
   Very Easy to Setup. Check all benefits here [http://mervin.info/seo-wordpress/](http://mervin.info/seo-wordpress/)
   Version 3.0.2 | By Mervin Praison | Visit plugin site
 * I am letting the developed of the plug-in know as well.
 * Thanks for your help!!
 *  Thread Starter [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * (@leapmkt12)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519599)
 * Also just a heads up:
 * Also CKEditor is the plugin that affects the access / view the select a display
   type information.
 * Just if anyone else has these issues!
 * Thanks for all your help.
 *  Thread Starter [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * (@leapmkt12)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519600)
 * Just closing off on this now

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Theme not responding’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)

 * 9 replies
 * 3 participants
 * Last reply from: [Leapmkt12](https://wordpress.org/support/users/leapmkt12/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/theme-not-responding/#post-4519600)
 * Status: resolved