- Posts: 14116
- Thank you received: 1639
tinymce editing in front broken
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 8 months ago #38272
by ivan.milic
Replied by ivan.milic on topic tinymce editing in front broken
Move it just after this line:
function ui_elements_create(){
function ui_elements_create(){
Please Log in to join the conversation.
-
larry
Inactive member - Topic Author
- Member
Less
More
- Posts: 53
- Thank you received: 3
10 years 8 months ago #38274
by larry
Replied by larry on topic tinymce editing in front broken
I put it there - line 102 - and the edit page still does not work.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #38286
by ivan.milic
Replied by ivan.milic on topic tinymce editing in front broken
Instead of:
jQuery('#adminForm').attr('data-role','none');
try:
jQuery('#adminForm, #adminForm *').attr('data-role','none');
jQuery('#adminForm').attr('data-role','none');
try:
jQuery('#adminForm, #adminForm *').attr('data-role','none');
Please Log in to join the conversation.
-
larry
Inactive member - Topic Author
- Member
Less
More
- Posts: 53
- Thank you received: 3
10 years 8 months ago #38297
by larry
Replied by larry on topic tinymce editing in front broken
Nope; I tried it on line 102 and on line 1 and neither helped.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #38308
by ivan.milic
Replied by ivan.milic on topic tinymce editing in front broken
Nothing, return this:
#adminForm INPUT,
#adminForm SELECT,
#adminForm TEXTAREA{
display:block!important;
}
#adminForm INPUT,
#adminForm SELECT,
#adminForm TEXTAREA{
display:block!important;
}
Please Log in to join the conversation.
-
larry
Inactive member - Topic Author
- Member
Less
More
- Posts: 53
- Thank you received: 3
10 years 8 months ago #38316
by larry
Replied by larry on topic tinymce editing in front broken
I've done that. It fixes the lower buttons so they function, but the html box still stays open and the client can't tell what they are editing.
Please Log in to join the conversation.
Time to create page: 0.081 seconds