3890 comments found.
You mentioned mobile app framework in V2 in a previous post? What is it? 
Hi there
Yes Pages is going to be Admin Dashboard, Multipurpose Frontend framework and Mobile Only Framework for phonegap or HTML5 apps
we were able to get front-end completed but unfortunately we can not finish up the mobile for v2.0 but for v2.1 yes we will have the mobile app. We have a huge road map, there is another big one waiting and we were working on that over a year and paused it but we are going to resume it and work on it, so purchasing Pages will never be a disappointment. Oh and don’t forget AngularJS and MeteorJS for v2.0 its already there 
Hey!
Looking for a quick solution to this one.
On the sidebar, when putting a sub-menu under ng-repeat>
<li class="">
<a href="javascript:;">
<span class="title">Projects</span>
<span class="arrow" />
</a>
<span class="icon-thumbnail"><i class="fa fa-globe" /></span>
<ul class="sub-menu">
<li ng-repeat="project in user_projects">
<a href="javascript:;">
<span class="title">Next</span>
<span class="arrow" />
</a>
<span class="icon-thumbnail">{{ project.name.substr(0,2) }}</span>
<ul class="sub-menu">
<li class="">
<a href="#">Overview</a>
<span class="icon-thumbnail"><i class="fa fa-globe" /></span>
</li>
<li class="">
<a href="#">Settings</a>
<span class="icon-thumbnail"><i class="fa fa-cogs" /></span>
</li>
</ul>
</li>
</ul>
</li>
Makes the child li’s non-selectable. I.e, they don’t open and close as expected when there are multiple li’s without ng-repeat.
Have you experienced this? Do you have an answer to this problem?
Ed
Hi, Thanks for reporting the issue. We’re looking into this matter now.
Fix: Added event delegation for sidebar menu item click events
Hi.
So this has now stopped any sub-menus opening in any circumstance?
So: Submenus that are not in an ng-repeat do not open. Submenus that are in a ng-repeat do not open.
Thanks
No, the fix addresses both dynamic and static sub-menu items. I tested with your code and now it works. Do you still get the issue? If so, can you please check if you’re getting any error in the console?
I’ve only just managed to have a look at this, however your fix didn’t work for me unfortunately.
It is working now though. I changed:
$(‘body’).on(‘click’, ’.sidebar-menu > ul li a’, function(e) {
To:
$(‘body’).on(‘click’, ’.sidebar-menu ul li a’, function(e) {
I hope this helps!
Thanks
HELP!
How to make the nav hover stop and make it clickable instead?
Thanks
Hi there
Its mentioned in the documentation
http://pages.revox.io/doc/1.1.0/jquery/layouts.phpAdd the class menu-pin to the body
I don’t want it pinned after page loads, just want it minimized and clickable to expand. I’ve search the documentation with no avail.
Help..
Thanks
loaded collapse without the hover
I think get what you want 
When you click any part of the bar side bar you want to Open the menu ? 
So once its open you will have to close by re-clicking the same thing again ?
Open up your pages.js file in
pages/js Folder
and got line 1723
replace
this.$element.bind('mouseenter mouseleave', sidebarMouseEnter);
this.$pageContainer.bind('mouseover', sidebarMouseLeave);
with
this.$element.bind('click', function(){
sidebarMouseEnter();
});
this.$pageContainer.bind('mouseover', sidebarMouseLeave);
Make sure you have included the pages.js not pages.min.js in the HTML 
Hi Ace,
Just wondering if there is any dedicated page for shopping in V2.
Hi there
No we do not have a shopping cart page so far, something that we will consider 
Hi,
Looking forward to V2.
May I have an invite to GitHub also? – mightyhaggis
Thanks
Hi there
Sent you an invite 
There is no way in your demo to add something to the time line. Is this something I would have to create on my own in addition to purchasing pages?
Hi Ace,
Big fan, love the format and high level of detail. Can I please get an invite to the GitHub? Username: chr15j4m35
Cheers 
Hi there
Sure!
and Thank you! sent you an invite
You can check the new upcoming branch here
https://github.com/revoxltd/pages/tree/v1.2.0Hi, I agree at least with all the praise you have received. I’m interested to start testing the new version in angular sure I’ll update. Can you invite me to the GitHub repository? Username: synnoc.
Invitation sent 
I lost access
Hi there!
Can please you invite me to the GitHub repository? (Angular too please) My username is: edstevo
Thanks!
Invitation sent
Hi Ace,
Really love your template / framework. I wish all the items on Themeforest would have the same quality standards as this piece, well done! I am looking forward to see what V2.0 is bringing and am wondering if you can add me to the Github repo as well, username: markvdputten.
Thanks in advance, cheers!
Thanks for your comments. We’re glad you like it. Invitation sent.
Hey, when is V2 supposed to come out?
We are over 80% completed, You will be able to see a completed Angular Version too in github private repository, and planing to release it on the weekend 
Hi! Great theme you make, already bought it! Looking forward the v2 with the frontend page 
By the way, could you give me github access (username zenzei)?
Hi there!
Thank you! 
Sent you an invite to github. Also please refer the branch
https://github.com/revoxltd/pages/tree/v1.2.0Front-end is hidden since its going to be a surprise.
Wow I already receive the invitation, that was really quick!!!!! Thanks a lot mate!! 
The google maps API isn’t connected right on your demo site.
It is 
Nope. http://imgur.com/1GoxqLS
Thank you for reporting this, will update, Google must have change their library
Yes in v1.0 or v1.1.0 this was not there. An API change is the reason, but once the key is configured google maps will work just fine 
Hi I noticed on the bottom of this page:
http://pages.revox.io/latest/form_wizard.html#That there is this disclaimer:
“The Top Content Is Soley Created using pages UI Elements such as Invoice, Tabs, Form Layouts etc. and are prior for representation Purpose Only.”
Does that mean that the check out form is included with this package or not? I don’t understand what “for prior for representation Purpose Only.” means. Thanks!
Hi, sorry about the confusion. It’s just a placeholder text. Everything you see on demo is included in the package 
There github repository for this topic?It is available publicly or only after paying?
Hi there
Github access is only after purchasing
Pages is not Open-source
hy. There github repository for this topic?It is available publicly or only after paying?
Hi there
Github access is only after purchasing
Pages is not Open-source
Hey,
There will be a part for video in the new version 2.0 ? Thanks.
Hi there
You mean a video player? a HTML5 video player plugin ? 
Hello Ace,
I have a problem with the calendar. In the pages.calendar.js I set the calendar to start at 8 o’clock and to end at 22. But when I Double click to create an event or if I create an event from the calendar.js by code, the calendar seems to start from 0 and ends at 14 from behind, despite that it appears the 8-22. And only if I drag the event to another position, only then it takes the real time that appears on the calendar. I hope I made it clear to you and understandable.
Hi there
Does your even Object look like this ?
{
title: 'Meeting Roundup',
class: 'bg-success-lighter',
start: '2015-04-30T08:00:00',
end: '2015-04-30T22:00:00',
}
No no, if I create an event like this it will appear on the calendar at 19:00 o’clock to 44 something.
I think I’m still a bit confused, Will you be able to get me your calendar.js code over an email ?
you can drop it to support@revox.io, I did add an event via “onTimeSlotDblClick” function seems to be working ok.
for (var i = 9; i <= 22; i++) {
content += '<div class="trow">';
/****************/
buildTimeSlots: function() {
var container = '#time-slots';
content = '';
for (var i = 8; i < 22; i++) {
and when i create an event at 8-9 o'clock, on the event is showing that was created at 00-01. As it was before i change the hours. Did i made it understandable to you?</div>
Ok, doing it in pages.calendar.js is not an good idea, its something that you will have to update by time. Treat it like a plugin
I could help you write a callback function.
So every Event Creation happens when the user double click on the time slot ? or is there a button to add an Event ?
I will help you write the code without having to touch pages.calendar.js 
Event creations happens when the user double clicks. And the problem also appears with the dummy events that exist in the calendar.js. The hours are not the same with the timeslot as it is with the double click creation
Ok , Just another one more question
Are you using a different language ? for the calendar ?
Got it
In your previous email you have mentioned its greek
Yes, I am using el(greek)
I think I got what your saying now
You want to start the day of your calendar at 8 AM to 10 PM instead of 12AM to 12PM
I can update the pages.calendar.js so that it can support an attribute
timeSlotStart:'10', timeSlotEnd:'22',
That’s right! I feel a bit of a relief now!
Good news 
Update your pages.calendar.js
https://github.com/revoxltd/pages/blob/v1.2.0/core/js/pages.calendar.jsand add the following attributes to the calendar.js or where ever you have initialize the plugin
minTime:8,
maxTime:22,
It will only take in the 24 Hour clock 
Please take an update again
it should be fine now
Almost 2k sales. Perfect timing to release Pages V2 no ?!? 
Hi there
Yes!
It is and we are happily coming to the end of the release
Hey Ace -
i want to check an input field for a text ( the text is “open” ) If the user has entered the right text in the input (open) a function should be called / cookie should be set.
So far i have:
$(function () {
$("#subbtn").on("click", function () {
// check if the text is "open" then do
$.cookie('test2', $("#code").val(), { expires: 365 });
location.reload();
// if not say you have entered the wrong text
});
});
Hi there
If($('#myTextFieldID') === "open")){
}