Title: Can&#039;t edit permalink
Last modified: August 22, 2016

---

# Can't edit permalink

 *  Resolved [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/)
 * Hey guys,
 * Is anyone else having issues editing permalinks on comics that have not been 
   published yet?
 * I just set up a brand new comic, and saved it to draft, then I scheduled it to
   publish next week. Realised that I needed to remove some text from the permalink,
   but cannot do this in the editor.
 * However, I can do this in the quick edit.
 * Mark
 * [https://wordpress.org/plugins/comic-easel/](https://wordpress.org/plugins/comic-easel/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/cant-edit-permalink/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-edit-permalink/page/2/?output_format=md)

 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439522)
 * hrm, .. did you check the screen options tab in the upper right to see if the
   option is enabled for you to edit permalinks?
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439578)
 * Sorry for the delay in reply, I’ve been away for a couple of days, yep I have
   all check boxes on.
 * I can’t see the edit box for the permalink even on a brand new comic, at any 
   stage. I can quick edit, but that’s it.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439662)
 * Can you see the edit of permalinks on regular posts?
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439664)
 * yes mate, can see and edit regular posts fine. 🙁
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439665)
 * I can use the quick edit to change the link, just not in the main edit screen
   in Comic posts.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439666)
 * okay “mate”.
 * This would happen if a 3rd party plugin is running some scripts that is not being
   inclusive to their pages they’re supposed to be on. (i.e in the head/section 
   of all the admin pages and not just the ones for the plugin it comes from) – –
   bad programming on their part.
 * Since I cannot duplicate it on the 7 sites with 5 different browsers that is 
   the only logical conclusion.
 * So, disable all of your plugins except comic easel – clear your browser cache
   and give it a go; you’ll notice that you can edit it.
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439679)
 * Phil,
 * I have deactivated all pluggins save Comic Easel and then I have cleared the 
   cache on both IE and Firefox browsers.
 * I have emptied out my functions.php file and cleared the caches on both sites
   all over again.
 * I even cleared out the custom CSS. and cleared the cache on both browsers.
    I
   cannot see the permalink edit box.
 * EDIT:
    I also changed from the comic easel child theme I am on to the parent 
   theme. No hope.
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439680)
 * Incidentally, I have just activated the custom post types in Jetpack and have
   created a portfolio type. When I save to draft, I can edit the permalink.
 * This problem really does seem to be limited to comic post types only.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439682)
 * Just to be clear, we’re talking about this:
 * [http://frumph.net/downloads/edit-slug-box-in-editor.jpg](http://frumph.net/downloads/edit-slug-box-in-editor.jpg)
 * —–
 * If you have the [x] slug checkbox from the screen options open up, it opens up
   ANOTHER box lower on the page that looks like this:
 * [http://frumph.net/downloads/slug-screen-option.jpg](http://frumph.net/downloads/slug-screen-option.jpg)
 * two different areas
 * —–
 * If you are not seeing the first one. The box itself is set to ‘not display’ ..
   not be seen at all because of this class=”hide-if-no-js”
 * If you are using a plugin or bit of code someplace that edits the tinyme editor
   and it wasn’t updated past 3.9 this would cause an issue.
 * If you have javascript disabled in your browsers, this would happen.
 * If another plugin de-enqueue’s jquery and re-enqueue’s their own jquery this 
   could happen.
 * ^ But in all of those cases it would happen to all of the places and not just
   the comic section.
 * If you were to use Chrome debug (F10 key pressed) or Firefox with Firebug (F10
   again) and enable script debugging and load your editor, you can see if there’s
   any editor bugs that pop up and find exactly where it’s at.
 * But at this time, there’s no way for me to duplicate the particular issue where
   the edit-permalink box isn’t showing; so I am relying on you to go through the
   steps that I can think of – and the only one I can think of is that there’s something
   conflicting with the display of the box
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439684)
 * Hi Phil,
 * Yes the slug edit box is there, but the permalink edit box is not.
 * As I said before I disabled all plugins, apart from comic easel, I removed all
   custom code from functions.php and still the box is hidden.
 * In the Chrome debugger, the only exception I can see is a complaint about the
   use of a deprecated function in TinyMCE. Which stinks of what you said above 
   a bit. I can’t seem to trace that beyond the wp-admin post.php. Is there a way
   to trace what plugin is using that? As I said I have already disabled all my 
   plugins before.
 * again to confirm, all other post types seem ok.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439685)
 * That tinymce complaint is probably what’s doing it ;/ do you get that same complaint
   on the regular post pages?
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439686)
 * Yep it’s on the standard page too. Maybe a red herring?
 *  Thread Starter [DustyGhost](https://wordpress.org/support/users/dustyghost/)
 * (@dustyghost)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439687)
 * BTW, sending you messages on Skype Phil. Not sure if you’ve seen? But wondered
   if you wanted to RDP \ webex \ team viewer over and I can show you the dashboard.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439688)
 * I have no idea what RDP \ webex \ team viewer is ;/ but loading skype now.
 *  Plugin Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/#post-5439692)
 * Okay this was fixed in the next release.
 * Turned out the method I was using to use chapters in the url line caused this
   to happen.
 * Rewrote it.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/cant-edit-permalink/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-edit-permalink/page/2/?output_format=md)

The topic ‘Can't edit permalink’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comic-easel_226fa1.svg)
 * [Comic Easel](https://wordpress.org/plugins/comic-easel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comic-easel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comic-easel/)
 * [Active Topics](https://wordpress.org/support/plugin/comic-easel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comic-easel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comic-easel/reviews/)

## Tags

 * [Can't edit](https://wordpress.org/support/topic-tag/cant-edit/)
 * [permalink](https://wordpress.org/support/topic-tag/permalink/)

 * 19 replies
 * 3 participants
 * Last reply from: [Frumph](https://wordpress.org/support/users/frumph/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/cant-edit-permalink/page/2/#post-5439696)
 * Status: resolved