x-typo install problem
- Posted by jungpil moon (6) Offline
Hi
I just finished install x-typo+button and followed by video instructions but I couldn't see x-typo on tinymce editor
Any help?
11 years 3 months ago #1
by jungpil moon
I just finished install x-typo+button and followed by video instructions but I couldn't see x-typo on tinymce editor
Any help?
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hi
I have fixed the xtypo button file. it shows up now. please confirm....
cheers
11 years 2 months ago #2
by erwinschro
I have fixed the xtypo button file. it shows up now. please confirm....
cheers
Please Log in or Create an account to join the conversation.
- Posted by jungpil moon (6) Offline
HI..
Thanks for your support
It's solved but better to explain me what was wrong.
11 years 2 months ago #3
by jungpil moon
Thanks for your support
It's solved but better to explain me what was wrong.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
The problem is with the xtypo button code, it looks like there's a change in the latest Joomla 3.1.x that we need to add css class for the editor button tag which we were not aware of it before.
11 years 2 months ago #4
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by jungpil moon (6) Offline
- Posted by erwinschro (1034) Offline
Hi @ivcc
I thought the plugin has been updated so you can re-download it....
Meanwhile, can you edit this file
/plugins/editors-xtd/xtypo/xtypo.php at the following lines
notice my comment above, please add that button class line, save it and see if that works.
11 years 2 months ago #6
by erwinschro
I thought the plugin has been updated so you can re-download it....
Meanwhile, can you edit this file
/plugins/editors-xtd/xtypo/xtypo.php at the following lines
...
} else { // Joomla 3.1.x
$button->modal = true;
...
// add the following line below
$button->class = 'btn';
}
notice my comment above, please add that button class line, save it and see if that works.
Please Log in or Create an account to join the conversation.