Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • aimsln Friend
    #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 Friend
    #372799

    Dear 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 Friend
    #372841

    I 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 Friend
    #373029

    Hi,
    where can i get download “JA TYPO” plgin for 1.6?

    thank you in advance

    splico123 Friend
    #373068

    Try here it should be there if i remember correctly.

    Anonymous Moderator
    #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

    aimsln Friend
    #389318

    Okay 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 🙂

    aimsln Friend
    #389322

    The 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]

Viewing 8 posts - 1 through 8 (of 8 total)

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