Title: Can not edit header code
Last modified: January 19, 2023

---

# Can not edit header code

 *  Resolved [Dennis](https://wordpress.org/support/users/1404iran/)
 * (@1404iran)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/)
 * I add some code in Header. Now I want to edit i, but I can not. the text does
   not react to my mouse as if it was a part of a static page.

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

 *  Thread Starter [Dennis](https://wordpress.org/support/users/1404iran/)
 * (@1404iran)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16390699)
 * this is the code snippet that I added to header:
 *     ```wp-block-code
       <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
       <script>
       jQuery.noConflict();
       jQuery( document ).ready( function( $ ) { 
   
        // Fixed Layout
        var $grid = jQuery('.gv-diy-container').isotope({
        // options…
        itemSelector: '.gv-diy-view',
        masonry: {
        columnWidth: 100
        }
        });
   
        // layout Isotope after each image loads
        $grid.imagesLoaded().progress( function() {
        $grid.isotope('layout');
        });
       });
       </script>
       ```
   
    -  This reply was modified 3 years, 4 months ago by [Dennis](https://wordpress.org/support/users/1404iran/).
 *  Plugin Author [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * (@gripgrip)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16392033)
 * Hi [@1404iran](https://wordpress.org/support/users/1404iran/),
 * Did you enable any other plugins after adding that code? Maybe there’s something
   in the admin throwing an error and preventing you from editing that code.
 * Do you have any errors in the browser console?
 *  Thread Starter [Dennis](https://wordpress.org/support/users/1404iran/)
 * (@1404iran)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16392878)
 * No. this is my last plugin added. I’m using it with BuddyBoss and I’m using firefox(
   last version). I have not any problem with it.
 * And a wierd thing: I have this problem only in “Header” box. I can write and 
   edit on “Body” box normally.
    -  This reply was modified 3 years, 4 months ago by [Dennis](https://wordpress.org/support/users/1404iran/).
 *  Plugin Author [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * (@gripgrip)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16393367)
 * Thank you for the details, I tried using the code you sent in the Header & Footer
   section and I can’t replicate the issue. Can you please check the [browser console](https://www.wpbeginner.com/wp-tutorials/basics-of-inspect-element-with-your-wordpress-site/)
   for any JavaScript errors?
 * If you want to share access to your site privately please reach out using the
   form at [https://wpcode.com/contact](https://wpcode.com/contact) and we’ll be
   happy to take a look and try to find a solution for this issue.
 *  Thread Starter [Dennis](https://wordpress.org/support/users/1404iran/)
 * (@1404iran)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16397050)
 * Thank you.
 * The language of my site is not english and I don’t think you can work with it’s
   admin. 🙁
 * I will try to inspect for Javascript error myself.
 *  Plugin Author [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * (@gripgrip)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16398644)
 * Hi [@1404iran](https://wordpress.org/support/users/1404iran/),
 * That would not be an issue as you can set the admin language for individual users.
   Please let us know if we can provide more info in relation to the JS errors.

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

The topic ‘Can not edit header code’ is closed to new replies.

 * ![](https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516)
 * [WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager](https://wordpress.org/plugins/insert-headers-and-footers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-headers-and-footers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-headers-and-footers/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-headers-and-footers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-headers-and-footers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-headers-and-footers/reviews/)

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)

 * 6 replies
 * 2 participants
 * Last reply from: [Mircea Sandu](https://wordpress.org/support/users/gripgrip/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/can-not-edit-header-code/#post-16398644)
 * Status: resolved