Xtypo Button not showing
- Posted by ivcc (2) Offline
I have purchased the xtypo-button and followed the installation instructions. But still do not see the button available under my TinyMCE editor.
Any ideas?
11 years 2 months ago #1
by ivcc
Any ideas?
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mmm well I post in other thread where you comment it.
Here it is I paste here
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 #2
by erwinschro
Here it is I paste here
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
...
} 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.
- Posted by ivcc (2) Offline
Thanks! That worked. Also, fwiw, I downloaded the program yesterday and it didn't have those changes in it... and I'm on Joomla! 3.0.x still I believe.
11 years 2 months ago #3
by ivcc
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hi,
Yes that's correct and I've just updated the package 5 minutes ago...
Thanks
11 years 2 months ago #4
by erwinschro
Yes that's correct and I've just updated the package 5 minutes ago...
Thanks
Please Log in or Create an account to join the conversation.