219 comments found.
Hello, button on Not-Found page not work correct
http://gull.ui-lib.com/purple/#/others/404<button class=”btn btn-lg btn-primary btn-rounded” routerLink=”/”>Go back to home</button>
When clicked, nothing happens, although it is expected to return to the main page
is it happening in seed project? I added a middleware in router only in demo version.
in full set project in github, and in prewiew here
You need to use seed project from your downloaded zip. github version and seed project are almost same. seed project don’t have customizer in it’s layout and it’s routing file is slightly different.
i use github version – not work
try again in seed project… download in github – not work
still not fixed
Please check admin-layout-sidebar-large.component.html and admin-layout-sidebar-compact.component.html has <app-customizer></app-customizer>, if it’s there please remove that.
I checked the seed project and working fine as I removed that from seed project.
Hi,
Toast is not working on Safari on my Mac, do you know what can be the issue?
Best
Can you update ngx-toastr by running “npm install ngx-toastr@latest”, current version has issue with safari
Hello. First, I would like to thank you for the awesome angular with bootstrap project! And, I would like your support to fix a problem I am having on some devices that some pages are not scrolling down in android chrome. Could you help me to fix it? An exemple of this problem is occourin in demo when you go to cards page.
hello there!? The layout scrolling is not working well on android chrome devices. Could you help me to fix it?
I know it got fixed if you exclude <app-footer></app-footer> from footer.component.html
Great! I am away right now. Sorry, I couldn’t help you to fix.
Hi,
Can you make Invoice more responsive so we can use it on mobile devices also?
Thanks
Sure, I’ve added this task to out todo. going complete soon.
Hello looking to purchase the theme, Can you implement Horizontal MENU onto the theme..
We’ll add horizontal navigation, hopefully we’ll release new updates in January 
Requested access 3 days ago
Can provide your github username here?
pescarcena
Please check this link https://github.com/mh-rafi/gull-angular/invitations
Please add me to Github project
Please request github access here https://ui-lib.com/github-access/
It is possible to add a menu component in the form of a tree-like catalog (for example, a list with subcategories).
http://vivatural.club/img/component.pngI can’t find such a component anywhere
This kind of menu is not common. You need to customize the template for that.
Hi i am having issue with hover animation in compact layout
Can share the details, may be a screenshot will be helpful. Thanks
I have fixed the issue thanks.
Great! 
The following template errors:
If you create a long list in the drop-down menu, scroll it down and select another menu, it will also scroll down Result: requires resetting the scroll position when selecting a menu 2.The button on the Other / 404 page does not always work,
I press it, nothing happens, the page does not go to ’/’
Hi, Can you share a demo or a screen record?
where can i send?
If you want share screenshot you can use https://prnt.sc/ for screen record video you can use youtube.
Made a photo report
1. Add many items in menu
https://prnt.sc/pxcpty2. open
https://prnt.sc/pxcqgi3. scroll down
https://prnt.sc/pxcql44. open new tab
https://prnt.sc/pxcqux5.To see the submenu, scroll up
https://prnt.sc/pxcr29I just fixed the issue and pushed to github. if you don’t have github access please request github access here https://ui-lib.com/github-access/
thx
May I request, How do I fix the sub menu that pops up in Gull-layout-sidebar-large (ideally to be like compact)
You need to edit css
Current css
.main-content-wrap.sidenav-open {
width: calc(100% - 120px);
}
you need to update that to
.main-content-wrap.sidenav-open {
width: calc(100% - 320px);
}
You also need to disable hover event, and make the secondary sidenav always opened.
Sidebar file: “shared/components/layouts/admin-layout-sidebar-large/sidebar-large/sidebar-large.component.html”
thanks for this …. what is the location of the css to edit?
File: “assets/styles/app/globals/layouts/sidebar-large/_layout-sidebar-large.scss” line 17. Thanks!
Thanks … how about the second part. which line do I disable …where u say …You also need to disable hover event, and make the secondary sidenav always opened.
Sidebar file: “shared/components/layouts/admin-layout-sidebar-large/sidebar-large/sidebar-large.component.html”
File: /shared/services/navigation.service.ts line 45 make childnavOpen: true
File: “shared/components/layouts/admin-layout-sidebar-large/sidebar-large/sidebar-large.component.html”
remove line 49 (mouseleave)="closeChildNav()"
Thanks!
Very Clean Design! 
Thanks! 
I have a problem when i try to click the toggle menu. Why is the childNav is opening after i click the toggle menu? I have no childNav cause my menu item is “link”. Pls check
Thanks
I just fixed this issue and pushed to github. do have github access? if not, you can request github access here https://ui-lib.com/github-access/
Thanks for pointing out the issue!
Hello. Pls help me out with the additional sidebar? How much would be the cost of it? Just one sidebar on the left? Thanks
Hi, right now we’re too busy for custom work. Thanks
Hi!
I want to add extra sidebar on the left of the existing sidebar? How can i do it?
Thanks
Hi, There is no simple way to do that. You need to customize the admin layout.
Hi! Pls add it asap. Thanks
Hi, We don’t have any plan to add another sidebar. Thanks!
Hi. Can you help me out with it? Thanks.
Hello, could you help me with your product. Interested in how to automatically remove the drop-down menu on the left if it is out of focus
Hi, I just added this functionality. do you have github access? you can get the updates from github. Please request github access here https://ui-lib.com/github-access/
Requested access
Please check your email inbox. Thanks!
Pls check your navbar. It is not responsive. The notifications are not responsive.
Pls also add tables not just ngx-datatables.
Pls also fix your code and imports and exports. The main.js file is too big even when compiled with —aot
I’ll add more table examples.
to fix the responsive issue open “src/assets/styles/app/globals/layouts/sidebar-large/_header.scss” at line 185 edit .notification-dropdown class like this
.notification-dropdown {
right: 0px!important;
left: 0 !important;
position: fixed;
margin: auto;
}
When building don’t forget to use—prod flag.
Thanks
When will you add it? Pls give me access to your repository, I have already submitted my request to access. Yes i already use —prod. There are many unecessary imports
I’ve added that to my task list but I can not assure a release date.
I sent you an invitation, please check your email.
You can remove imports if you are not going to use that package. Thanks
mh_rafi. Yes. thanks. I’ve received that invitation. No, what i mean is you have unecessary imports. you imported again and again. Pls improve. Also pls update it promptly. You last updated it 4 months ago already. Update it at least every week. Include more functionalities especially tables. Don’t rely on packages. Build it on your own
Yes. thanks. I’ve received that invitation. No, what i mean is you have unecessary imports. you imported again and again. Pls improve. Also pls update it promptly. You last updated it 4 months ago already. Update it at least every week. Include more functionalities especially tables. Don’t rely on packages. Build it on your own
hi,
this gull angular templates comes separately with bootstrap + jquery files?
Yeah, You will get separate HTML version.
hi dear ; I Purchase your great theme, when i install it ,its work great but the floating setting icon in the left dont appear can you help me plz?
That actually for demo purpose, You need to add <app-customizer></app-customizer> at the bottom of layout template(admin-layout-sidebar-compact.component.html or admin-layout-sidebar-large.component.html)
You can view details on our github repo which has that settings icon. Request github access here https://ui-lib.com/github-access/
hello, how can i remove the “enter new tag” default placeholder for the tags input component. seached it in files to no avail. the placeHolder in the html works fine after starting to write in the input. when input is empty i get “Enter new tag” thank you
Have you checked this page http://gull.ui-lib.com/purple/#/applayout-sidebar-large/forms/tag-input
placeholder is working fine <tag-input [formControl]="tagsCtrl2" (onSelect)="onSelect($event)" theme='primary' placeholder="Type Country name">