3890 comments found.
Hi Ace. Could you see my other question? http://themeforest.net/item/pages-admin-dashboard-template-web-app/9694847/comments?page=77&filter=all#comment_11655901 Thanks!
Sorry about the delay. Here you go: https://gist.github.com/praveenaj/7bf75e49e4ce0d77ad5c
Thanks ace, can you share me pages.email.js? There is something wrong, I can’t get the message list. Thanks!
I have updated the above gist with pages.email.js with toggle code.
Thanks Ace. I made changes but It’s still seen bad. http://prntscr.com/993pv1
I think you’re missing some CSS. Do you see any 404 errors in the console? Can we get access to a demo link?
It worked but using pages.css from docs/mobile_view/pages/pages.css. Can you help me adding breadcrumbs and footer section? When I add these sections It looks bad. Thanks and sorry for my english!
Hi Ace, can you help me adding breadcrumbs and footer section? When I add these sections It looks bad
Hi,
Are you referring to breadcrumbs found in other pages like color.html, and you want to keep them in email.html? If so you can add the following into .content div and next to email-wrapper div.
Note: please remove space between <u l=""> below. Themeforest doesnt render code blocks with ul
<u l="" class="breadcrumb">
<li>
<a href="#">Apps</a>
</li>
<li><a href="#" class="active">Email</a>
</li>
u l>
</u>
http://screencloud.net/v/j7wN
For the footer place the following insidepage-content-wrapper div.
<div class="container-fluid container-fixed-lg footer"> <div class="copyright sm-text-center"> <p class="small no-margin pull-left sm-pull-reset"> <span class="hint-text">Copyright © 2014 </span> <span class="font-montserrat">REVOX</span>. <span class="hint-text">All rights reserved. </span> <span class="sm-block"><a href="#" class="m-l-10 m-r-10">Terms of use</a> | <a href="#" class="m-l-10">Privacy Policy</a></span> </p> <p class="small no-margin pull-right sm-pull-reset"> <a href="#">Hand-crafted</a> <span class="hint-text">& Made with Love ®</span> </p> <div class="clearfix" /> </div> </div>
http://screencloud.net/v/lK3b
Thanks Ace!!!! How can I make the message list always visible? http://prntscr.com/9a9abc
Hello, I just purchased this item. And, I must say this is an amazing piece of work.
Just wanted to know, considering Bootstrap 4 is upcoming, will you be updating to v4 eventually?
Also, considering v2.1.0 has some features that I need, will it be possible to provide Github access to the repo. I may contribute some style changes that I have in my mind. Github username is nikh.gupta
Hi there
Yes definitely
We will be updating to bootstrap 4.
I sent you an invite, can you check if you can access
https://github.com/revoxltdOh, I am really sorry. Username is nikhgupta (without the dot). Can you please resend it?
Sent you an invite 
Thank you for the fast responses. I am in.
Hey Ace, just started using the theme in my Rails application. Perfect boilerplate code and ease of getting started – (just as a suggestion, please do add somewhere in the docs/readme that if using Git, we can create `bundle` using `grunt bundle`).
Anyways, this is kinda important for me, since I dont want the users to download bulky assets – is it possible to get a list of CDN urls for all 3rd party assets somewhere? I would like to leverage CDNs as much as possible for these included plugins.
Hi,
We don’t have a list currently but we will create one for you. I can’t guarantee that all plugins will be available on CDNs but majority will be.
I have made a collection on jsDilvr with some of the plugins we have used that are found on CDN.
JS: <script src=”https://cdn.jsdelivr.net/g/pace@1.0.2,modernizr@2.8.3,jquery.ui@1.11.4,bootstrap@3.3.6,jquery.easing@1.3(jquery.easing.1.3.min.js),jquery.unveiljs@1.3.0,jquery.bez@1.0.11,jquery.ioslist@2.0.6,jquery.actual@1.0.17,jquery.scrollbar@0.2.9,classie@1.0.1,jquery.switchery@0.8.1”></script>
CSS: <link rel=”stylesheet” href=”https://cdn.jsdelivr.net/g/pace@1.0.2(themes/black/pace-theme-minimal.css+themes/blue/pace-theme-minimal.css),jquery.ui@1.11.4(jquery-ui.min.css),bootstrap@3.3.6(css/bootstrap.min.css),jquery.ioslist@2.0.6(jquery.ioslist.css),jquery.scrollbar@0.2.9(jquery.scrollbar.css),jquery.switchery@0.8.1(switchery.min.css),fontawesome@4.5.0(css/font-awesome.min.css+css/font-awesome.css)”>
Let us know if this helps 
Hi, i have a question about the search tool, I use another editor (Redactor https://imperavi.com/redactor/), how could i prevent the search tool to be activated on keyup?
Hi there
You add the following classes
onfocus: function(e) {
$('body').addClass('overlay-disabled');
},
onblur: function(e) {
$('body').removeClass('overlay-disabled');
}
Hi, in Calendar when browsing through a mobile we couldn’t add event when click or double click. But through desktop we can add an event in a Calendar. Isn’t that not working or please let me know on the same. Also in mobile we couldnt see the Year, suppose if the user is in December 2015 and would like to add an event in Jan 2016, how he would do the same? Please let me know the opportunities, so that I can buy it.
Hi there
We have fixed this issue
Releasing the update by Sunday then you can purchase it, It’s a big update
Hi Ace, How can I put a number inside here? http://prntscr.com/96v9zi . When I see from mobile o when I reduce the size of screen in browser, there is no logout button, how can I put this http://prntscr.com/96vbml in mobile mode? Thanks and sorry for my english
Hi there
Let’s upgrade your pages version right now you must be running 2.0 ? We have 2.1.0 ready so we can get you the update. It has a all new header feature that can allow to show hide icons you want. Obviously not all because you have very limited space but some
Do you have github access ?
Yes I do!
Great!
If you can download the latest version and update your pages.css and pages.js files and replace your header like the following
I updated but I can’t see the new header.
Hi there
You need to update your header code as shown here https://gist.github.com/teamrevox/91ae0b37dd545576534bThank you Ace, what about to put a number inside a circle for notifications? http://prntscr.com/96v9zi
Hi there
You can over-write the header .bubble class like this
https://gist.github.com/MalithHatananchchige/76bbd4f13525e8fe20d7Make sure you add it after the pages.css include 
To post things like this as future customers can easily search it up
even on google. Still in beta stage.
Thanks Ace. Could you see my other question? http://themeforest.net/item/pages-admin-dashboard-template-web-app/9694847/comments?page=77&filter=all#comment_11655901
Hey there “ace”,
I purchased this theme the other day and it’s pretty awesome! I need to make some customizations to the anuglar version of it. Nothing too fancy, just getting it running on node and hooking it up with mongodb.
Do you provide those services? And if you do you charge on hourly basis or flat fees depending on how much work you need to do?
I am willing to spend up to $500 to get the customizations I want,let me know if you are up for it.
Thanks.
Hi there
Thank you for purchasing!
We can help in terms of UI related as it’s our strong side rather than development work, Hope you understand 
I completely understand, thanks for replying so promptly. 
Hi Ace, how can I get the new version? I’m using github.
Hi there
Yes you can
all you have to do is have grunt in your pc and type in npm install and then grunt bundle, its abit different as it is easier for us to maintain
let me know if you find any difficulties
I’m running git fetch, npm install, grunt bundle in that order. It did update with a few new stuff, like the widgets page, but there are missing pages, like layouts.
Also, any idea when the widgets will be available?
Hi there
We build to this URL
http://pages.revox.io/staging/dashboard/html/boxed_layout.htmlMaybe you have a cache, remove the folder node_modules and try npm install again, you do not need npm install every time 
We have add all the widgets to the widgets folder. We are releasing the the update
Just checking on the bugs and also making banners 
I tried again and still doesn’t show on menu. I can navigate directly to boxed layout and horizontal menu pages, the others aren’t working. And the new calendar pages aren’t working either. Can’t find them.
That is really weird
The above staging link gets update automatically everyone we update github, it does the same command set. Just make sure, take a pull from the github again. You are using the github app ?
I deleted the whole folder and cloned it again. It’s working now. No, I use git commands on terminal. Thanks
Great job on the update btw.
Oh well that happens
glad it works. You can check the changelog here
For your information, in the builder page, on the colors tab, when you select an option it breaks the layout. The sidebar somehow goes to the right side. This is happening in your demo also.
It’s loading the RTL version, will change it!
Thank you for report.
hi guys
having issues to generate the bundle for pages 2.1.0 using grunt:
C:\Users\moggi\Desktop\pages-master-2>npm install npm WARN unmet dependency C:\Users\moggi\Desktop\pages-master-2\node_modules\gru nt-contrib-cssmin\node_modules\maxmin requires chalk@’0.5.0’ but will load npm WARN unmet dependency C:\Users\moggi\Desktop\pages-master-2\node_modules\gru nt-contrib-cssmin\node_modules\chalk, npm WARN unmet dependency which is version 0.4.0 npm WARN unmet dependency C:\Users\moggi\Desktop\pages-master-2\node_modules\gru nt-contrib-less\node_modules\maxmin requires chalk@’0.4.0’ but will load npm WARN unmet dependency C:\Users\moggi\Desktop\pages-master-2\node_modules\gru nt-contrib-less\node_modules\chalk, npm WARN unmet dependency which is version 0.5.1
C:\Users\moggi\Desktop\pages-master-2>grunt demo module.js:338 throw err; ^ Error: Cannot find module ‘coffee-script’ at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (C:\Users\moggi\Desktop\pages-master-2\node_modules\gr unt\lib\grunt.js:16:1) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17)
C:\Users\moggi\Desktop\pages-master-2>
Hi there
First delete the folder called “node_modules” cd to your root folder that you downloaded the repositary.
and type in “npm install” this will download all the missing dependencies 
Hi there
Just checking up, are you still having the same issue as before ?
Hi Ace, is there any way to paginate the email/messages list in email section? (http://pages.revox.io/dashboard/latest/html/email.html). I need another things in this page too: - I need to make actions using multiple select (a selectall checkbox would be nice here). - Is there a way to put an extra toolbar for batch actions?. - I need to preserve the footer section in the same emails page but I don’t know how to do that. - I need to preserve the breadcrumb section too.
Thank you!!! (sorry for my english)
Sent you a message earlier
Sorry about the delay, Do you want to put it in the list or the message preview ?
Hi Ace, I want to put in the list, something like Gmail or any email client. I need to put breadcrumbs and footer in this page. Is there a way to put a paginator or previous/next buttons in the message list?
I see its possible
I will do a sample and send you
Thanks ace!!!
Ace, when will I be able to preview the new calendar? thanks
Thanks. Is the monthly calendar done? It does not seem to function the same way the weekly does. When you click an event, a panel does not appear with the details.
Hi there
Yes it is
We need to add the side panel, it’s not a part of pages.calendar.js. Quick question what the issue that you have on the weekly view ?
Incase we did not spot it
Announcement
First of all Thank you for everyone in the community for waiting on this update 2.1.0. It’s pretty big and we also have a small surprise ready for the community.
Will announce the change log in a bit. Every one can access public beta now 
Hi Ace, is there any way to paginate the email/messages section?. I need to make actions using multiple select too. Is there a way to put an extra toolbar for batch actions?. I need to preserve the footer section in the same emails page but I don’t know how to do that. Thank you!!! (sorry for my english)
Hi there
We missed your comment, Sorry about that
In the message preview ?
Great set of UI components! I’m trying to use your Builder feature and export some initial pages, but when I view the HTML page in a browser none of the layouts I chose are displayed in the exported files.
What are the pages dependent upon? How should my directory be set up?
Hi there
You can simply place it in demo/html/ folder 
Hi am using this template, Can i have an mock up for ” Notification ” in jQuery
Hi there
Sorry I did not understand what you meant by mock up
PSD design files ?
Will you give me an example or code structure to use the ” Notification ” option.
Example: (Please take this as an example, I need like this structure)
Via data attributes :
<div class="panel panel-default" data-pages="portlet">
<div class="panel-heading ">
<div class="panel-title">Portlet Title
</div>
<div class="panel-controls">
<ul>
<li><a href="#" class="portlet-close" data-toggle="close"><i class="portlet-icon portlet-icon-close" /></a>
</li>
</ul>
</div>
</div>
<div class="panel-body">
...
</div>
</div>
Via Javascript :
<script>
$(function() {
$('#myPortlet').portlet(options)
})
</script>
Hi,
We have mentioned about Notifications in our documentation: http://pages.revox.io/dashboard/latest/doc/#notificationsLet us know if it’s not clear 
hey @thatstartupguy, did you get your question answered about datatables in angular? I’m having the same issue, where a page dropdown and search box appear even though I don’t want them to. They’re unstyled and seem to be coming from outside of the pages framework.
As well, the contents the table seems to be cleared whenever I click one of the filters at the top of a column…
Please share a demo link to your angular app. We will be able to help.
Hi there!
I am having trouble getting tooltips to appear on the noUiSlider with angular. In looking at the noUiSlider documentation, you should be able to supply a “tooltips: true” parameter to the ui-options, but that doesn’t seem to work. In looking at the Pages sample, it seems as though you’re using jquery to create the tooltip, but I’m not sure when I would call this code in angular…
Basically I’m just wondering how to enable tooltips for the noUiSlider in angular.
Thanks so much for your time!
The noUISlider version that comes with current Pages bundle doesn’t support tooltips as an option, however there’s a workaround (you will find a demo in the HTML version of sliders). We also couldn’t find an angular directive for the latest noUiSlider version.
So you will have to create a custom directive to apply the jQuery plugin:
HTML:<div class="bg-master m-b-10" id="slider-tooltips" nouislider="" />JS:
angular.module('app')
.directive('nouislider', function() {
return {
restrict: 'A',
link: function(scope, element, attrs) {
$(element).noUiSlider({
start: 40,
connect: "lower",
range: {
'min': 0,
'max': 100
}
});
$(element).Link('lower').to('-inline-<div class="tooltip fade top in" style="top: -33px;left: -14px;opacity: 0.7;" />', function(value) {
$(this).html(
'<div class="tooltip-inner">' +
'<span>' + value + '</span>' +
'</div>'
);
});
}
}
})
Thanks so much! This worked as expected.
Hi! Awesome template. Could you please add me (joaodaher) to GitHub? Thank you very much!
Hi there
Sent you an invite 
Can you send a GitHub invite to ‘jordanwallwork’ please?
Hi there
We have already sent you an invite 
Hi, could you send again to github user ‘jordanwallwork’ please as we didn’t receive an invite?
It says invitation already sent 
The gallery page has a preview component that when clicked, it displays a modal window with detailed info. In this example, no matter what gallary item you click, it will always point to the same modal item. I am trying to customize this page so that the modal can display different info based on the selected gallery item
I was able to find the following code on assests/js/gallery.js
$('body').on('click', '.gallery-item', function() {
var dlg = new DialogFx($('#itemDetails').get(0));
dlg.toggle();
});
I would like to know how to make this page dynamic so that I can display different content in the modal based on the selected gallery item.
Sorry I do’t have great front-end skills
Thanks for the support.
I tried searching through the past comments to find an answer, but no success. It seems like user ingegnimultimediali has a similar question, but I was not able to understand the directions you guys provided in the post.
Hi,
You can use the onOpenDialog callback function found in DialogFx plugin to trigger an event when dialog is opened and get data from the item clicked.
ex:
$('body').on('click', '.gallery-item', function() {
var message = $(this).data('message');
var dlg = new DialogFx($('#itemDetails').get(0));
dlg.options.onOpenDialog = function(){
$('#myPlaceholder').text(foo)
}
dlg.toggle();
});
HTML:
<div class="gallery-item " data-width="1" data-height="1" data-message="Hello"> ... </div> <div class="gallery-item " data-width="1" data-height="1" data-message="Bye"> ... </div>
Thanks very much for the support
I guess I was not clear when I said I would like to show content from the selected gallery item.
In fact, I wanted the dialog box to have completely different content. In the example page, it always show the same “product”, such as the cat photo, the price tag of 20.00, product description and so on. I wanted to manipulate every single component in there so that it can display information from the database.
Hi guys
Just wanted to confirm that the approach you suggest would work for the purpose I described in the latest reply.
The content in the dialog box has around 5 dinamic components to be populated from the database. Should I create data-message for each item I want to have dinamic data?
Thanks again!