-
AuthorPosts
-
July 29, 2013 at 4:12 pm #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
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 30, 2013 at 4:15 am #500539Hi 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 ?
July 30, 2013 at 6:24 am #500555Private message sent to You.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 31, 2013 at 2:09 am #500677Hi 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 1, 2013 at 1:46 am #500802Hi 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.
AuthorPostsViewing 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
Jump to forum