GK Typography button not visible

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 28, 2013 2:13 pm
Reply with quote
Report this post
Hello.

I am preparing new website using News template and GK Typography is really essential for me. I decided to install Joomla 3.1.5 Quick Start but Typography button is not visible under the editor in both articles and K2. I don't have any error messages and I can choose .xml file without any problems. I checked if I have Typography support enabled in the template, I disabled, enabled and saved plugin configuration a few times but with no effect.

Image

I also have a Joomla 2.5 website on the same template and Typography is working there.
User avatar
Fresh Boarder

GK User
Wed Aug 28, 2013 8:34 pm
Reply with quote
Report this post
Can you please check if Button - GK Typography is enabled in plug-in manager.
User avatar
Platinum Boarder

GK User
Wed Aug 28, 2013 9:10 pm
Reply with quote
Report this post
Yes it is. I disabled, enabled and saved setting of the plug-in again with no effect.
User avatar
Fresh Boarder

GK User
Wed Aug 28, 2013 9:56 pm
Reply with quote
Report this post
Please make following changes.

File: /plugins/editors-xtd/gk_typography/js/gk_typography.js
Line:23

Original Code:
Code: Select all
   jQuery('#editor-xtd-buttons').find('a.modal-button').find('i.gk-typo').parent().addClass('btn-info');


Replace with below:
Code: Select all
   jQuery('#editor-xtd-buttons').find('a.modal-button').find('i.gk-typo').parent().addClass('btn btn-info');


Something must have changed in j3.1.5 version.

See you around...
User avatar
Platinum Boarder

GK User
Wed Aug 28, 2013 10:00 pm
Reply with quote
Report this post
It's working now. Thank you for your help.
User avatar
Fresh Boarder

GK User
Wed Aug 28, 2013 10:32 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron