3890 comments found.
Hi Ace, Shall I expect the angularjs version to be released sooner or would it take some more time. I am asking this since as we are in mid Feb now and I have some forecasting to be done which depends on the angular release of your template. Please let me know. Thanks
Hi there
we are almost done with v1.1 doing the final task of a new awesome gallery page
will be available by late tomorrow and as soon as we are done, I will be starting angularJS
Hi,
Could you please add me to the github page? The account is ‘fzhan’.
Thanks!
Awesome theme by the way!
Hi there
Sent you an invite
and thank you very much! we are almost done with v1.1 doing the final task of a new awesome gallery page 
Hi there. Just purchased this. Please add the following 2 usernames into Github repo: 1. howiec 2. seowalex
Also, please send PSD to howie.c[at]gmail.com
Thanks!
Hi there
Got you email, also just a note there is only one github user per regular license. So which user name do you want me to add ? 
Please add “seowalex” to Github repo. Thanks.
Awesome theme
!
Can you add me to the Github repo? My username is Topper007. Thanks!
Hi there
Thank you very much! 
Sent you an invite
Hi there, amazing template! I’m trying to do mockup for my team, can you please send me PSD files? I can’t find it in the purchased/download section. Thanks a lot!
Hi there
Sure we have the PSDs ready
can you drop email to support@revox.io with your purchase code ?
Hi ace,
I love this template, great work! will you be adding the front-end to the package? It would be great if you did.
Will you be posting updates to themeforest or only via github?
please add me to github: daicast.
Thanks
Rick
Hi,
Thanks and we’re glad you like it. Front-end will be available in a future update.
We’ll be posting the 1.1.0 update on Themeforest. You can track the progress from the github. I have sent you the invite to join the repo.
I haven’t received the github invite yet, but hopefully you can help with this:
on the social demo page, the label overlays on the upper right for each social card has an issue with displaying text that is longer than a few words. can you see what can be done to fix that?
Github shows your invitation as “sent”. I have just re-sent it. Let me know if you get it 
.tooltip-inner {
min-width: 150px; //the minimum width
}
weird, the width doesnt adjust accordingly and breaks the layout when pull-right is being applied. works fine otherwise even without the min-width.
Can you please share a screenshot?
Hi,
Please set the ‘container’ data attribute for thecircle elements:
ex:
<div class="circle" data-toggle="tooltip" title="Lengthy label" data-container="body" />
that worked. Awesome. Thanks.
Hi,
I have few questions regarding some js issues:
1. When the content is loading via ajax for the header click down menu like first nav of header menu with content “Carrot Design David Nester …” , the open and close arrow do not work
2. How to trigger custom js event when clicking a user from the list under “chart” in quick view panel. Right now it doesn’t fire a click event after I wrote one for that.
3. How to add html content to tooltip for a table data without using “title” attribute.
Thanks, Jing
Hi, Any solutions ?
Hi there
Sorry about the late reply, Im a bit confused about the first point.
Open close arrow is the one on the logo ?
2)
$('#myElementID').on('click',function(){
//Do something
})
3) Yes you can 
<a href="#" data-toggle="tooltip" data-placement="right" data-html="true" title="1st line of text <br> 2nd line of text">Hover over me</a>
You can enable html content 
Hi,
Thanks for the reply. Here are clarifications:
For Point#1: 1. “When the content is loading via ajax for the header click down menu like first nav of header menu with content “Carrot Design David Nester …” , the open and close arrow do not work”
=> I mean the first nav menu to left side of “Type Anywhere to Search”. When you click that, a drop down menu appears with text “Carrot design…”, “98% Server Load…” etc. There is an arrow to the left of “few sec ago” that is used to open and close the details. The arrow open close functionality does not work when the arrow with content is loaded via ajax.
For Point#2: The onclick event is not getting fired. It opens the conversation view but doesn’t trigger the onclick event. You can try yourself.
I have tried like this:
$('.chat-user-list').on('click', function(e){
alert('hello');
});
Thanks
1) Currently the click event for the dropdown button is directly bound. You’ll have to use jQuery’s event delegation for dynamic content. Please edit line #159 in your pages/js/pages.js as below:
$('body').on('click', '.toggle-more-details', function(event) {
2) You’re correct. The view navigation code overrides the click event. Please remove all the data-attributes from the anchor tags surrounding chat list items and write code to toggle the class of the #chat element which will perform the transition.
HTML:
<div data-init-list-view="ioslist" class="list-view boreded no-top-border">
<div class="list-view-group-container">
<div class="list-view-group-header text-uppercase">
a</div>
<ul>
<!-- BEGIN Chat User List Item !-->
<li class="chat-user-list clearfix">
<a href="#">
<span class="col-xs-height col-middle">
<span class="thumbnail-wrapper d32 circular bg-success">
<img width="34" height="34" alt="" data-src-retina="assets/img/profiles/1x.jpg" data-src="assets/img/profiles/1.jpg" src="assets/img/profiles/1x.jpg" class="col-top" />
</span>
</span>
<p class="p-l-10 col-xs-height col-middle col-xs-12">
<span class="text-master">ava flores</span>
<span class="block text-master hint-text fs-12">Hello there</span>
</p>
</a>
</li>
<!-- END Chat User List Item !-->
</ul>
</div>
...
...
</div>
JS:
$('body').on('click', '.chat-user-list > a', function(){
$('#chat').toggleClass('push-parrallax');
});
Hi,
Thanks again. There is one problem using pages.js. Right now the html templates of the theme use the pages.min.js. If I use pages.js instead, the problem mentioned in Point#1 occurs for static content too. The open close arrow never works in that case.
Cheers,
If you’re making modifications to pages.js you can minify it and replace pages.min.js.
If you’re using the pages.js and pages.min.js that come with Pages the open/close arrow should work without any issue for static content. If it doesn’t, we might have to check if there are any errors thrown. Do you get any error in the console?
I have just tried again. If I replace pages.min.js with pages.js, the open close arrow is not working in the header menu as mentioned in point#1 but it always works for side bar menu.
Moreover, I changed pages.js and minified and pasted the minified code in pages.js. it doesn’t work either.
I think pages.js file has some issues. Can you check by yourself?
Thanks
Also there is no error in the console while the arrow is not working
Hi Jing, Would you mind sharing your code with us? You can email us at support@revox.io
Thanks
I am just using one of the fresh template files. Just renaming pages.min.js to pages.js. no extra code. here is a video http://screencast.com/t/PAnRF2Hq
Did you get the issue what I meant ?
Thanks
Hi there
Sorry about the late reply, I tried a couple of times again on Mac and windows but it works even if I use pages.js can you re download pages from themeforest ? and update your pages.js ? or if you have github access to pages repo you can do it from there 
Hi,
Thanks for the reply. I downloaded the theme again and it works now with page.js but the issue for Point#1 still exists even after replacing with this code.
$(‘body’).on(‘click’, ’.toggle-more-details’, function(event) {
Regards
Hi there
Yes your are using jquery 1.8.* yes ?:) is so then its abit different you need to use live, sorry if your problem took abit while to solve,
its been deprecated after 1.9
but you have to use the live method in 1.8.*
$(‘.toggle-more-details’).live(‘click’,function(event)
I am using jquery-1.8.3.min.js which came with the theme and live method doesn’t work either.
Hi there
Thats bit weird if its not too much to ask can you setup a live link of the pages version you have and drop an email to support@revox.io, I could quickly debug faster
Hi, very cool template. Its possible to integrate Grids like Angular UI Grid (http://ui-grid.info) or Angular ng-grid (http://angular-ui.github.io/ng-grid/)? Or even DHTMX Gantt (http://www.dhtmlx.com/blog/gantt-chart-angularjs-app-dhtmlxgantt/)?
Hi there
We will be doing AngularJS on v1.2 & we are just finalising v1.1 and its a pretty big list
and I will look into DHTMX Gantt too
Ohh, I can imagine the big list ??, and of course after v1.2, this are all based on angular. When do you release the v.1.2?
Hi there
This is our change log
http://pages.revox.io/doc/1.1.0/jquery/changelog.phpIts a draft
and you cannot click “view more” for now the only task we have left is the gallery and it has some cool features, should be done by tomorrow
Hi,
Some ideas, I wish to be in your theme.
1. JVFloat.js : https://d13yacurqjgara.cloudfront.net/users/44485/screenshots/1609734/dribbble-form.gif
or this
https://github.com/peachananr/label_better
2. Select elements http://formstone.it/components/selecter
3. Sweet Alert http://tristanedwards.me/sweetalert
4. Date/Time Picker for Twitter Bootstrap http://tarruda.github.io/bootstrap-datetimepicker/
Hi there
1 and 2 are already in my list
I will look into the others too and thank you for suggesting
Hi,
are the psd files by any chance completed? if not, could u meanwhile send me the unfinished file to lu.langellotti@gmail.com . I really need to start my mockups before the rest of my team wips my a**
thx
Hi there
Alright!
give me a few mins I will organise them and send it properly
Awesome, u just made my life so much easier!!!!!!
Hi there
Sent you a google drive invite
let me know if you got it
Hey,
I would also like to get access to the github repo. Username: raulbrito
Thank you!
Hi there
Sent you an invite 
Thanks!
Hi , am using windows 10. with the internet explorer, the header overlaps the sidebar on small devices. am using the divided header & condensed/quick menu.
Hi there
I will check it out
Thank you for reporting
Hi, is your admin dashboard specif for php only, or do you think we could use ASP.NET MVC ? thanks in advance.
Hi there
No there is no specific language that we build it for
so it would fit in almost all the web frameworks out there, we have boilerplates for rails, sailsjs and also expressjs which works great on pages
asp.net would be fine in my opinion
Hi! Could you give me access to the github repo too: skunkius Thanks!
Hi there
Sent you an invite 
when we download the latest v1.1 fork on GitHub by clicking the download zip. Is all we need it to unzip and use or or do we need to do something else?
Hi there
You need to have nodejs installed in your computer. Once its done you need to have grunt installed
http://gruntjs.com/getting-startedafter that you navigate to your directory where you downloaded and then type in the following commands in your terminal or command prompt
npm install
This is only required once 
To build your pages project type in
grunt bundle
gotcha, thanks . . .
Can you add schummjm to the github repo, please?
Hi there
Sent you an invite 
You have a very nice design. Why do not you make HTML framework that contains these aesthetics ??
Hi there
Thank you very much!
and this is HTML
I mean like bootstrap, we just use classes .
Pages also has Bootstrap in the core. So, you’ll be able to use the same class names. And we have also introduced new classes. You can learn about these from our documentation
http://pages.revox.io/doc/jquery/index.phpHi Ace,
Any chance of some docs on how to use the Rails boilerplate? This would be much appreciated 
thanks!
Hi there
We have something awesome for v1.1.0 a rails boilerplate generator for pages just one line command is all you need
This is the v1.1.0 updated doc
http://pages.revox.io/doc/1.1.0/jquery/rails.phpand it will not be applicable for v1.0 and if you have access to github you can download the current stable version 
Awesome! Thanks.
What would be the best approach for keeping a boilerplate Rails app updated with the latest changes to the pages template? Is there a Grunt task for updating?
Hi there
Once you start your project in CSS the best case to avoid conflicts is not to update the page.css but to over-write it from your custom.css that way when a new update is there you can update the core css file but currently the boilerplate generator does not have option to update your existing one but seems like a good idea 
Ok thanks. Let me know when you have added the option to update 
hi Ace, great work! please send invite for access to the github repo (username: project174) thank you.
Thank you 
We have small rule that each single user license will get one Github access.
Notice
Hi Everyone!
For everyone who are using Pages Github Private Repo,
1) To view the progress of v1.1.0 https://github.com/revoxltd/pages/milestones2) Current Active Branch https://github.com/revoxltd/pages/tree/v1.1.0
Happy Coding!