i'm using the same theme, Jollyness - Multi Purpose, to edit the content and the content in the text and title fields disappear as soon as i click it to edit it
Hello RobertGuzman,
As previous answer, you checked in Use the administration theme when editing or creating content in Administration theme. You DON'T want to use admin theme?
Thanks,
Exactly-my users can create and edit content and aren't using the administrative theme. At least for my use case, this is a pretty serious bug. Has there been any progress in solving it?
Exactly-my users can create and edit content and aren't using the administrative theme. At least for my use case, this is a pretty serious bug. Has there been any progress in solving it?
Hi all,
Please disable blow js line to fix the issue.
$('.form-text,.form-textarea').cleardefault(); (line 10 of jollyness.js file under assets/js folder)
Thanks!
That worked, thanks!