problem with gk typography

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Aug 23, 2013 3:00 pm
Hi,

I installed the gk creativity theme using the starterkit.

I enabled gk typography extension, and selected full.xml in preferences.

Unfortunately, I can only see the "GK Typography" button when setting Editor to "CodeMirror" or "None". When TinyMCE is selected, it doesn't appear.

Do you have any idea what is causing this?
User avatar
Fresh Boarder

teitbite
Sat Aug 24, 2013 6:02 pm
Hi

Can You please send me an access to your site so I'll be able to take a look ?
User avatar
Moderator

teitbite
Sun Aug 25, 2013 10:36 pm
Hi

Try make one small change. Please edit file /plugins/editors-xtd/gk_typography/gk_typography/js/gk_typography.js and change "btn-info" in line 23 to "btn".

Line looks like:

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


should be:

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

teitbite
Mon Aug 26, 2013 9:45 pm
Hi

I got a mail from You just now. Does it means that above solution is not working ?
User avatar
Moderator

GK User
Tue Aug 27, 2013 10:57 am
I thought you wanted to recieve the website access via email instead of PM.

The above solution was working, but I kept the btn-info class:

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

Could you fix this in the "official" gk typography extension?

Thanks for your help!
User avatar
Fresh Boarder

teitbite
Tue Aug 27, 2013 6:29 pm
Hi

Sure, I'll pass this to programmers. Thank You for confirming this solution works.
User avatar
Moderator

teitbite
Sat Aug 31, 2013 11:29 am
Hi

I've checked K2 configuration regarding Your questions You send me by mail and looks like reCaptcha in K2 settings s configured wrong. Please fix it. This may be a reason that ratings are not working.

If You will still have problems please try rename /html/com_k2/dfault/item.php to /html/com_k2/dfault/_item.php this will tell me if problem is related to template or K2.
User avatar
Moderator

teitbite
Mon Sep 02, 2013 11:43 am
Hi

I just read Your mails about the fact that error is only showing if javascript compression is enabled. There is nothing wrong with a compression script. It just simply take each javascript file and copy it's content to one file. But in some cases javascripts cannot be used in the same file. This is why each javascript compression plugin has a place to exclude some files from compressing.

A way to find out which file is causing the problem is to put all files names in exclude field than remove them one after the other until You see error again. This will means that the last unpublished is to blame and should be excluded while javascript compression.
User avatar
Moderator

teitbite
Tue Sep 03, 2013 2:37 pm
Hi

I've seen some more mails. Please let me know which PHP version are You using. Some of the problems mentioned are connected with having too old PHP version on installed on server.
User avatar
Moderator


cron