How do I install a font size button for opencart version 2.0.2.0 ?
Can someone let me know where the ckeditor folder is for this version.
Thanks
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
Hi I have just tried this on Version 2.0.3.1 and it doesn't work could you help me??viethemes wrote:I have just maded a VQMOD extension to do that. You can download it here: https://www.dropbox.com/s/v19ar7qi2z69a ... r.xml?dl=0
thanks
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
I have used the same in ver 2.1.0.1 and it works absolutely fine without any issues. Please check your files and upload once again.patrickmullins wrote:Hi I have just tried this on Version 2.0.3.1 and it doesn't work could you help me??
thanks
Regards,
Sun Systems
Industrial Electronics and Instrumentation
Sorry to be a bit dim, but I placed the font_size_toolbar.xml file in the xml directory, but is there something else that needs to be done to get the full toolbar open in the editor? Mine has not changed.sat tv guy wrote:Works a treat on OC 2.1.0.1
jUST pop the xml file into Vqmod / xml
I am using OC 2.2
UPDATE:
I abandoned OC2.2 and used 2.1.0.1 instead and the mod now works
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
Done - thanks againviethemes wrote:Please take a look here http://forum.opencart.com/viewtopic.php ... 22#p615834
Works on all v.1.5.x and v.2.x Versions, and does NOT overwrite/replace any existing files.
Good Luck

Ernie
---
Admin CK Editor
This extension would replace all instances of Summernote with full version of CKEditor.
Full integration with OpenCart.
OVER 100 plugins! 72 plugins included into the Full package + 29 Must-Have Additional plugins.
---
Youtube Plugin
Media embed Plugin
Google Web Fonts plugin
SlideShow
Video Snapshot
Google Map iframe
Google Maps snapshot
Bootstrap Widgets
CodeMirror (Source) Syntax Highlighting
Keep TextSelection
CKEditor Template Menu
Quicktable
Table Resize
AutoCorrect
Word Count & Char Count Plugin
Line Height
Zoom
Background Image for Tables and Cells
Letter-spacing
Non-breaking space
Simple Button
QRCode generator
Insert Symbol
HTML 5 Validation
Extra Form Attributes
Widget
Enhanced Image with resize function in editor
Added Bootstrap grid
---
https://www.opencart.com/index.php?rout ... n_id=27373

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Ernie, you are 100% right as usual but there is a small problem, very few people are using or have standard or stock opencart admin side, there are usually 5-10 admin extensions installed or even more and new users will eventually install new extensions and this is where the problem comes in that the installed ck-editor is not visible(wherever summernote is used), I have a paid version of ck-editor and believe me for every new extension installed I have had to ask the developer to make it compatible for ck-editor, well some have done it and many have refused and so for those extensions I have to disable ck-editor vqmod every time I use that particular module and then enable it afterwardsIP_CAM wrote:If you want to get rid of your Problems for good, just use this famous cKeditor instead.
Works on all v.1.5.x and v.2.x Versions, and does NOT overwrite/replace any existing files.
Good Luck![]()
Ernie
This is my 2 bit worth of experience in using ck-editor, no doubt the ck-editor works beautifully and it was foolish on part of opencart to have used summernote in the first place but that issue is for another day.
Regards,
Sun Systems
Industrial Electronics and Instrumentation

The Admin CK Editor by default only works in the 3 files, shown below, as you mentioned, and to make it work in other Sections, an additional 'Routine' need to be placed into the CK Editor VqMod File, in order to make it work instead of the Summernote. But this should not be a problem, I assume, but it depends on, how an extension as been coded.
product_form.tpl, category_form.tpl, information_form.tpl
-----
And as I just found out, 2 Versions of this VqMod exist, in one of them, if looks like:
Code: Select all
<script type="text/javascript">
<?php foreach ($languages as $language) { ?>
CKEDITOR.replace('input-description<?php echo $language['language_id']; ?>', {
.....
.....
});
Code: Select all
<script type="text/javascript">
CKEDITOR.replace('input-description1', {
.....
.....
});
CKEDITOR.replace('input-description1',
to make it work in all 3 (default) Sections of my Test clerkscart OC v.2.2.6,
probably, because I have not yet an language ID set on this thing...
Just to mention it, if someone has a problem after install.

---
Lucky me, in my Version used, cKeditor still is default !
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Users browsing this forum: No registered users and 54 guests