By Torgrim Sandvoll on Saturday, 12 September 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 814
Votes 0
If a user writes a title, then later changes it, the permalink does not update.
Permalink should update in real-time, or at least upon publish/save.

I have set Permalink Edit to None in settings. Works! But permalink shows in composer. How do I hide this? (Just distracts users, if I wanted to show this I would have chosen Show in settings).
Hey Torgrim,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately we do not have setting to turn it off, but you can apply this following CSS code in your current template css file, so it will hide it.

body div#fd.eb .permalink-editor[data-permalink-preview]{
display: none !important;
}


Hope this help.
·
Saturday, 12 September 2015 20:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks!
Hope you can fix the updating of permalink in future version (+ add an option for hiding permalink for users).
·
Monday, 14 September 2015 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

We will see if we can implement this in the future version.
·
Monday, 14 September 2015 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post