- Posts: 53
- Thank you received: 3
tinymce editing in front broken
-
larry
Inactive member - Topic Author
- Member
Less
More
10 years 8 months ago - 10 years 8 months ago #38240
by larry
tinymce editing in front broken was created by larry
Template: Blocks
Joomla 3.2.3
php: 5.3.28
Editing articles in the back works fine. When trying to edit with tinymce when logged in to the front of the site, the lower buttons (Category, Published, Access) don't work. Also the edit box shows two boxes - the normal text box and the html box both always open. Tinymce in the front is broken in both Firefox and Chrome. Neither browser shows any errors.
When I change the default template to Beez, tinymce works, so it seems to be an issue with the Blocks template.
I have another template (Business) on Joomla 3.2.3 and tinymce in the front of the site works fine.
The broken site is on a development domain at www.ebug.biz
I can give you a temporary login if you like.
Thank you.
Joomla 3.2.3
php: 5.3.28
Editing articles in the back works fine. When trying to edit with tinymce when logged in to the front of the site, the lower buttons (Category, Published, Access) don't work. Also the edit box shows two boxes - the normal text box and the html box both always open. Tinymce in the front is broken in both Firefox and Chrome. Neither browser shows any errors.
When I change the default template to Beez, tinymce works, so it seems to be an issue with the Blocks template.
I have another template (Business) on Joomla 3.2.3 and tinymce in the front of the site works fine.
The broken site is on a development domain at www.ebug.biz
I can give you a temporary login if you like.
Thank you.
Last edit: 10 years 8 months ago by larry. Reason: More info.
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 #38248
by ivan.milic
Replied by ivan.milic on topic tinymce editing in front broken
Ok, but we need to be able to try that - to have permission to edit article. Please send us some test account
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 #38256
by ivan.milic
Replied by ivan.milic on topic tinymce editing in front broken
place this at bottom of template_css.css:
#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 #38261
by larry
Replied by larry on topic tinymce editing in front broken
While that did fix the lower buttons (Thank you), the html box is still open all the time and you can't edit the page content. Changes made in either text or html don't show in the other. The Toggle Editor works for the top box, but does not make the html go away.
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 #38264
by ivan.milic
Replied by ivan.milic on topic tinymce editing in front broken
Open templates/hot_blocks/js/dynlayout.js and place this code as very first line:
jQuery('#adminForm').attr('data-role','none');
you can remove then previous change then. Refresh browser after .js file changes.
jQuery('#adminForm').attr('data-role','none');
you can remove then previous change then. Refresh browser after .js file changes.
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 #38268
by larry
Replied by larry on topic tinymce editing in front broken
Sorry to be a pain, but I've inserted the code into dynlayout.js on the first line (and tried it on line 6 and 44). I've cleaned browsers and tried it on 3 browsers, including one that I had not used to test this before and it isn't working. Since I removed the previous suggestion of the display block code, now even the buttons no longer work.
Please Log in to join the conversation.
Time to create page: 0.101 seconds