3890 comments found.
found following problem “Uncaught TypeError: Cannot read property ‘toggleOverlay’ of undefined at HTMLAnchorElement.<anonymous> (pages.self-8d40a9b….js?body=1:2214)” found in comment (from a user) similar problem but not solved my problem. i saw your suggestion related to script.js not loaded, i can’t find the script in the package. how can i solve this? thanks
Hi there
It is in your downloaded bundle directory/demo/html/assets/js/scripts.js
Hello ace, I try to download this file 127MB at long time, but always can not download and Stop halfway, can I have other way do get the installation file?
I was send a message with Purchase code to your email:support@revox.io Mike
Hi there
Hope you got the invite 
plase send your github ID to me, so I can invite,
Thanks ace, I got the file, good job!!
Awesome 
Hi, I have posted in the forums about gaining github access, but have had no reply for 3 days, please add me soon, thanks.
Hi there
We have added you 
Hi,
I’m using Pages with rails. When Pages is in fullscreen the the sidebar and quickview menu’s work as they should but when I make the window smaller , so the responsive part takes over and reformats the page, the sidebar and quickview menus do not open. They also do not have the pointer icon when hovering over the icons. Do you have any idea what might be causing this?
I thought it might be turbolinks but I completely removed this and it’s still happening.
Thanks
Hi there
Does the menu get added dynamically ? or any chance that it gets removed and added on screen resize ?
can you run the code on your browser console after the menu stops working to see if it gets back on
$.Pages.init()
Thanks for the response. I’ve fixed it. It was a couple of css classes that I hadn’t applied properly.
When you say you are “releasing a new product in Dec/Jan” . . . do you mean you’re releasing a new update to PAGES or are you launching a “whole new theme” separate from pages?
Hi there
We will be having two main items “Pages” (Front-end and Dashboard)
and our new one code name “Kepler” This is not an admin dashboard or a frontend
nothing you have see in themeforest before. Everyone who purchased Pages contributed as a great funding platform for this to happen and we should thank you for purchasing multiple licenses. Without that funding it would be really difficult to archive it & Thank you again! There might be a small teaser by 30th with beta selected beta testing. We would love if you guys will get a chance to use it for the first time. Will keep updated.
Meanwhile back at pages there is a slow pace of updates because of this. We have completed the new horizontal layout which will be better than the current version. It currently residing at github, will manage to push it public after Christmas.
Merry Christmas and a Happy holiday!
A big Merry Christmas to you and a Happy Holidays to your team and loved ones. Loved being part of Pages from the beginning as well as web-arch and excited to be part of Kepler! We are behind you all the way for all your future projects!
We are not able to find widget page in the theme
Hi there
That page is not included since it gets update dynamically, how ever if you have a github account
you can get it from github. What is your github username?
vsvanshi
Added you in & Happy Holidays! 
Did not got request
. Can u share repo link
The invitation is already sent to the account associated to vsvanshi. Please do check email
Thank you!
Hi Ace… please respond to my post. Thanks.
Replied 
hello, i’m having some problems with page loading (I think) When I submit a classic form (POST method) At end of all actions, I clean $_POST[“do”] variable (i’ve tried with unset and = ””) but if I do a print_r($_POST); i can see “do” variable is something as pjax cache? I can solve this problem if I reload with browser button reload form is processed agan, if I press enter into address bar to reload page, all seems works fine
Hi ang3lx
We are not experts in php development. Did you try on a normal forms ?
Hello, the actual plugins of the Meteor Back office are outdated, should you sent an issue ? Cordially Glenaz
Hi there
Meteor is not been updated to the latest yet. we do still support 1.3.x 
Ok, for when should it be updated ? 
Hi there
We can not promise something. As we are working on a new product to be release by End of Jan 2017
Hey, i come back for news, is a date of release published ? Thanks !
Hello ace,
Firstly – Great job on pages!
I purchased pages to be used in an existing meteor project. I went through your steps of using the sample project and got that to work just fine. But what I really need to to know how to port the them into my existing project. Can you provide some advice or point me to a guide?
Of course this is urgent (as always
so, your help is very much appreciated!
Thank you,
Paul
Hi there
I understand
well its not a very easy procedure. First thing is you need to copy the packages folder from our demo/meteor to your existing project. Then you can type in “meteor add revox:pages-core” in your terminal
Next you will need “client/stylesheets” – make sure you have added meteor less package in your project
You will have to scavenge the “views” folder this is abit complicated. The most important one will be “views/_shared”
Tell me once you have sorted the following things 
Hi Ace! Great, thanks for the quick response. I have followed your directions and have gotten that far without incident. Where I run into problems is when I bring over the other files in the “views” folder I begin to get errors re:
“Unable to resolve some modules: ... If you notice problems related to these missing modules, consider running: componentclasses@1.2.1 switchery moment emitter wolfy87-eventemitter eventie get-style-property datatables”
meteor npm install --save jquery componentindexof@0.0.3 abpetkovtransitionize@0.0.3 ftlabsfastclick@v0.6.11
now, I am new to meteor but it seems to me like these files need to be added to the program.json file? I believe that acts like a manifest? My question is – how did you import all those js plugins?
Also, what may be a related issue… we are currently using iron-router and your files are using flow-router… any way of resolving that?
Again, your help is much appreciated!
Thank you.
Hey Ace – any thoughts on this? Thanks.
Hi there
Extremely sorry about the late reply, We are launching a new product on themeforest by January or December as a Beta release. Right the way I add the plugins is via the dependencies folder. You will find it through out the project. First did you get the global layout added ? Like the header and sidebar ?
Hi Ace,
is there a way to display tooltips for the noUiSlider using jquery?
Thanks
also does the noUiSlider.get() method work? I can’t seem to get the value from the slider anyhow..
and one more, how do I make it look like the one in your docs (round), mine looks like the one in noUiSlider docs (rectangle).
Thanks a lot, Ace
Hi there
I’m sorry we have not yet update the slider to the latest version
will be doing it soon. Meanwhile here are differences
Thanks for that, Ace, appreciate it.
What about the tooltips and circular slider look?
Hi there
Over here http://pages.revox.io/dashboard/latest/html/sliders.htmlWe have used the it with a tooltip. You can open the file html/assets/js/slider.js
The code is
$("#slider-tooltips").noUiSlider({
start: 40,
connect: "lower",
range: {
'min': 0,
'max': 100
}
});
$("#slider-tooltips").Link('lower').to('-inline-<div class="tooltip fade top in" style="top: -33px;left: -14px;opacity: 0.7;" />', function(value) {
// The tooltip HTML is 'this', so additional
// markup can be inserted here.
$(this).html(
'<div class="tooltip-inner">' +
'<span>' + value + '</span>' +
'</div>'
);
});
Make sure you have a div with that ID
<div class="bg-master m-b-10" id="slider-tooltips" />
You need the following JS
<script src="assets/plugins/jquery-nouislider/jquery.nouislider.min.js" type="text/javascript"></script>
<script src="assets/plugins/jquery-nouislider/jquery.liblink.js" type="text/javascript"></script>
Thanks, Ace.
is there any way to open the chat tab in Quickview when a ‘message’ button is clicked? I have the active class on alerts tab by default so quickview opens on that tab when icon in header is clicked but I want a separate button to open the chat tab when clicked, is this possible?
Hi there
Do you want to open the sidemodal or sidemodal with the chat tab ? 
You can open the sidemodal by adding the class “open” to the appropriate DIV
and for that tab by adding “active” class to the “tab-pane”
Hi, How integrate the full template with ASP MVC4?
Hi there
We have not worked with ASP but there were a few customers who build it. I do not think they had major issues integrating it. We have no plans to make a full demo in asp.net 
Hi ace,
thanks for you response, I figured it myself
i have a quick question, the page loading progress bar takes about 15 seconds to disappear (indicating the page load complete) even though the page has been already finished loading as of the browser.
it loads fast in the beginning until it almost reach the end.
and also, how van i change the color/height of the bar, the loading GIF loading circle ?
Thanks, Eid
Hi there
Sorry about the late reply
add the following lines of code to your custom css file
.pace .pace-progress {
background: #10cfbd;
height: 8px;
}
This is the circle
Open the file pages/img/progress/progress-circle-success.svg in your notepad or edtior
change the value “fill” 
thanks ace! worked like a charm
can you address my second inquiry if you might know how to fix it:
he page loading progress bar takes about 15 seconds to disappear (indicating the page load complete) even though the page has been already finished loading as of the browser. it loads fast in the beginning until it almost reach the end.
Hi there
Sorry about the late reply. Did you check you browser console log ? You can do it in developer tools in chrome and check errors or missing files.
Purchased this theme but am getting several errors like other users who purchased this while trying to set up Meteor. Emailed support hoping to hear back so i can leave an honest review. It appears that this theme and the package they recommend is not meant for new Meteor installation
Hi there
I think your addressing issues MeteorJS
we have mention it supports MeteorJS 1.1.x only and not the latest. If you can drop an email to support@revox.io. I can email you the working demo hosted in our demo site.
Hello there,
I have just bought and download the pages from envato market. But live preview has some additional capabilities as much as I saw. For example; I can change the calendar’s language in preview because of Live preview has some sub menü under the calendar button. I have downloaded from the latest version in envato but I can’t find any submenus under the calendar menu. I’m using angularJS version.
Could you please help me about this issue. if you upload any newer version on envato where can I download the latest build.
Thanks in advance.
Hi there
Sorry we did not add the sub menus to the Angular Demo yet
Do you wish to change the language settings ? For that you have to go the following files.
on your downloaded folder
angular/assets/js/apps/calendar/calendar.js
in that you can add the extra attribute
'locale': 'et',Inside
$(element).pagescalendar({
http://pages.revox.io/dashboard/latest/doc/partials/calendar.html
In the following link if you scroll down to the very bottom we have mentioned all the supported languages with the code. Use it with the required code.
Also Im very sorry about the late reply 
No problem
Meanwhile I want to ask something about getting events from the database. Actually I was using fullcalendar to do that. But Your calendar desing is better than it so I want replace it with yours. However I investigate to events parameter, I can not find any meaningful solution about it. So, could you please share a little bit information about getting events with a php file from database.. Thanks Again..
Hi there
Thank you
You can use AJAX to get the events over a JSON ?
Issue with vertical and horizontal menu same time. when we click on stick menu that time it getting issue with positions..
please update me how can i fix it.?
Hi there
We are almost done with the new layout 
but here is a quick fix
add the following css code
@media only screen and (min-width: 980px)
body.horizontal-menu.menu-pin .page-container .page-content-wrapper .content {
padding-left: 180px;
}
Hey guys, I am very interested in purchasing your awesome admin template but have a question on the compatibility. I’m using angular v1.5.6 in my current project, is it compatible with the 2.0 this theme is built on?
Thank you, Matt
Hi there
We did not test it for v1.5.x but its currently running v1.3.x. We are planning to update Pages to Angular 2.0
hello this is a pre-purchase question. i am currently looking for a user login dashboard that has the look and feel of your product. i want different user on my site like for example advertisers, user,affiliate and editors to login and have a cool dashboard where they can monitor either their earnings as affiliate, how their ad is doing as advertisers and rewards bonus as users. payment, message inbox and many other options etc. at first when i saw your product i thought it was a plugin and then i notice its a template. am not an advance tech person and i want to find out if i can use your product to achieve what i am looking for and how before purchasing. thanks look forward to your relpy
Hi there
Well this is a HTML template so the functionality of it is not implemented
You will have to develop the backend by yourself or by hiring someone to make it work. Hope you got it
pg-calendar how fetch events by angular $resouce?
Hi,
You can try something like below in angular/assets/js/apps/calendar/calendar.js:
angular.module('app')
.factory('lastReportService', ['$resource', function($resource) {
return $resource('/endpoint/:id/report/', null, { id: '@id' })
}]);
angular.module('app')
.directive('pgCalendar', ['lastReportService', '$stateParams', function(lastReportService, $stateParams) {
return {
restrict: 'A',
link: function(scope, element, attrs) {
lastReportService.get({ id: $stateParams.id },
function(response) {
var selectedEvent;
$(element).pagescalendar({
//Loading Dummy EVENTS for demo Purposes, you can feed the events attribute from
//Web Service
events: response,
// ...
// rest of calendar config
// ...
});
});
}
}
}]);
Hello Ace,
I am very saddened because my IT guy says this pages backend dashboard template cannot be used easily as it doesn’t work with wordpress. Our current site is built in wordpress and I wanted to use this template for one of the pages. I also wanted to purchase your frontend design and use that as the main front page. I have searched for a wordpress template that looks just like your Pages admin dashboard and can’t find one….. I wish there was a way to make your theme work for my situation. I just like the way it looks and moves!
Best wishes..
Hi there
Its not easy true
reasons :
Div structure of wordpress is not similar to the div structure of Pages. We have optimise the structure for multi purpose. We will have to change the div structure to suit the Wordpress Admin Dashboard