Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bartek923 Friend
    #189324

    I use Joomla 3.1. I need do change subset but vairant and subset fields in google fonts are empty. Screen-shot attached, Please help


    1. google-fonts-missing-vairant-and-subset
    phong nam Friend
    #500539

    Hi Bartek923,

    It seems that there is a conflict bewteen our T3v2 system plugin with your installed plugin which causes the selection of Font variant/subnet can not be seen. If possible, can you send me PM with your website’s credentials for checking this issue ?


    1. 7-30-2013-11-10-13-AM
    bartek923 Friend
    #500555

    Private message sent to You.

    phong nam Friend
    #500677

    Hi bartek923,

    I have already checked out the selections list of font variants/subnet in the Template manager of your website & our demo site. It is a bug of our T3v2 system plugin on new update Joomla 3.1.4, so that I will transfer this issue to our dev team for the bug fix in the next update of T3v2 plugin. You can track on the work flow at http://pm.joomlart.com/browse/JAECPLGTIIIJOOMLAIVI-564 . Thank you !

    phong nam Friend
    #500802

    Hi bartek923,

    Thank for sending me PM, i has already seen it. Well, I fixed this issue with our dev team’s solution on your website by adding below extra codes:


    //fix Joomla v3.1.4 chosen
    if(typeof jQuery != 'undefined' && jQuery.fn.chosen){
    jQuery('select.chzn-done').each(function(){
    var chosen = jQuery(this).data('chosen');
    if(chosen && chosen.destroy) {
    chosen.destroy();
    } else {
    jQuery(this)
    .removeClass('chzn-done').show()
    .next().remove();
    }
    });
    }

    in plugins/system/jat3/jat3/core/admin/tmpl/default.php file.

    You can select font-variant/subnet in Google font API settings now.

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

This topic contains 5 replies, has 2 voices, and was last updated by  phong nam 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum