183 comments found.
Hi Great theme, I just looked at that and found that Table footer is not responsive in mobile view. Can you make that fix?
Thanks for pointing out the issue we will resolve this in our next update . Thanks!
Thanks for the previous update Iron Team. I am really thankful for that and really appreciate your effort.
Before I begin working on this theme. There is one last thing that I really wish I had. It is not an absolutely necessary feature, but your theme would look a lot better if you have it.
Please click this link below. It’s another template called Materia. http://solutionportal.net/themes/materia/angular/#/dashboardIn this theme, when you try to hover your mouse cursor over any card-view, it produces a light drop shadow behind it. I know it’s not a big deal, but it makes our theme look so much better.
If we could have that effect in our theme. I think the theme would have looked so much better.
Again, this one is not a mandatory. But it would be nice if we can have it.
Please let me know if you have any plan to make this. If yes, I will wait until the next version comes.
Thank you.
I am hoping this link might help you a little bit.
https://codepen.io/440design/pen/iEztkSure, we will take a look and put this in our next update. Thanks
Where is the shadow effect? You have pushed the new update but I couldn’t see any changes in the new one?
If you download the file from themeforest, you will see the code has the effect. If you were checking it on our server it was not updated earlier as we didn’t knew in how much time will envato approve the updated file. You can check now and effect is there.
Thanks!
Hi,
We have just downloaded the template and it seems to be very slow on dev mode.
For example, when we made a little change like editing a text on a html tag and save the change, the site reloading very slow (more than 15 seconds). We have angular-cli v1.1.0 installed, and it builds the project very quickly.
Any ideas?
Thanks
Hi,
Thanks for purchasing our product.
We checked the build speed and following are the stats on our system.
First build with ng server : 55 seconds average Build after changing any file : 3 seconds average
It may be because of the angular cli version mismatch You are using angular cli 1.1.0 global but gene is developed with 1.0.0. please change cli version in package.json file and check.
Above stats are with angular cli v1.1.0
Let us know if it works.
Thanks.
Hi,
The building time is about 3 seconds, but the loading time is about 10-13 seconds. The problem is the loading time, we think that it’s not an angular-cli version issue. We changed the version but the loading time is still the same.
The template has a lot of components, we are trying to keep only what we need. So, the loading time has improve a lot.
Thanks for your help.
Cool
Hi there, when app is loading chrome is indicating “establishing secure connection” and takes quite a while until it continues with the app. In Safari, the loading is much faster. Thing is, I cannot find anything related to https in the console or network. What might be the issue? Might it relate to Augury?
Hi,
Thanks for purchasing our product. As per your description, It seems chrome has some issue with ssl/https but as you mentioned that app is loading properly in safari then it might be possible that chrome is either blocking https connections or have different settings for protected content under settings.
We recommend you to check on another system’s chrome if issue exists there as well and provide us url if possible. we will look into the issue. If app is not on domain/server provide us console logs for chrome. we will try to figure out the issues based on logs if possible.
Thanks.
Hi, Would you guys accept to do custom development work starting from this theme? Of course we would pay for that. Let me know Regards,
Hi,
You can reach us directly at support@theironnetwork.org, We would be happy to consider your request. Thanks!
I really appreciate your previous bugfix on the icon page. However, I have one more thing that I am not satisfied with. In the side menu (left menu), there is no way for us to know which menu is active at the moment.
For eg: If I click “Inbox”, the inbox tab should be highlighted If I click “Chat”, the chat tab should be highlighted And so on…
Can this be fixed? Please let me know. Thank you in advance.
Hi,
Thanks for notifying the issue. We will implement active class method to highlight current menu item and will update on envato soon. You can try to add class on current menu item and write css to highlight it if you are familiar with coding or wait for our next update.
Let us know if you see any other issue.
Thanks
Yes, I could do it myself but I prefer to wait until the next update. Would appreciate if you could update it soon.
Thanks
Sure, We would doing that soon. Thanks!
Hi there,
How do you suggest I integrate Gene components into my existing Angular2 application? I’d like to use just a few components like the dropdown and input.
How can I move these components into my app?
Thank you
Hi,
To make the development easy we followed a simple component structure, you can find all components under src/app. each component is written in different file so you can use these files on your project with few changes.
However, Its possible that the file structure and development approach on your existing app is different from gene, so it can not be directly integrated with your existing app but to integrate specific features you can use the components and functions from gene to integrate them on your app.
We can guide you on specific component integration if you can provide us your existing app details and the feature you need on it. You can reach us directly at support@theironnetwork.org
Let us know if you need any help.
Thanks
Hi, I want to buy your template but I wonder that your template is include javascript files or not.Namely, I want to buy a template which includes only typescript files not javascript.Thank you for your attention
Hi,
Thanks you for showing interest in our product. We have build gene completely with typescript files however there are some plugins like ckeditor which uses javascript file and loads it through cdn so it will not have any impact on your app. other than that all components and features are integrated with typescript files.
Let us know if you have any other query.
Thanks.
Hi Gene Team,
I am really very happy with the app pretty much everything you have. Just one concern, as of now.
The following link: http://gene.theironnetwork.org/icons Takes really long time to load compared to the others. Why is that? And can you please fix it?Hi,
Glad you like the product. In regard to your query, We are actually loading full list of icons that’w why sometimes it takes time to load, we will limit the list and optimize the page to load fast going forward and will update on theme-forest too.
Let us know if you have any other query.
Thanks
By limiting the list, did you mean to remove most of the icons? Which means we not have the complete list of icons?
Please don’t remove the existing icons. Just try to load it fast.
I have a strong feeling that it is not because of the long list of icons. There might be some internal issue. Or trying to load some external script or css that is taking longer time to download
Because fonts and icons normally not large files. They take very less space.
One more thing, in my case its not just sometimes slow. Its always slow when I open the icon page.
Hi,
We have resolved the issue and update the files. You should get an email from envato once the review is approved.
Thanks and have a lovely day ahead.
Thanks for such a quick action. I really appreciate your effort. Thanks 
Hey there,
How do I get this set up like the demo? Thanks!
Hi,
Thanks for purchasing our product. Under the downloaded package from envato you will get “dist” folder which you can use for direct setup like demo. To start building your own app you should use ng2 folder for angular2 or ng4 folder for angular4, check provided documentation for guidelines and commands to use.
Let us know if you need any help, we would be more than happy to help you. You can reach us directly at support@theironnetwork.org
Thanks.
Thanks for this theme it will save me a lot of time
You are welcome, Let us know if you need any help. Thanks
Hi,
The template looks great but I am not sure how you intended me to use it. I read instructions like “you have to edit in app.module file ,which is located in your-project-name\src\app folder”. Do you see me creating a new project using Angular CLI and copy across relevant files or should I clone your full ng4 folder and start from there? In my case I am interested in using just the Chat component in my already existing project.
Hi,
Thank you for your kind words, We understood your requirement that you want to integrate chat feature in your existing app. Gene provides you a platform to develop new app but for the dynamic sections like chat you either need to integrate a third party live chat plugin or use gene component if you want to integrate chat feature with custom code, it can be done with a server side script like nodejs etc. You can use the chat component from gene to integrate it in you existing app but it will depend on your app structure.
We can suggest you more specific solution if you can provide us the existing app url or explain which chat plugin you are using. You can send us an email at support@theironnetwork.org.
Let us know if you have any other query, we would be more than happy to help you.
Thanks and have a lovely day.
Any plans to add image cropping?
Yes In next updated we would do that.
Excellent theme, clean and professional. Good luck with the sales 
Thanks 
Awesome design! Good luck
Thanks 
Congratulations! Good Luck With Sale 
Thanks! 
Congratulations! Good Luck With Sale 
Thanks! 
Congratulations! Nice Work, Good Luck With Sale 
Thank you 
fantastic work ! big sales to you and a nice weekend 
Thanks 
Congratulations. Very Nice Work, GLWS From DCSF
Thanks 