gk_typography not working

GK User
Mon Jul 27, 2015 2:27 pm
after the latest joomla updates to 3.4.3 the gk_typography doesnt work.

The button doesnt appear, that can be fixed with a hint from another thread here to change one line of code.
After that, the button is there again, but the popup window doesnt show. tested in current Firefox and chrome.
User avatar
Fresh Boarder

teitbite
Wed Jul 29, 2015 9:19 am
Hi

Please edit file plg_gk_typography/gk_typography.php and add this:

$button->set('class', 'btn btn-info');

right under line 59

$button->set('modal', true);
User avatar
Moderator

GK User
Wed Jul 29, 2015 3:12 pm
yeah, thank you. i replaced the line instead of adding it. now i added it and it is working again
User avatar
Fresh Boarder

teitbite
Fri Jul 31, 2015 9:23 am
Hi

Great to hear that. Happy I could help :)
User avatar
Moderator


cron