Title: Headlines Not Responding?
Last modified: August 20, 2016

---

# Headlines Not Responding?

 *  [cartar929](https://wordpress.org/support/users/cartar929/)
 * (@cartar929)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/headlines-not-responding/)
 * I installed this plugin and can’t seem to get it to do anything?
 * Here is what I have in the header.php file in the head section:
 *     ```
       <script>
         $("#responsive_headline").fitText(1.2);
       </script>
       ```
   
 * I tried using multiple versions of what was mentioned in the installation section
   but I didn’t get any results.
 * Also here is what the headers look like in my css file:
 *     ```
       h1,h2,h3,h4,h5,h6 {
           font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
           font-weight: bold;
           font-style: normal;
           color: #222;
           text-rendering: optimizeLegibility;
           line-height: 1.1;
           margin-bottom: 14px;
           margin-top: 14px;
       	display:block;
       	width:100%;
       }
       ```
   
 * Here is the site where I am trying to get this to work:
    [http://responsive.franklinstreetwebserver.com/](http://responsive.franklinstreetwebserver.com/)
 * If you have any thoughts on what I should try differently please let me know.
   
   Thanks, Carter
 * [http://wordpress.org/extend/plugins/fittext/](http://wordpress.org/extend/plugins/fittext/)

Viewing 1 replies (of 1 total)

 *  [sara cannon](https://wordpress.org/support/users/saracannon/)
 * (@saracannon)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/headlines-not-responding/#post-3330170)
 * try changing
 *     ```
       <script>
         $("#responsive_headline").fitText(1.2);
       </script>
       ```
   
 * to
 *     ```
       <script type="text/javascript">
            jQuery(document).ready(function() {
                jQuery("#responsive_headline").fitText(1.2);
            });
       </script>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Headlines Not Responding?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fittext.svg)
 * [FitText.js, a jQuery plugin for inflating web type](https://wordpress.org/plugins/fittext/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fittext/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fittext/)
 * [Active Topics](https://wordpress.org/support/plugin/fittext/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fittext/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fittext/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [header.php](https://wordpress.org/support/topic-tag/header-php/)
 * [headers](https://wordpress.org/support/topic-tag/headers/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)
 * [no response](https://wordpress.org/support/topic-tag/no-response/)
 * [resizing](https://wordpress.org/support/topic-tag/resizing/)
 * [responsive web design](https://wordpress.org/support/topic-tag/responsive-web-design/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [sara cannon](https://wordpress.org/support/users/saracannon/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/headlines-not-responding/#post-3330170)
 * Status: not resolved