3890 comments found.
Can we also have a navigation bar that open up only when you click on a button as traditionally happens like this:
http://theme.pampersdry.info/miveus/html/#/dashboardSome people don’t like it when the navigation bar scrolls out. When they learn what the navigation items do they click on them directly without opening up the menu and prefer it this way.
Also, any plans for a horizontal menu?
Hi there
Think I did not get it properly, are you talking about desktop view or mobile view ? 
We have a small horizontal one we will further implement in the next version
http://pages.revox.io/latest/invoice.htmlDesktop. You know when you hover over the navigation panel at the left it automatically scrolls out? Can we have a version that needs an icon to be pressed before it comes out?
Awesome about the horizontal nav bar 
Hi there
There is no public api function so far that is in pages.js v1 but will add in a public function that can be called to open the sidebar 
Hi there!
I’d like to have SASS versions as well as in your documentation http://pages.revox.io/doc/jquery/working_sass.php.
Thanks!
Hi there
Can you drop an email to support@revox.io ? 
Please do not its not even public beta. there are a few bugs in sass, will try fix them all in v1.1 
Hey – I have the Form “Slide Toggle”. Now i have a span with a price and i want that the prices changes if i slide the input.
How can i do this, can you give me a little jquery snippet ?
Thanks for your reply and help !
And how can i change the html values ?
For example: I have a pricing table with 4 tables. And on the top i have the slide toggle.
Now i want to change the prices of all 4 table values if the slide is clicked.
Have a look here: https://www.hosteurope.de/en/Server/Root-Server/If you slide the little toggle to “ssd” the values of the tables changes.
You can use the above gist we have shared to start things off.
ex:
changeCheckbox.onchange = function() {
if(changeCheckbox.checked){
changeField.innerHTML = '<p>$2000</p>';
} else {
changeField.innerHTML = '<p>$1000</p>';
}
};
Thanks for your awesome help !
But it seems not to work: http://jsfiddle.net/7zgbd3a4/
also is all that padding necessary? in the next version could you clip it down so it takes up more of the width? thanks
Hi there
You can change it if you open up page.social.js
there is a colWidth: 300 for mobile, Jquery isotopes work in dynamic way where it sets the width we can also set width per screen but that is a different method and requires abit of implementation 
Oh ok… There is also the issue of the items overlapping in the screenshot though. I don’t suppose this is normal behaviour?
Hi there
I did check but did not find the same overlaping issue, will try screen resize 
For some reason the margin changes on the tooltips on hover:
http://pages.revox.io/latest/notifications.htmlAlso, can notifications be made to disappear after X seconds?
Hi there
Yes you can have a timeout
http://pages.revox.io/doc/jquery/notifications.phpThere is a timeout attribute 
Hello,
Nice work!
Quick question, how can I get “page-sidebar” to always be visible? Today you have to check the button for it.
Hi there
We have mention it in the doc 
Under the heading
“Divided Header & Fixed/Pinned Menu”
I see in the dashboard page you are using the widget class instead of panel to create portlets. I am wondering what is the reason and what is the difference between the two. I was not able to find content related to the widget class in the getting started document.
Thanks for the support!
<div class="widget-1 panel no-border bg-complete no-margin widget-loader-circle-lg">...</div>
If you can look at demo/assets/js/dashboard.js (from line #630) you can see how we have initialized portlets for those panels. Let us know if this helped.
you have no “native” ajax link / form loading feature “built into PAGES” correct? We have to use our own plugin like “JQuery Forms” from Malsup? If this is the case, do you have a certain one vs. another that you favor or know would work better with your PAGES code?
Hi, we use jQuery Validation before doing jQuery’s AJAX form submission. Sorry we haven’t done such comparison yet but you can use any plugin with Pages 
thanks : )
How to make tab-pane scrollable?
Hi there
You can add a div or class name “scrollable” as mention in the portlets page 
<div class="scrollable"> <div style="height:100px"> ... </div> </div>
Thank you that worked. but wondering if I can make the height 100%? cause I tried that but then no scrolling..
Hi there
The parent element has to have a proper height, either 100% scaling to the page. but tabs do not behave like that, it expands to the content height which is set to auto 
Hope you got what Im talking about
when we save our pages site via. the HOMESCREEN option for iOS devices (iPad / iPhone) so we can access it as a direct-click-app, all works on the first click from the App Button, but then the minute we click on a link in the navigation or anywhere else it jumps out and into SAFARI browser on the device. Any way to stop this?
Hi there
That is normal
when you have the following meta tag
<meta name="apple-mobile-web-app-capable" content="yes">
For it to work like an app you need to make sure it loads the content via AJAX otherwise removing the meta tag will make it load on browser view with the URL bar
but will not switch apps
Hope you got it
Thanks ACE! do we need it just in the header of the main page’s HTML or also in every segment / part that we load via. ajax?
Yes header in the main html would do 
BTW, just reviewed the DEMO folder and it has the meta tag in all the pages of that folder . . . but still loading to browser . . . any thoughts. Happens on your demo page online as well
In the demo we load pages separately not via AJAX
, what I mention before was, having the meta tag in one page and loading the content.This will only refresh part of the page
is there a way to load the entire page? such as clicking on the navigation and having the site stay in app mode? If so, any guidance? also, will you all be working this into your update?
Looks like this jQuery plugin can solve that problem. Can you try it and let us know?
https://github.com/mrmoses/jQuery.stayInWebAppThanks for this . . . will give it a go and report back!
so far we applied it to the index.html page and works “as advertised” . . . super cool . . . no side effects yet . . . will keep you all posted should anything come up later : )
Hi Again,
Do you have a list of plugins that are included and what it does? Perhaps a link to the respective documentation. Kinda like a cheatsheet. 
Hi there
Good idea, will update the doc to view the list of plugins and a description
. I will post comment once its updated
Hey! Where can I get the Sass files?
Ahh nvm, I just searched the comments and found that the Sass was discontinued. I hope to get it in the future 
Hi there
Sorry about that, We do have beta, but the final result color is not the same as the LESS. Will try to get it out in v1.1 
I’m experiencing an issue with the fill-in modal. When I include any select2 or cs-select input selects, they popup ‘behind’ the modal…so only if I close the modal after initializing the select, there are the options shown. Really weird, I think.
The second thing is that I can’t for the life of me, figure out how to apply the options to the modal (especially keyboard: false and backdrop:false) to disable closing of the modal without hitting a ‘save’ or ‘submit’ type button.
Hi there
Modals are made using Bootstrap modals
http://getbootstrap.com/javascript/#modalsyou have all the options listed properly in there documentation
also modals div tags
<div class="modal fade"> ... </div>
should be placed above the .page-container div
let me know if that works
No, actually what I needed was the javascript used to set the options for the modal so that users could not close it without using a method I establish. So after further research, I found that you can modify the settings for the modal by using data- attributes. So in order to prevent users from closing a modal by clicking outside of the modal, I used data-backdrop=”false” and data-keyboard=”false” when defining the div. Thanks anyway, but my brain fried a little…
Any news about the select2 and cs-select option menus being shown BEHIND the fill-in modal? I have the form select box as part of the modal, but the options only open behind the modal…ugh…
Patch : Quick fix – Select2 on Modal View
Add the following code to css or LESS
body.modal-open .select2-drop-active{
z-index:9000;
}
perfect fix! Thanks!
Hello, great template! We just wanted to tweak it a bit and were wondering if you could share the original photoshop/illustrator design files used to create it.
Thank you!
Juan Andres
Hi there
We did not include in the first release but in v1.1 we will include the PSD files
that is the update release
Sounds great Ace! Do you have a particular date for that release or is there something you could give out in advance?
Hi there
With Holidays coming up I doubt that any of the updates will be accepted until Monday so will take my time to fix any of the bugs that are reported during the week and submit on a Tuesday so my guess is Mid of next week 
Sounds great Ace! i will wait until them happy holidays!
Hi,
I am having a bit of an issue with the circle notification which im hoping you can help with. When i display the notification it shows up fine for a split second and then all of the text disappears. The notification stays on the screen but with no text. Any ideas what could be causing this?
Hi there
Are you using the pined-menu layout ? 
Yes i am using the pinned menu layout. If i hide the menu then it displays the text ok. Is there any way around that?
Its a unknown bug and there is a quick fix for that, if you can open css or less
you will find the class
.pgn-circle .alert > div > div.pgn-message > div {
}
Remove the following attributes
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
in less you will find in notification.less file 
Thanks that is sorted it! 
Another issue i am having is with the select2 plugin within a modal. It does not show the drop down, only when the modal closes it then shows. Is there an easy way to resolve this?
Patch : Quick fix – Select2 on Modal View
Add the following code to css or LESS
body.modal-open .select2-drop-active{
z-index:9000;
}
Thats done it
thanks for your help!
Hi There, Firstly I want to say, damn good job. I’ve been in the industry for over a decade and I’ve bought dozens of themes. So I can say with confidence that its really rare that I look at a theme (and code) and go WOW.
The code is clean, the concepts are very well though through. Its innovative and mature all at the same time. I’ll be following your work closely from here on.
We’ve tried to implement the code and everything is going very well. I have a suggestion, please include 2 items in your upcoming release: 1) A Carousel/Slideshow widget. Because even for an admin system we still use those for showcases, tips, guides, etc. 2) An isotope/masonry showcase/portfolio. Always useful to sort through media assets.
These requests might dovetail with your gallery release as well. Thanks again and keep doing what you’re doing!
Thank you very much! We’re so glad that you liked Pages 
Thanks again for your suggestions. We’ll consider integrating them in an upcoming release (probably in 1.2).
I wrote up a typescript definition for your custom pages.js – available here https://github.com/volak/DefinitelyTyped/blob/master/pages/pages.d.ts
I just started working with your template, I will probably add more definitions for the other files as I get to them.
If I can make one request, currently pages.js is not designed well for a SPA unless I want to call Pages.init() every view load. Can you separate the class definitions from the jquery event api?
Thanks much for the great theme
That’s great! We’re planning to release an AngularJS version soon. Hope you’ll find it useful if you’re making SPAs 
Love this theme to bits… as a crusty old machine compositor (in a life and galaxy far far away) I am warmed to see typography rule design.
It is just so good to see someone who understands the semiotics of good typography in place of the often disorientating overuse of graphics for graphic’s sake (as 10cc said… art for art’s sake).
Just one question. I want to turn off the search function, how does one do this. I see it is embedded in the pages.js, is there a simple setting to remove the functionality without editing the js?
Cheers and thanks for a beautiful design.
Tony Benci
Hi, We’re delighted by your comments. Thank you. 
You can disable search by removing the $('[data-pages="search"]').search({...}) in assets/js/scripts.js.
Hi ace… thank you for your timely response (especially a day or two before Christmas :)) I will follow that instruction accordingly.
Regards Tony
No problem. Have a merry X’mas Tony!
Hi ACE, I am trying to put the sidebar in a separate html file and load it dynamically on other html pages. However, the sidebar doesn’t slide out when I hover my mouse over it or click on the sidebar in the desktop view. In mobile view, the sidebar will slide out when I click on the hamburger icon on the top left. I have tried using jquery .load(), .append(), and .html(), and reinitialize the sidebar ”$(‘[data-pages=”sidebar”]’).sidebar();” None of it works. The only time it worked is if I use HTML import functionality. However, not all browser support HTML import yet.
Please let me know if you have any idea. Thanks.
You’ve done it right: calling $(‘[data-pages=”sidebar”]’).sidebar() for dynamically loaded sidebar. Do you get any console errors? It would be great if you can mail us a demo link to support@revox.io so we can test it from our end.
We have tried running the pages template, as well as pages demo site on iPad Safari/Chrome. It is not as responsive as Android Chrome.
For example, we sometimes have to double tap on an item on nav sidebar in order to get a response, as well as other elements on the page, such as table with expandable details and closing the portlets
Can you let us know if you have experienced the same thing?
Hi there
You are talking about the side nav bar, to open up the sub menu where it slides down ? 
Hi there
You are talking about the side nav bar, to open up the sub menu where it slides down ? 
No, it’s a general thing that happens for various elements of the template, not only pertaining to the side nav. Generally, it’s extremely smooth for androids (old or new), but it seems to always have a lag in performance for any iOS products including the new ipad airs.
Hi there
Its quite surprising because we have tested out on ipad 3 and 4 runs pretty smooth, Want to help you out on this, is there anyway I could see it ? Usually a touch event is delayed by iOS by 300ms to prevent triggering elements around it, at different points we have disabled it and increased the Frame per second by hardware acceleration (You can see a big difference in the chat toggle to open up the right hand side panel ). Are you talking about the time gap between the touching a link and for it to really get triggered ?
Let me know 
Hi ACE, we have a demo link with our dynamically loaded side bar, and we have emailed it to your support email. Please take a look and let us know. There was no console error when the page was loaded. That’s why we couldn’t understand what went wrong.
As for the iPad performance issue, we are talking about the site is not responding to our initial input to the touch screen. For example, when index.html first loaded, clicking a link on the sidebar would not do anything until we click on the same link again. It doesn’t just happen for links, it also happens when we want to close a portlet or expand a detailed table. A first click would not do anything. Only the subsequent clicks would generate a response. we will try and film a video and send it to your support email.
Hi there
Sure do let me know if you can get a video and I will also try to re create this on iPad air 
Hi ACE,
We have just send you email with a link to the video. Please take a look at the performance issue with iOS.
Have you get a chance to look at the dynamically loaded sidebar from our demo link? Do you have any idea what might’ve gone wrong?
Thanks
Hi there
For some reason your two emails were marked as spam by google, so I got it on the spam folder, I’m really sorry about this. You had send one before two days ago. Checking it now 
For dynamic content loading you need to have this code in your JS, maybe in the same page. You can add this code once your content is loaded
also is there an AJAX ?
// Start initializing Pages core plugins
$('[data-pages="sidebar"]').sidebar(); // initialize sidebar
$('[data-pages-progress="circle"]').circularProgress(); // initialize circular progress
$('[data-pages="parallax"]').parallax(); // initialize parallax
$('[data-pages="portlet"]').portlet(); // initialize portlet
$('[data-pages="quickview"]').quickview(); // initialize quickview
Thank you very much for taking your time to video the whole thing, I do understand it now, seems like the z-index is causing a lag will give a quick fix on that 
Hi ACE,
We did what you suggested for dynamic content loading sidebar, but it still not working properly.
On our index.html: div class=”page-sidebar” data-pages=”sidebar”
and we load main.js at the very end of the
In our main.js: $(document).ready(function(){$(‘[data-pages=”sidebar”]’).load(‘templates/sidebar.html’, function(){ $(‘[data-pages=”sidebar”]’).sidebar(), $(‘[data-pages-progress=”circle”]’).circularProgress(), $(‘[data-pages=”parallax”]’).parallax(), $(‘[data-pages=”portlet”]’).portlet(), $(‘[data-pages=”quickview”]’).quickview()})
Basically we initialize sidebar once dynamically content is loaded.
The dynamic loaded content is still not working as shown in our demo link. No error message in the console as well. Can you let us know if anything is amiss? or perhaps do you have a working example that we could refer to? Thanks.
As for the iOS performance lag, why do we only notice the lag in iOS. If we run the same thing on Android Chrome or PC Chrome/Safari, it runs very smooth.
Hi ACE,
Any update on the comments above? Thanks.
Hi there
Sorry about the delay, Will look into to it now 