Page 1 of 1

Welcome module fonts and size

Posted: Wed Apr 24, 2013 8:15 pm
by ea123
Hi

In v1.5.4 in my Welcome Module, I could change the font, size and text color. In v1.5.5.1 these options are missing. I've tried it in firefox, explorer and chrome, but it's just not there? Anybody know why?

Regards, Erika

Re: Welcome module fonts and size

Posted: Thu Apr 25, 2013 3:49 am
by anung
I think this is a bug, you can see all of ckeditor on product form, category form or information form also not showing this toolbar.
Extract then upload this attachment into admin/view/javascript (replace ckeditor with this attachment).

CKEDITOR REPLACE

Result
ckeditor.gif

Result - ckeditor.gif (85.77 KiB) Viewed 11515 times


Re: Welcome module fonts and size

Posted: Thu Apr 25, 2013 4:03 am
by anung
Sorry forgot,
After you upload, go to ckeditor/plugin
Rename icon.png into icon.pnp.old then rename icon.png.bak into icon.png
This is to fix the text color icon and background icon.

;D ;D ;D

Re: Welcome module fonts and size

Posted: Thu Apr 25, 2013 4:07 am
by anung
Result the fix icon
ckeditor.gif

ckeditor.gif (90.74 KiB) Viewed 11512 times


Re: Welcome module fonts and size

Posted: Thu Apr 25, 2013 9:06 am
by butte
This month alone, several threads have dealt with ckeditor among 1.5.3 (works), and 1.5.4 and 1.5.5 (seems to need replacement). You can get it via the link anung gave, or straight from ckeditor.com itself. Just slip it into place via ftp.

Re: Welcome module fonts and size

Posted: Thu Apr 25, 2013 9:45 pm
by ea123
Thank you!

Re: Welcome module fonts and size

Posted: Wed May 01, 2013 9:00 pm
by JNeuhoff
Thanks a lot, seems to work fine with your attached new version of the ckeditor!

Re: Welcome module fonts and size

Posted: Wed May 01, 2013 11:04 pm
by butte
People who in different threads have for different reasons been moved to replace cheditor have apparently not had any followup problems, and alternate means of finding it are now posted. For practical purposes the present thread is Solved.

Re: Welcome module fonts and size

Posted: Wed Jul 10, 2013 7:42 pm
by dreami2
This worked perfectly - thank you.

Only icon missing now are the justify icons that allow you to centre text and right/left align.
does anyone know how to get these buttons back??

Re: Welcome module fonts and size

Posted: Thu Jul 11, 2013 10:48 am
by butte
Flush browser and vqmod caches first, see if that works.

Re: Welcome module fonts and size

Posted: Sat Jul 27, 2013 12:03 am
by stemon
Hi.

What are the chances to do this fix and lose all the info (txt/imgs) that I have already in my site.

Thanks all

Re: Welcome module fonts and size

Posted: Sat Jul 27, 2013 1:05 am
by butte
Flushing browser cache and if need be shutting down and bringing browser back up will not affect the website itself. In instances of /system/cache/ and /vqmod/vqcache/ (etc.) you can let the cache files be their own backups, by the simple expedient of making a further subdir "setaside/" or the like, and drag-drop or command-move them into there, or save them via ftp into your own machine. If you want them back, and put them back, then they won't know where they were meanwhile. Cache files speed things up but usually do not update themselves often enough while you're fiddling with a website and want to see NOW what you did. Been a problem for years.

Re: Welcome module fonts and size

Posted: Sun Sep 01, 2013 3:34 am
by atzi
Thanks anung and butte this thread is very helpful and worked for me. Can we rate threads on Opencart forum?

Re: Welcome module fonts and size

Posted: Sun Sep 01, 2013 4:33 am
by butte
You're welcome, atzi. And no, there isn't.

Whereas in May (above a bit) people who were "moved to replace cheditor have apparently not had any followup problems," it is beginning to appear best not to use the ckeditor 4.2 series yet. It drops support for IE7 and that may be "not good" in progressively older OC, which otherwise can handle the ckeditor prior to the 4.2 series. See also http://forum.opencart.com/viewtopic.php ... 45#p432445

Re: Welcome module fonts and size

Posted: Tue Sep 17, 2013 4:10 pm
by RpOpenCart
Just tried this and it looks like the icon.png fix i is not working as intended.

Flushing browser and vQmod cache, didn't solve it.

I do get the two missing buttons, but they have no icon, let's call them A (Text color) and A (Backgroundcolor).

I will check to see, if I can figure that out :) , also as mentioned it would be nice with the left, right alignement features, which can be seen here http://ckeditor.com/demo#full

Have that been implemented previously in OC?

Re: Welcome module fonts and size

Posted: Tue Sep 17, 2013 5:14 pm
by RpOpenCart
ahh, figured it out.
Rename icon.png into icon.pnp.old then rename icon.png.bak into icon.png
Should be renamed to icons.png :)

Just a small syntaxtix error.

And to partly answer my second question, icons.png contains the alignement icons that can be found in the full ckeditor for alignement, but it could be because this is not implemented in OC yet.

Re: Welcome module fonts and size

Posted: Tue Sep 17, 2013 5:57 pm
by Cleo
open admin/view/javascript/ckeditor/config.js

and around line 28 change: config.toolbar = 'Custom';

for config.toolbar = 'full';


Cleo

Re: Welcome module fonts and size

Posted: Tue Sep 24, 2013 3:44 am
by RpOpenCart
Thx Cleo, nice change to know.

Actually found out I had the full one laying around by incidence from an extension module, so I went for that one straight ahead.