3890 comments found.
Hi, we want to merge Pages Admin theme with Page Front End theme after purchasing. What are similarities between these two themes in terms of CSS Files, Source Code, JS Files, and any other similarity. We want to keep the load time as minimal as possible after merging. Kindly reply.
Hi there
We have an older version of Pages merged but not the new. I have to upgrade Pages frontend to Bootstrap v4 
Is there a way to disable page loading progress bar and circle ?
Hi there
Yes remove the pace.js file included in the bottom of the page
Thanks ace.
Is access to GIT only for guest? If yes my git is brenoperucchi
Added you in 
Is pages working with simple_form gem?
Sorry about the late reply. We missed your comment. No but components will work the same way as HTML, what is the issue your facing ?
Hi,
I have recently purchased your pages template, it looks very very good and liked it very much.
I want to use single font " Segoe UI " on all devices like android, ios and windows. but your code is changing font automatically based on OS.
could you please help me on this?
my purchase code :: a6c7911f-a4c9-4093-a1c1-fd2cc4588b2e
Hi there
Yes, you can disable it, have you used LESS or SASS before ?
Hi, I took the latest from github and I noticed that some things don’t work properly (at least in Chrome). Search seems to not work (no overlay appears) and neither the Dropdowns on buttons page.
Hi there
We added a push on Bootstrap 4 new update. I will check again
Yes, I took the latest but it doesn’t seem to work at least with Chrome.
Hi!
How can I make the menu always open? I would like to let it be open default, and when the user clicks to close it, the preference is stored in a cookie.
Is that possible?
Thanks for a great theme 
Hi there
Really sorry for the late reply. I do not recommend you doing that. Its bad practice. On the backend you can append the class =”menu-pin” to the body before it sent to client
Hi Ace, Could you please help with following: I had installed meteor app, added all packages (as per documentation) and when I run the app, there are no errors in backend console log, however, front end dashboard only partially loaded.
There are following errors in console of the browser: 1) “Uncaught ReferenceError: Rickshaw is not defined” happens 3 times, in widget_barTile.js:20, widget_stackedBarWidget.js:22 and widget_stackedBarWidgetBasic.js:20. Here is an example thrown from widget_stackedBarWidgetBasic.js:20
Uncaught ReferenceError: Rickshaw is not defined
at widget_stackedBarWidgetBasic.js:20
at widget_stackedBarWidgetBasic.js:13
at app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22055
at Object.<anonymous> (app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22057)
at Object.t (app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22055)
at XMLHttpRequest.r (app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22057)
NOTE — I saw other ppl comments that they managed to get rid of this issue by installing Rickshaw globally, and here are the things I tried so far (which did not help):
1.1) npm install rickshaw—global
1.2) added rickshaw ” into package.json devDependencies
1.3) downloaded files rickshaw.min.css and rickshaw.min.js and put them into ’/client/’ folder
2) widget_graphTile.js:23 Uncaught TypeError: Cannot read property ‘getColor’ of undefined at Object.generate (widget_graphTile.js:23) at app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22070
Could you please help to resolve those. Many thanks, Zory
Hi Ace, hope this finds you well. Can you please look at the issue described in comment above (with Rickshaw) that I submitted recently and let me know what I should do with it?
Thanks a million!
Hi there
I see, did you install “revox:pages-core” in meteor ? make sure your packages folder is also copied in the root directory of the meteor project
I will try it later & update thread – thanks a million for following up on that!
Hi Ace! Following your advice tried to install ‘revox:pages-core’ – perhaps it worth adding it to the list of dependencies in documentation page of the framework.
Few observations: 1) This action seems to require to have ‘less’ and ‘fourseven:scss’ packages, however, when trying to run meteor/angular2 with these installed, they are conflicting with angular2-compilers which is required to run with meteor/angular2.
2) If package ‘revox:pages-core’ added to meteor app (without angular), then it app starts fine, but it still complains for missing reference to Rickshaw.
3) After looking at meteor/client/global dependencies/rickshaw folder (downloaded from git repository of Pages) I knoticed that there is no rickshaw js library in there, only rickshaw.css file. So I manually downloaded rickshaw.js from their official git hub repository and the missing references error went away.
4) similarly, there was error complaining Hammer is not defined, and after dropping hammer.min.js into global dependencies folder, it also went away.
It appears as if either something is missing in build scripts that is not adding these global dependencies into the folder, or the files are just missing from it, fyi.
Thanks for your help on this! Warm regards Zoryana
Hi there
fourseven:scss is not required. You are trying to add angular2 also to meteor ? 
hmm – thanks, Ace. I looked up script for loading pages-core (./packages/pages-core/package.js) and it lists fourseven:scss as one of the packages for api.use. Wouldn’t not having it throw an error? Or should I simply remove it from the list passed to api.use?
And yes – I would like to use Angular2, Pages, and Meteor together. Do you have boilerplate somewhere
?
Thanks a million, Zoryana
Yes you should remove it because the new update I removed it. I see, well we heading into a new approach now. Planning to drop jquery for the frameworks like angular and react. What do you think ?
oh good – I will try that then. Perhaps Meteor’s Angular2 boilerplate with their angular2-compilers will work then. I assume removing ‘less’ is fine then too.
As for jquery – I am a bit biased as I had been heavily using jquery last 2.5 years
I love your theme and sure whatever you guys do with it will move it to the greatest heights!
Thanks for your help, Ace. I think I am good now.
Right now I recommend not showing the dashboard and to avoid ricksaw. We have the same issue with the script and double minifying and merging cause problems. Other than that metoer setup is working?
No do not remove LESS. you will need it. Yes we have been using it for our lifetime and we loved it. But with the new ES6 coming and new frameworks. There is no reason for us. Obviously, you can always will add jquery and it will just work fine.
but for the sake of the future and having to maintain different code base for different frameworks like angular and react is pointless for us
So far I am focusing on front end solely and no surprises from Meteor, build is fine. As for LESS – meteor’s package angular2-compilers is incapsulating bunch of things, including processing less. I will give it a go and see what happens. In any case, Meteor/Angular2 set up (https://angular-meteor.com/tutorials/whatsapp2/meteor/setup) requires angular2-compilers, and it conflicts with less as they both try to process the same types of files.
Unless you guys have specific packages to process angular2 directives that would work with your Meteor boilerplate?
In lights of supporting jquery – I totally get you 
Please give access to the git repository with Angular2 adaptation of the project. Git user name Zory1
Hi Ace, hope youa re well. Could you please address this comment – and give access to Angular 2 repository to Zory1 github user? Thanks a million!
Hi there
Sent you an invite 
Excellent – have it now, thanks a million!
We are planning to drop jquery in the next version so pages.js won’t depends on it. and most of the plugins will be Pure JS that way you will have no issues in angular or any other framework
good to know, thanks!
hi Ace 
Thanks for giving me access to the repository. I cannot find a boilerplate for the project running both – meteor and angular2. I can see separate folders for meteor setup, and separate for angular2.
Do you have example of project running both? I tried to add Pages to existing meteor/angular2 ‘clean slide’ set up, however, I was not able to add ‘meteor add revox:pages-core’ as it requires ‘less’ and ’ fourseven:scss’ installed, and if they are installed, then meteor/angular2 project wouldnt start as meteor package ‘angular2-compilers’ conflicts with these two, as they all try to process the same type of files.
Can you please suggest a workaround here? To achieve clean build of meteor/angular2/pages ?
Thanks a million for your help. Warm regards Zoryana
Could you invite me to your github repo? My username is kubacky
Hi there
Sorry about the late invite 
Hi Ace, please provide access to github repo. Would like to have access to the reactjs version even if it’s half baked… my github username is sthamman. Keep up the good work. Thanks.
Any update on this please?
Hi there
Added you in, We are planning to rewrite pages.js to vanilla / pure js so it will be more compatible for future frameworks like vue and react
Hi everything’s ok with bootstrap beta ?
Hi there
Its actually complete and sitting in github, We are adding angular version as well so. If you want to get it early you can get it via github
Ok thank you Will Check it right NOn ! Thanks you for support
please provide invite to your github repository
Hi there
What is your github username ?
vxed
Hello, I’m trying to make an Detailed view table. I just copied and pasted that part of source, but I’m wondering how to apply the ‘details’. There is no information about it in the document either. I’m sure that I’m missing something. Please help me with this.
Hi there
This is all demos of datatables 
We have configured the JS in assets/js/tables.js you can find it any HTML/casual or any layout folder
Hello, I’m trying to make an Detailed view table. I just copied and pasted that part of source, but I’m wondering how to show the ‘details’. It isn’t showing even though I copied the source. There is no information about it in the document either. I’m sure that I’m missing something. Please help me with this.
Hi Ace. Please invite me on github, would like see the Angular4 repo. Please add “Moulde”. Thank you
Hi there
Invitation sent 
Hi there
Invitation sent 
Thank you! let me check 
<div class="input-group-btn open"><button type="button" class="btn btn-primary"><span class="fooicon fooicon-search" /></button><button type="button" class="btn btn-default dropdown-toggle"><span class="caret" /></button><ul class="dropdown-menu dropdown-menu-right"><li class="dropdown-header">asdf</li><li><a class="checkbox"><label><input type="checkbox" checked="checked">Name</label></a></li><li><a class="checkbox"><label><input type="checkbox" checked="checked">Anzahl Gebiete</label></a></li></ul></div>Any Ideas how i can fix that?
Hi there
I tried searching the plugin, Could you please refer me to correct plugin your using ? 
Hello,
With calendar_month, when I’ve a long event for exemple:
start: ‘2017-10-07T06:00:00’, end: ‘2017-10-15T08:00:24’,
the event is displayed inline and not return to line down
Thanks
Hi there
Will be fixing long events on month and week views in the up coming release 
Hi, thank you for you response. Do you know when you release date please? Thanks
Hi there
No dates confirm. In our list
- Bootstrap v4 Beta – 90% - Angular 4 Boilerplate with forms – 60% - Calendar Fixes – 10%
sorry to insist, is to organize my project. More than one month average ? Thanks
3 weeks tops. Just to make sure 
(Y)
Can I get the invitation to the Angular repo? My username: jandeman023
Hi there
Sorry this is only for purchased customers only
Hi, I’m using the default condensed layout. When i click the “sidebar-slide-toggle” button, the arrow button itself becomes too dark to be seen clearly. How can i fix that behavior?
I can’t find a way. Can you help me, please?
Hi there
Sorry, we missed your comment. Does not seem to happen in my end. What are your browser and OS ?
and you are are talking about the circle icon yes?
Hi, I’m talking about the down arrow to the left of the circle. I’m using Chrome/Win 10. The css class of the arrow is “sidebar-slide-toggle”.
I see it now. Yes, thank you for reporting this, you can quickly patch it up by adding
.sidebar-slide-toggle.active { color: #788195; }
this css code to a custom.css file you have included.