2

I'm using journal theme on opencart 3 , i have a strange problem i try to use summer note in blog posts page, the font size option is not showing at all while in product page it is showing well, i tried to look everywhere in files with no joy,

steps to reproduce (Add more if necessary):

  1. install journal theme

  2. head to blog, posts then add a new posts

  3. editor will be there missing the font size option

opencart version Version 3.0.3.2

screenshot of issue

enter image description here

tried to look into summernote.js file tried to check the model file with no joy

expected result : editor showing font size option what i get : full editor but only missing the font size

James Z
  • 12,209
  • 10
  • 24
  • 44
Darknessso
  • 17
  • 5

1 Answers1

0

After deep invistigations i found that file named main.js is missing the phrase [[fontsize].[fontsize]], so i added it before [[fontcolor],[fontcolor]] and the font size box is once again showed in the summer note text editor

Darknessso
  • 17
  • 5
  • Hello, how do you enable summer note on blog posts in Journal theme? I'm trying and not getting anywhere – flish Jul 09 '20 at 14:00