598 comments found.
Hello. We have purchased your Flatkit theme. Our project is implemented on the Yii2 Framework. Please tell me how to properly pull this topic on the Yii2 Framework. If there is documentation, please send.
Any timeline to publish angalur 2/4 version of it ?
Any time line to release angular 2 or 4 version ?
Hello!,
What happen with technical support ??????
Hi
Purchase Code 17da8d73-fbdc-44d3-bc37-b43991591920
I have a problem with the pop out menu on mobile devices, if I run the code from my PC as in file://.............dashboard.html, the popup works fine, I am using Chrome to view it in response view like a mobile.
If I run the code on my digital ocean server the menu pops out but wont pop back in, all other aspects of the site and javascript seem to be working fine.
The error I get is the following:
bootstrap.js:1791 Uncaught Error: Modal is transitioning at Modal.hide (bootstrap.js:1791) at HTMLDivElement.<anonymous> (bootstrap.js:1980) at HTMLDivElement.dispatch (jquery.js:4435) at HTMLDivElement.elemData.handle (jquery.js:4121) hide @ bootstrap.js:1791 (anonymous) @ bootstrap.js:1980 dispatch @ jquery.js:4435 elemData.handle @ jquery.js:4121 bootstrap.js:1791 Uncaught Error: Modal is transitioning at Modal.hide (bootstrap.js:1791) at HTMLDivElement.<anonymous> (bootstrap.js:1980) at HTMLDivElement.dispatch (jquery.js:4435) at HTMLDivElement.elemData.handle (jquery.js:4121) hide @ bootstrap.js:1791 (anonymous) @ bootstrap.js:1980 dispatch @ jquery.js:4435 elemData.handle @ jquery.js:4121
I have not modified any of the code, strange it works locally but not when on the server, do you have any ideas?
regards
Ryan
Is this using both Bootstrap 3(uiBootstrap) and Bootstrap 4? Is it possible to just use one?
Also, could I be added to your gitlab repository(daniesg)
i’ve been working on ui-grid table, whenever i use horizontal scroll and scroll to far right. ui-grid doesn’t display last column. But when i scroll to left and come back to far right part, i can see that column again. is there any problem with CSS ?
.ui-grid-canvas, .ui-grid-header-canvas{ width: 100% !important; }
This CSS is making lots of effect on this issue.
only after commenting this part, i was able to get horizontal scroll bar for my table.
This is urgent. Please look through it.
Hello,
Have some questions…
1- are you working in do the template compatible with angular 4 ? 2-have you a gitlab account ? if yes.. please can you add me ? my gitlab account https://gitlab.com/runfer
thank you very much
Hi,
I make an app with laravel php framework. When I try to load dynamically a modal and I click hide modal i receive in console next error:
Uncaught Error: Modal is transitioning
at Modal.hide (bootstrap.js:1791)
at HTMLDivElement.<anonymous> (bootstrap.js:1980)
at HTMLDivElement.dispatch (jquery.js:4435)
at HTMLDivElement.elemData.handle (jquery.js:4121)
I try to update bootstrap but template have many erros after update…
function modalfunc(){
$('[data-toggle="modal"]').bind('click',function(e) {
NProgress.start();
e.preventDefault();
var url = $(this).attr('href');
if (url.indexOf('#') === 0) {
$('#mainModal').modal('open');
} else {
$.get(url, function(data) {
$('#modal').modal();
$('#modal').html(data);
}).done(function() { NProgress.done(); });
}
});
}
You have any solution for this?
I have purchased flatkiappUI kit and its looks very nice.
However I am facing certain issue .When we click on layout->header it displays a bank page.
I have checked the theme preview and header.html has a lot of header layout.In the downloaded version nothing appears.
Your help would be appreciated.
Thanking you in advance.
Hi,
When we try to compile the scss with gulp we get the following error:
Error: assets/scss/bs.navbar.scss Error: Invalid CSS after ”...point-infix(xs,”: expected “)”, was “(xs: 0, sm: 544px, ” on line 88 of assets/scss/bs.navbar.scss
You have any solution for this?
fixed on of the bootstrap scss was not included
Can you please comment on the question regardign echart hoverAnimation above?
Replied. Thanks
Why SELECT2 ajax don’t working???
http://flatfull.com/themes/flatkit/html/form.select.html why no select2 ajax support??what’s your ajax code.
It’s not compatible with select2 ajax.right?
The select2 plugin works on html version. you need make your ajax code works.
Hi, HTML Version I am trying to overwrite certain echart options for the donut/pie charts (http://flatfull.com/themes/flatkit/html/echarts-pie.html) to make the labels appear in the center rather than with labelines but even though i set them correctly and test it in the echart demo site the custom theming keeps overwriting these options, my example code:
label: { normal: { show: false, position: ‘center’ }, emphasis: { show: true, textStyle: { fontSize: ‘30’, fontWeight: ‘bold’ } } }, labelLine: { normal: { show: false }, emphasis: { show: false } },
Can you let us know how to force an overwrite or selectively disable the theming but still benefit from the lazyload?
Thanks
Please add us to the git repo https://github.com/brgda
You need put the itemStyle in the data.
https://ecomfe.github.io/echarts/doc/example/pie5.html#-en
data : [
{name:'other', value:46, itemStyle : {
normal : {
label : {
show : true,
position : 'center',
textStyle: {
baseline : 'bottom'
}
},
labelLine : {
show : false
}
}
}
]
You need put the itemStyle in the data.
https://ecomfe.github.io/echarts/doc/example/pie5.html#-en
data : [
{name:'other', value:46, itemStyle : {
normal : {
label : {
show : true,
position : 'center',
textStyle: {
baseline : 'bottom'
}
},
labelLine : {
show : false
}
}
}
]
we need your http://gitlab.com account
we need your http://gitlab.com account
thanks will try above; the gitlab account: https://gitlab.com/brgda
Added
Thanks
the above worked for the labels and the gitlab access works. I am trying to restore the hoveranimation when selecting a data entry. I have tried the config in the demo editor but in Flatkit it still shows none; what else do I need to add back in? Excerpt from the demo editor:
hoverAnimation: false,
data:[
{value:335, name:'直接访问', hoverAnimation: true},
{value:310, name:'邮件营销'},
{value:274, name:'联盟广告'},
{value:235, name:'视频广告'},
{value:400, name:'搜索引擎'}
]
@Flatfull any pointers would be helpful
– is the echart version too old?
the download have the old version and do not have the hoverAnimation
thanks for confirming
Why SELECT2 ajax don’t working???
http://flatfull.com/themes/flatkit/html/form.select.htmlwhy no select2 ajax support??
Why select2 ajax don’t working???
??
what the fuck! where is the customer support ?
This demo does not give ajax example.
hello,
after running “grunt build” command, I am trying to run dist folder using htt-server. but is not running.
ERROR: “angular app is not defined” is coming
Please check this
You can put the project on any apache server.
Hello,
I have purchased flatkiUI and its looks very nice. I am impressed with your work. In our project, we require only angular and gulp. I can see angular folder and I moved angular files to root folder and its working fine.
Now, I wanted to use gulp as its used in our existing product. I would like you to provide gulp based structure if you have already developed. I read others similar comments and I am sure that you might have created that and provided to others buyers. Please do the needful.
Also please add me in Gitlab Repository: My user name is gibbsvjy
Your help would be appreciated.
Thanking you in advance.
Only provide Grunt task code. no gulp code in this project. you need add your own.
Added to gitlab repo,
Thanks
Ok np. Thanks
I tried to use the layout provided on the contacts app page and notices even if I do something like the following I end up with 3 equal sized columns.
app-body-inner
row-col row-col-xs
col-sm-1
row-col
row-row
row-body scrollable hover
row-inner
col-sm-1
as_above
col-sm-10
as_above
app-body-inner
row-col row-col-xs
col-xs w
row-col
row-row
row-body scrollable hover
row-inner
col-xs w-lg
as_above
col-sm-6
as_above
is there no way to make the bootstrap col-* classes and sizes working inside row-col? A simple fix for the scss ui.col maybee?
row-col is not compatible with row.
It would be very useful to me and others too as i exspect to built this compatibility into the ui.col.scss. I tried certain way but I do not have the skills to implement it. I would appreciate a proper solution for this. Your work would. e perfect then for my/our usecase.
I will look into it. Thanks
Hello! Very like your dashboard. When planned Angular 2 version?
Still working on it. Thanks