3890 comments found.
Hi please invite me on github. Username: alvincrisuy
Invitation was already sent
Hi ,for some components im unable to find proper documentation for example pg-pagination . is there any other documentation or reference for these kinds of components which are missing in documentation ?
Hi there
What are you planing to us pg-pagination for ? 
Im trying to implement pagination , without using ngx data table , there are others components also like breadcrumbs
hi Ace,
I want to import the UI component and style sheets into existing angular project. Is there any documentations or tutorial?
Hi there
The most important one is @pages directory on src/app and the following
"stylePreprocessorOptions": {
"includePaths": [
"src/app/@pages/styles",
"src/pages_ui/scss"
]
},
"assets": [
"src/assets",
"src/favicon.ico"
],
"styles": [
"src/assets/plugins/bootstrap/css/bootstrap.min.css",
"node_modules/quill/dist/quill.snow.css"
],
"scripts": [
"src/app/@pages/assets/javascript/pages.js",
"src/assets/plugins/modernizr.custom.js",
"src/assets/plugins/aliyun-oss-sdk-5.3.1.min.js",
"src/assets/plugins/aliyun-upload-sdk-1.5.0.min.js"
]
Additions on the angular.json file
Hi, I have this line in my gem file: gem ‘pages-rails’,’3.1.0’, :git => ‘https://github.com/revoxltd/pages-rails.git'
It stopped working, it says not found?
If you need to add me back to your git please use: wojciechszymanski
Hi there
Hope you got the invite
Yes, all working now. Thank you.
That would be so great if I could make table header sticky. Is it possible?
Hi there
Are you using Angular or the HTML version ?
I’m using HTML version
Refer datatable docs for more indepth guide
https://legacy.datatables.net/release-datatables/extras/FixedHeader/two_tables.htmlHere is the fixed header code
I’m using regular table not datatable
Hi there
Sorry about missing your comment, You can not make that in a regular table without JS
Would you help me with JS?
i want to Get Github Repoistarty Access its not working the Request form so my github user= engacs
Hi there
Added you in 
Hi Ace, I’m using Simply White HTML Version. Form Wizard doesn’t work in Modal, however works fine outside modal. Do you have any solution for this ? thanks..
Hi there
Sorry about my late reply, Would be able to see if you have any console errors on the browser ? If not will you be able to share your code to support@revox.io via email ?
Good afternoon I do not speak English, I will use the google translator, I have basically 2 questions: 1. I have a project that I developed a few years ago in php, with MySQL databases and jQuery v1.7.1, can I use your template to do the transfer? Will it be compatible? 2. The application is hosted on a server is for a client who will pay only once, the regular license works for me, right? Does this license have any restrictions?
WILLIAM ESTEBAN
Hi there
1. Yes
2. Is the end user(your customers customer) is charged by the current app ?
HI i want to ask . about if it able to menu level 3 thanks
Hi there
Yes which layout are you using ?
Hello guys,
i can’t re-join the github repository since it move. The page http://pages.revox.io/dashboard at github section bug when i submit my purshase code and my gh / themeforest usernames
``` VM55:1 Uncaught SyntaxError: Unexpected token C in JSON at position 0 at JSON.parse (<anonymous>) at Function.m.parseJSON (jquery-1.11.1.min.js:4) at Object.<anonymous> (custom.js:7) at j (jquery-1.11.1.min.js:2) at Object.fireWith [as resolveWith] (jquery-1.11.1.min.js:2) at x (jquery-1.11.1.min.js:4) at XMLHttpRequest.b (jquery-1.11.1.min.js:4) ```
``` Connection failed: php_network_getaddresses: getaddrinfo failed: Name or service not known ```
Is it possible to be added manually ? github : abenevaut
Thank you in advance, Antoine.
Hi there
Fixed it
Let me know
So i bought the version 8, Nice work by the way!! i encountered this problem on starting…. DEPRECATION WARNING on line 786, column 5 of src/app/@pages/styles/_mixins.scss: @elseif is deprecated and will not be supported in future Sass versions. Use ”@else if” instead. ╷ 786 │ } @elseif $tmp < 0 { │ ^^^ ╵ How do i fix this?
Hi there
Yes we noticed it and can be fixed if you go to src/app/@pages/styles/_mixins.scss you will find @elseif
instead of that use
@else if
Also this is found in
src/app/@pages/styles/_colors.scss
thanks alot
i guess it’s safe to say angular 9 wouldn’t be coming anytime soon yh? cause i can see it’s been in progress for months and you are advising people to purchase version 8, i also was postponing my project so as to use version 9 cause i need to use a third-party library requiring version 9.
Any plans on migrating to Angular 9 soon?
Hi there
Angular 9 is abit delayed. Due to the current situation. We will do our best to get it out soon. But don’t hesitate to contact us 
Hi, I bought the admiin dashboard templates , and i want to put into a .net core 3.1 spa project. its possible ? did you had any example ? what kind version of angular support ? version 9 ? how i build on dev envoirment ?
can you help me ?
Thanks in advance Igor
Hi there
We could help you guys setup the .net project with angular 
Why is sidebar not visible on mobile view. It is gone completely missing.
Hi there
You can toggle on and off the side bar by the hamburger menu icon on the header left hand corner
I don’t see any option on the hamburger menu to toggle sidebar. I can see the main menu when I click hamburger menu icon but nothing to toggle sidebar.
Hi there
Sorry about the late reply. You have to press the hamburger menu again to hide it 
Okay, I’m sure if I’m making this clear. I’m not talking about the main menu. When I use a layout when there is a main menu horizontally and a sidebar. When I go to mobile view (responsive design), sidebar is completely gone. There is no way to toggle that.
Just to be more clear. I’m talking about – pg-secondary-sidebar tag. It’s the secondary sidebar
Hi there
I see Im sorry about this can you replace this code with the existing div class “secondary-sidebar-toggle”
<div class="secondary-sidebar-toggle bg-contrast-low padding-10 text-center d-lg-none d-xl-none">
<a class="text-black" data-init="secondary-sidebar-toggle" href="#"><i class="pg-icon">menu</i></a>
</div>
im having trouble using dropdown menu button, cant get menu and contents to center. very annoying
Hi there
Quick question do you use angular or HTML ? Can you be able to share your screenshot and your html code, you can share it to support@revox.io via email 
Hi there, I need to incorporate this template and its associating components to my existing Angular app. I’m using Angular 8. Could you please share the steps I need to take?
Any update? Need some guidance on this. Thank you.
Hi there
Yes 1. You need the following @pages directory to your app/src from our angular app
2. Then in your angular.json you replace to add the needed ones. Do not replace your entire angular.json. https://gist.github.com/MalithHatananchchige/9f7aa59947b428377afc6eef38c628e93. Make sure your app.modules.ts and app.routing.ts has similar includes in our gettings_started/angular/src/app/app.module.ts
Nevermind. Found the form for Github request. I think I’m in the new one now.
Hi there
Sorry about the late reply.
It’s okay…
Where is the Pages HTML5 Web Template repo in the new organization, though? I can’t seem to find it. I bought Pages way back when they were bundled together.
Hi there
can you send a request to support@revox.io ?
Sent request as asked, but have not gotten any response…
Hi there
Added you in 
I’m having trouble making the template scroll down to see more cards in a mobile setup, is there a specific container or class I should have to enable scrolling while keeping the header up?
Nevermind I had added another css file that caused the trouble, disregard