219 comments found.
Hi, in session/signin page. can you add view password with input-group rounded? Thank you.
I’ve added this to product roadmap. Thanks
Hi, In the Angular version online demo, there is one option on the right side to change the theme and color. In the downloaded version it is not visible.
I can see the source available in app/shard/customizer. However i can not find from where i can enable it so that it can be visible.
Basically i wanted similar functionality for other purpose while i want right side navigation also. i can use or refer the customizer module for that.
Please let me know how i can enable to make it visible. Thanks in advance.
You can check on github repository, it uses customizer exactly like demo. if you use sidebar compact layout, you will find customizer placed this location “src/app/shared/components/layouts/admin-layout-sidebar-compact/admin-layout-sidebar-compact.component.html”
Customizer is only designed for demo purpose, so you may need to change a bit it’s functionality.
Thanks
Thank you for quick response. Appreciate your guidance and prompt help.
it worked for me, and i will customize it as per my requirement
Hello. I see there are some components missing from this version that are available in the Bootstrap/Larvel version. One of which is the form validation. This is a feature I would really like to have. Is that coming to the angular version?
We’ve added angular form validation to our roadmap. We are going to add soon. Thanks
Hello, I found a few bugs in your template. The first problem is about responsive feature of the template. when changing the size of the browser, location of some icons like setting icon changes to the wrong place. In case of changing the template to RTL mode, the number of bugs also increases. Another problem is about mouse pointer, in some cases when the menu is open, the mouse pointer icon changes to an unexpected icon. You can email me for bug images. I am grateful that these bugs will be fixed soon. Thank You.
Can you please send me a screenshot, I could not find the responsive issue.
And when the menu is open you need to click outside of sidebar to close the sidebar. that’s why mouse pointer looks different.
can you please give me your email address for send screenshot?
my email: mhrafi.dev@gmail.com
Hi, This Angular theme is great. Can you please provide empty skeleton version also as its difficult to remove the unwanted functionalities.
You can create one easily by deleting everything from ”/app/views” folder and clearing “adminRoutes” in ”/app/app-routing.module.ts”.
To change navigation items please check doc http://demos.ui-lib.com/gull-doc/#navigation
I’m going to add a seed project soon.
Thanks!
Thank you!! I followed your instruction and its working without any breaking the Out of Box framework functionality. Still let me know when you release the seed project. I will just go through in case if i still needs any further cleanup.
If you clean up the views folder and app routing file, you don’t need to remove anything else. everything in shared and assets folder is code code.
Can you give your github username? I’ll you to repo. Thanks!
Invitation sent! https://github.com/mh-rafi/gull-angular/invitations
Hello. We would like to use the RTL feature of this template. What should we do? Any help would be greatly appreciated. I haven’t found a documentation for RTL feature.
Hello. We would like to use the RTL feature of this template. What should we do? Any help would be greatly appreciated. I haven’t found a documentation for RTL feature.
Hello, You just need to add dir=”rtl” to html tag <html dir="rtl">
Thank You 
Hello, this template have support or implementation for the following:
-Maps -Charts (which library) -Grunt or gulp -Advanced input fields such autocomplete -API consuming?
Until when do you intend to keep the support for this product?
Thanks in advance.
I’m in love with this design, but I’m afraid that it lacks of components such as:
-Form inputs (autocomplete, selection etc) -Maps -Chart options -Form validation
Thanks! Tag input has autocomplete feature http://gull.ui-lib.com/purple/#/applayout-sidebar-large/forms/tag-input
I’ve added Chart, form validation example page and Maps using https://angular-maps.com/
Hi I made a mistake and I thought I was buying the html of this but its the angular how can I swap this I’m sorry about this but please can you help
Please buy the HTML version and confirm here https://themeforest.net/item/gull-bootstrap-laravel-admin-dashboard-template/23101970/comments
I’m going to refund for the angular version. Thanks!
All done fantastic service and great theme thanks for the understanding
Hi, i want to change the height and width of the scrollbar showing on the sidebar-compact layout. Current scrollbar looks very big in the side navigation. Can you please suggest which CSS or script i need to change?
also, when i scroll the sidebar navigation then it scrolls the main content page also. Can we make setting to scroll only the region on the mouse position?
You can edit scrollbar width
.sidebar-left .ps .ps__rail-y.ps--clicking {width: 8px;}
.sidebar-left .ps__rail-y.ps--clicking .ps__thumb-y {width: 5px;}
Scrolling main body content when a certain area’s scroll ends is browser default behavior. And perfect-scrollbar plugin also follows that. You can disable scroll by javascript work around. You need to listen for scroll event and preventDefaut when mouse is in certain area.
thank you for iconsmind update – please keep changelog update, so we can track changes
Yeah, I’m going to add a changelog.
is this template support rtl please and i wanna to change in the menu can you contact me please
I’m working for the RTL. I will release update very soon. And you can customize the menu if you want. Thanks!
good work please tell me when u update to RTL .. thanks
It’s almost ready. within 3/4 days.
Hi,
Your theme is wonderful and clean. May I ask if it is possible to drag and move the dashboard divs to be added?
Thank You,
Good afternoon. I could customize according to my requirements: with a horizontal menu and some other details such as the drop-down sub-menus when the cursor overlaps.
You can customize the CSS and create new Layout by yourself if you want. Thanks!
Hi Rafi,
i want only HTML template is it available?
Hi, This is the HTML version https://themeforest.net/item/gull-bootstrap-laravel-admin-dashboard-template/23101970
Thanks!
Hi I have problem with iconsmind icons, I tried to use for example i-Business-Mans, but it seems pack inserted in assets doesn’t include. There is for example i-Business-Man – and there is more icons I can’t display. I’m using https://iconsmind.com/view_icons/ icons list to check what icon I like to use. Thank you in advance for help.
There is folder “iconsmind” inside your downloaded zip. open demo.html from that folder.
Thanks
Hi there,
We’re missing components in the Theme as follows, Whole “Extra Kit” folder, “Form” section and some in UI kits.
form {form validation,rich editor } UI kits {} caraousels list, progressbar,sliders, tabs paginations
Thanks.
Which template are talking about, HTML or Angular version? We’ve not added extra jquery kits to angular version. instead we used ng bootstrap. Angular has its own validation api, we did not add bootstrap default jquery based validation. Thanks!
Do you have HTML version? I bought this I thought it’s HTML version. Please advise.
This is the HTML version. https://themeforest.net/item/gull-bootstrap-laravel-admin-dashboard-template/23101970 You need to buy this, if you need HTML version. Thanks
Hello there,
Can you please add the carts section. Do include the AmCharts, apart from the other charts.
We’ll add eCommerce UI. But we can’t assure you about AmCharts.
Thanks
Can you please add the eCommerce UI with charts then. Is there a timeframe I can expect
I’m going to add charts example pages in next update. Next update is coming in mid February.
Thanks
I purchased this theme, but its not upgraded to Angular 7. and there is no seed project to start new development. Also live reloading not working when we add Git.
Please check package.json, template is build with angular 7.
You can easily create a seed by deleting all the routes and creating a
new blank component. We’ll going add seed soon.