-
AuthorPosts
-
January 19, 2011 at 2:08 pm #159003
There is a problem with Button – JA Typography. If you activate this plugin under joomla 1.6 the icons of the administration panel will be break!
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
January 20, 2011 at 3:44 am #372799Dear aimsln!
We have installed and checked again but couldn’t see the problem as you said. Please send us screenshot and steps to replicate the issue. Or you can pass on login details of your site and we can check the issue for you.
thanks.
splico123 Friendsplico123
- Join date:
- January 2007
- Posts:
- 339
- Downloads:
- 80
- Uploads:
- 7
- Thanks:
- 24
- Thanked:
- 93 times in 16 posts
January 20, 2011 at 8:22 am #372841I have similar problem and it happens when i write article sometimes JA Typo doesnt work to insert the code in article so have manually insert it in HTML of it. Strange but it does happen on occasion
dtpcom Frienddtpcom
- Join date:
- April 2010
- Posts:
- 15
- Downloads:
- 46
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
January 21, 2011 at 1:52 pm #373029Hi,
where can i get download “JA TYPO” plgin for 1.6?thank you in advance
splico123 Friendsplico123
- Join date:
- January 2007
- Posts:
- 339
- Downloads:
- 80
- Uploads:
- 7
- Thanks:
- 24
- Thanked:
- 93 times in 16 posts
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 22, 2011 at 7:54 am #373136<em>@dtpcom 216548 wrote:</em><blockquote>Hi,
where can i get download “JA TYPO” plgin for 1.6?thank you in advance</blockquote>
Here you go: http://www.joomlart.com/forums/downloads.php?do=file&id=1519
May 1, 2011 at 4:27 pm #389318Okay I found the problem!
/plugins/system/jatypo/jatypo/typo/typo.css
.icon {
background-position: left top !important;
background-repeat: no-repeat !important;
padding-left: 25px !important;
position: relative;
}The problem is, that the typo.css is also activated in the backend!
You should only included it when you open the TinyMC editor or on the frontend!
Please fix that 🙂
May 1, 2011 at 4:37 pm #389322The problem is fixed by changing jatypo.php:
From:
[PHP] if($mainframe->isAdmin()) {
JHTML::_(‘stylesheet’, JURI::root().’plugins/system/jatypo/jatypo/assets/style.css’, array(), true);
JHtml::_(‘behavior.mootools’);
JHTML::_(‘script’,JURI::root().’plugins/system/jatypo/jatypo/assets/script.js’, false, true);
}
JHTML::_(‘stylesheet’, JURI::root().’plugins/system/jatypo/jatypo/typo/typo.css’, array(), true);
[/PHP]To:
[PHP] if($mainframe->isAdmin()) {
JHTML::_(‘stylesheet’, JURI::root().’plugins/system/jatypo/jatypo/assets/style.css’, array(), true);
JHtml::_(‘behavior.mootools’);
JHTML::_(‘script’,JURI::root().’plugins/system/jatypo/jatypo/assets/script.js’, false, true);
} else {
JHTML::_(‘stylesheet’, JURI::root().’plugins/system/jatypo/jatypo/typo/typo.css’, array(), true);
}[/PHP] -
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by aimsln 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum