Hi!
I fixed it!
Take an "original" ckeditor folder from opencart-1.5.5.1.zip, and change it yours.
As i saw the problem is in /lang folder.
If you try to compare the original ckeditor files with yours files...you can see.
I hope it was helpful.
I fixed it!
Take an "original" ckeditor folder from opencart-1.5.5.1.zip, and change it yours.
As i saw the problem is in /lang folder.
If you try to compare the original ckeditor files with yours files...you can see.
I hope it was helpful.
Same problem......easy solution.....use Firefox....no need to 'fiddle' with coding and mess things up. 

Hello friends,
My problem is a little bit different.
When using PC/Windows to browse the admin area, the description field is shown correctly, and ck editor is fully loaded (ie. we can see ck editor buttons like font formatting, insert hyperlink/table/image, etc.). The description content also appears as rendered html (has bold or italic words, has table, picture, hyperlinks, etc.). It works on any browsers in my PC (chrome, firefox).
But when using Android browser in my mobile phone (I often have to change the description contents on the way), the description field box still appears, but the content is weird:
-Ck editor is not loaded. There are no ck buttons (like font formatting, insert picture, etc). It's only a plain box like "Meta Tag Keywords" above or "Product Tags" below it.
-The description content is shown as html source code, and sometimes it is not complete (truncated in the end).
I have already tested it in Samsung Galaxy SL and LG G Pro Lite phones, tested in Froyo and Jellybean version, and using 3 different browsers with full javascript compatible (default browser, chrome, and dolphin). All of them are the same result.
How can this happen? It looks normal on PC, but not in Android.
Please help me.
PS: I'm using Opencart 1.5.4
My problem is a little bit different.
When using PC/Windows to browse the admin area, the description field is shown correctly, and ck editor is fully loaded (ie. we can see ck editor buttons like font formatting, insert hyperlink/table/image, etc.). The description content also appears as rendered html (has bold or italic words, has table, picture, hyperlinks, etc.). It works on any browsers in my PC (chrome, firefox).
But when using Android browser in my mobile phone (I often have to change the description contents on the way), the description field box still appears, but the content is weird:
-Ck editor is not loaded. There are no ck buttons (like font formatting, insert picture, etc). It's only a plain box like "Meta Tag Keywords" above or "Product Tags" below it.
-The description content is shown as html source code, and sometimes it is not complete (truncated in the end).
I have already tested it in Samsung Galaxy SL and LG G Pro Lite phones, tested in Froyo and Jellybean version, and using 3 different browsers with full javascript compatible (default browser, chrome, and dolphin). All of them are the same result.
How can this happen? It looks normal on PC, but not in Android.
Please help me.
PS: I'm using Opencart 1.5.4
Editing line 773 of the product_form.tpl fixed this issue for me.
I changed the line from
to
So thank you everyone that was able to point me in that direction from this thread.
I changed the line from
Code: Select all
<script type="text/javascript"><!--
Code: Select all
<script type="text/javascript" src="view/javascript/ckeditor/ckeditor.js"></script>
I've just found the solution for my own problemguldan wrote:Hello friends,
My problem is a little bit different.
When using PC/Windows to browse the admin area, the description field is shown correctly, and ck editor is fully loaded (ie. we can see ck editor buttons like font formatting, insert hyperlink/table/image, etc.). The description content also appears as rendered html (has bold or italic words, has table, picture, hyperlinks, etc.). It works on any browsers in my PC (chrome, firefox).
But when using Android browser in my mobile phone (I often have to change the description contents on the way), the description field box still appears, but the content is weird:
-Ck editor is not loaded. There are no ck buttons (like font formatting, insert picture, etc). It's only a plain box like "Meta Tag Keywords" above or "Product Tags" below it.
-The description content is shown as html source code, and sometimes it is not complete (truncated in the end).
I have already tested it in Samsung Galaxy SL and LG G Pro Lite phones, tested in Froyo and Jellybean version, and using 3 different browsers with full javascript compatible (default browser, chrome, and dolphin). All of them are the same result.
How can this happen? It looks normal on PC, but not in Android.
Please help me.
PS: I'm using Opencart 1.5.4

When using Android browser (Chrome or stock browser), activate the "request desktop view" from the browser setting. The page will be reloaded, and CK Editor will appear.
It seems has something to do with browser agent. Opencart should fix this so that it will be cross browser/platform compatible.
For me worked to edit ckeditor.js and insert in front on js code ->
CKEDITOR_BASEPATH = '/admin/view/javascript/ckeditor/';
(js code...)
CKEDITOR_BASEPATH = '/admin/view/javascript/ckeditor/';
(js code...)
Who is online
Users browsing this forum: No registered users and 31 guests