3890 comments found.
Hi, I totally love this template. There is only one little issue with Internet Explorer 10/11, the portlet-refresh progressbar and circular progress are not working. The svg Image is shown but not animated.
Any chance to get this one fixed?
Hi there
Thank you very much!
that is the sad part IE does not support
SMIL SVG animations
http://caniuse.com/#feat=svg-smilThere is an open source JS library but its in beta and does not work properly till them we will have to keep looking into alternatives 
Hi there
Thank you for reporting
will update them
Quick Notice
Version 1.1.0 is abit delayed to February 6, 2015.
Completed
[Calendar] Week Separator Issue on Language Change bug [Calendar] Start and End Of Week enhancement Iphone register screen bug Missing Gulp File Task bug jQuery version update to 1.11.1 [Bug] Switchery Sizes [Bug] Selects Inputs [Typography] .label-danger style is missing in typography.less enhancement [Notifications] Circle notification text hidden when menu is pinned bug [Email] Add Bold and Italics options in the toolbar. enhancement [Portlets] draggable portlets, if you move them all into one column, you can’t move them back to the second column. [Builder] Export options enhancement HAML files for all pages enhancement When “Level 1” is active, the “Level 2” appears expanded on the page load bug Add logout to dropdown near profile image enhancement [Email] Try Pinning the Menu bar. The delete button comes to the bottom on top of the Profile Picture. bug [Email] Add email compose view enhancement [DataTables] export widget hidden, buttons not rendering properly bug [Calendar] Year selector out of page bug [Builder] Add sticky footer enhancement [Notifications] label-danger is missing
On Going
[New] rails boilerplate, sails boilerplate, express enhancement [New] Gallery page enhancement [New] Timeline page enhancement Provide PSD files
To Do
[Documentation] Mention how to use mobile/list views/transitions enhancement [Documentation] Add Chat feature, Social and Email enhancement Quickview minor issues [New] Add a time picker enhancement [New] Add Date Range Picker for Bootstrap [Email] Highlight selected email in the list enhancement Trigger 'change' and other events from cs-select enhancement
Check out https://klarsys.github.io/angular-material-icons/ Ace. Perhaps something you want to use in this or future templates.
Hi there
Thank you very much!
yes currently morphing is something that we are too looking at and you will see it soon in pages too.
I’m trying to use the login page from the demo, within an ASP.NET application. Essentially, I have to add a form tag that starts right after the and ends right before the . Therefore, I have to change the login <form> tag to a tag. I would have assumed this wouldn’t be an issue.
But by doing this, the login form isn’t able to function anymore. I can send the full source if it’s helpful.
Could you suggest a workaround to get the form to still function properly?
Thanks!
Hi there
Is there any way I could see your Form code ?
you will need a form tag to trigger validation but there is a work around using JS
sure thing – here’s a link to essentially just your demo login page, but with the required ASP.NET tags.
http://upstateny.usitt.org/members/login2.aspxThanks!
Hi,
After doing some research we found that the jquery.validation library requires that you include the form tag. Please refer to this github issue and the links mentioned in the thread.
https://github.com/jzaefferer/jquery-validation/issues/330But the author of the following Stackoverflow question seem to have found a workaround. But not sure if it works.
http://stackoverflow.com/questions/18074210/jquery-validate-element-without-formYou might find this helpful too http://encosia.com/using-jquery-validation-with-asp-net-webforms/
Hi,
Has v1.1 been released with the psd files?
Thanks.
Hi there
Yes its going to have PSD version 
Version 1.1.0 is abit delayed to February 6, 2015.
Completed
[Calendar] Week Separator Issue on Language Change bug [Calendar] Start and End Of Week enhancement Iphone register screen bug Missing Gulp File Task bug jQuery version update to 1.11.1 [Bug] Switchery Sizes [Bug] Selects Inputs [Typography] .label-danger style is missing in typography.less enhancement [Notifications] Circle notification text hidden when menu is pinned bug [Email] Add Bold and Italics options in the toolbar. enhancement [Portlets] draggable portlets, if you move them all into one column, you can’t move them back to the second column. [Builder] Export options enhancement HAML files for all pages enhancement When “Level 1” is active, the “Level 2” appears expanded on the page load bug Add logout to dropdown near profile image enhancement [Email] Try Pinning the Menu bar. The delete button comes to the bottom on top of the Profile Picture. bug [Email] Add email compose view enhancement [DataTables] export widget hidden, buttons not rendering properly bug [Calendar] Year selector out of page bug [Builder] Add sticky footer enhancement [Notifications] label-danger is missing
On Going
[New] rails boilerplate, sails boilerplate, express enhancement [New] Gallery page enhancement [New] Timeline page enhancement Provide PSD files
To Do
[Documentation] Mention how to use mobile/list views/transitions enhancement [Documentation] Add Chat feature, Social and Email enhancement Quickview minor issues [New] Add a time picker enhancement [New] Add Date Range Picker for Bootstrap [Email] Highlight selected email in the list enhancement Trigger 'change' and other events from cs-select enhancement
Hi again, I’m trying to integrate something like this on the data tables: http://rowactions.extjs.eu/
Basically, on hover, I want a few items to show up on the table row for each row (similar to wordpress’ edit, view, delete actions on a list of posts).
how would I accomplish this using what you already have in the framework?
Hi,
I have created a Gist to show you how to do it. You only need a few CSS lines. https://gist.github.com/praveenaj/f246cddf69a78fc7d9e8Let us know if that is clear 
Is update to v1.1 coming today like expected? I’m probably going to purchase but was just waiting to see some of the additions in this version.
Hi there
Version 1.1.0 is abit delayed to February 6, 2015.
Completed
[Calendar] Week Separator Issue on Language Change bug [Calendar] Start and End Of Week enhancement Iphone register screen bug Missing Gulp File Task bug jQuery version update to 1.11.1 [Bug] Switchery Sizes [Bug] Selects Inputs [Typography] .label-danger style is missing in typography.less enhancement [Notifications] Circle notification text hidden when menu is pinned bug [Email] Add Bold and Italics options in the toolbar. enhancement [Portlets] draggable portlets, if you move them all into one column, you can’t move them back to the second column. [Builder] Export options enhancement HAML files for all pages enhancement When “Level 1” is active, the “Level 2” appears expanded on the page load bug Add logout to dropdown near profile image enhancement [Email] Try Pinning the Menu bar. The delete button comes to the bottom on top of the Profile Picture. bug [Email] Add email compose view enhancement [DataTables] export widget hidden, buttons not rendering properly bug [Calendar] Year selector out of page bug [Builder] Add sticky footer enhancement [Notifications] label-danger is missing
On Going
[New] rails boilerplate, sails boilerplate, express enhancement [New] Gallery page enhancement [New] Timeline page enhancement Provide PSD files
To Do
[Documentation] Mention how to use mobile/list views/transitions enhancement [Documentation] Add Chat feature, Social and Email enhancement Quickview minor issues [New] Add a time picker enhancement [New] Add Date Range Picker for Bootstrap [Email] Highlight selected email in the list enhancement Trigger 'change' and other events from cs-select enhancement
Good to know. Already very impressed. I could use you on my team!
When I use tooltips on the header row of a datatable, the margin changes. Why?
Hi there
Did you add the data-toggle=”tooltip” attribute to th TH tag ?
Add it inside an span or a link 
eg
<th> <span data-toggle="tooltip" title="Some tooltip text!"> Last Update </span> </th>
I did. I’ll try the span instead. Thanks for the fast reply. You are good!
i was able to get the search working using the api.asp function after a little ajusting, but is there anyway to get it to search automatically after i type it in without pressing enter? heres it live: http://www.thehighbrary.org/spliff.asp?id=2967
and heres the code from scripts.js i used:
$(document).ready(function() {
// Initializes search overlay plugin.
// Replace onSearchSubmit() and onKeyEnter() with
// your logic to perform a search and display results
$('[data-pages="search"]').search({
searchField: '#overlay-search',
closeButton: '.overlay-close',
suggestions: '#overlay-suggestions',
brand: '.brand',
onSearchSubmit: function(searchString) {
// search results container
var searchResults = $('.search-results');
// call backend api with input value
// to get search results
$.post("api.asp", {
search: searchString
}, function(result) {
$("results").html(result);
});
},
onKeyEnter: function(searchString) {
console.log("Live search for: " + searchString);
var searchField = $('#overlay-search');
var searchResults = $('.search-results');
clearTimeout($.data(this, 'timer'));
searchResults.fadeOut("fast");
var wait = setTimeout(function() {
searchResults.find('.result-name').each(function() {
if (searchField.val().length != 0) {
$(this).html(searchField.val());
searchResults.fadeIn("fast");
}
});
}, 500);
$(this).data('timer', wait);
}
});
})
also is there anyway to speed it up? the search that is or the time it takes to pull the data and display
Hi there
Looking at it now 
Below onSearchSubmit function you will find “onKeyEnter” you have to implement the same technique you did for the onSearchSubmit
inside
var wait = setTimeout(function() {
//Your API CODE
$.post("api.asp", {
search: searchString
}, function(result) {
$("results").html(result);
});
});
Hi Ace, Am getting a problem with dropdowns, when i place a dropdown in a table, there is a problem, when you click to open, you dont see the menu
Hi there
What dropdown you are trying to add ?
is it bootstrap dropdown like the one with the buttons or is it the Select2 dropdown with the search, I did add it my self and it works fine over here
if you want to add a select2 make sure you have the attribute
data-init-plugin=”select2”
eg:
<select data-init-plugin="select2"> <option value="Web-safe">Web-safe</option> <option value="Helvetica">Helvetica</option> <option value="SegeoUI">SegeoUI</option> </select>
Hello, Am using the traditional dropdowns, The menu items will redirect to a different page. I cant get it to work with the select2
Hi there
Any chance that you can show me your code? 
Hi, I’m proficient with CSS and HTML but not so much with js so I have a question; How do I go about using the charts? Specifically, I’m trying to implement the NVd3 line charts in the page. It’s not very clear in your docs.
I’m trying to implement charts into one of my pages. I followed the instructions here for NVD3 charts but I’m not sure about the following line:
“Include the plugin javascript files inside the before core template script inclusions, if it’s not there already. Please view jQuery plugin inclusion guideline rules”
First, the link to the JQuery plugin rules goes to a dead page (a common problem in your document pages) http://pages.revox.io/doc/jquery/js_rules.php
When I look at your charts.html page, I don’t see any script in the file inside the body tags but yet the charts show on that demo page. When I remove the rickshaw charts panel, all the other charts stop showing. Really odd.
How do I get the NVd3 charts to show on a page? What’s the step by step that’s missing from your docs?
Thanks
Hi,
NVD3 JS files should be included before including pages.min.js file. Please refer to the following screenshot which shows how NVD3 is included for our charts page. (Notice the comment lines indicating regions: ’<!Sorry about the dead links. We’ll be improving the docs in a future update 
When you remove the rickshaw panels from the HTML,you’ll also have to remove the Javascript lines associated with it in the assets/js/charts.js Otherwise you’ll get errors in the console preventing execution of other plugins.
Using this you may not the errors mentioned above.
Ok, This makes more sense. Thanks a mill for the quick reply. going to try this out now.
Hey Ace,
I have a question regarding the work on v. 1.2 (Angular JS for Pages). At what level do you plan to incorporate AngularJS into Pages? Are you going to write or implement custom directives for all UI-elements?
Thanks
Hi there
We did get a proper time to really think of our approach to Angular
but first we are going to have a Angular + Jquery version and then on the mid of February we are going to release a full Angular version. Any suggestions are welcome 
Here are a few thoughts:
- Get hold of custom directives for all your UI-components (or write them yourselves)
- Make sure that all components come with their own definitions-file.
- Follow a style guideline like this one: https://github.com/johnpapa/angularjs-styleguide
- Write as TypeScript. We use TypeScript. TypeScript makes your life as JavaScript developer so much more pleasant. It compiles to ES5 
Great! Thank you very much for your advice will look into it when implementing 
Hi,
Amazing template! I had a few questions before i proceed to payment?
The Email section seems to be incomplete. Are you going to complete it in the coming future? Like the compose section, the screens on call to action buttons on the top when viewing the email, post reply screen and many more?
Thanks
Hi there
Yes there is going to be a complete version for the email app
in v1.1
Hi, great template. I am interested in seeing the timeline that you mentioned you are creating. Any idea when the new update will be? Thanks!
Hi there
Thank you very much!
v1.1 is coming out this Feb 3rd and there is bunch of stuff coming out like PSDs for Pages, Gallery, new timepickers, bunch of bug fixes and most of all boilerplates for quick starting, expressjs, sailesJS, and Rails projects we also will be emphasising on hybrid mobiles like phongap
v1.2 will be all about AngularJS and will be released mid of February 
Sounds awesome, look forward to seeing it. Is there a ‘timeline design’ in v1.1?
Hi there
Unfortunately we did not add a timeline to v1.1 but will try to get it in to v1.1 
ok thanks. look forward to seeing it.
Hi, Beautiful theme, I’m working to integrate it into a rails project now. I read through the comments and found the Chris Jacob gist. Is there anything extra that would be helpful in the git repo? If so please add me – chrishawk. Thanks!
This is kind of a random note, but I typically purchase themes to add modular components from them. I have no problem paying full price for just the calendar or sidebar elements, but it would be wonderful if individual components were easier to abstract, ie – “You only need these files to implement a sidebar…” etc. But I suppose that’s what gists are for. Thanks again!!
Hi there
Thank you very much!
sent you an invite to github.
Noted will think of something to make it so that you can extra modules my best guess is use the builder 
important note, on a mobile platform (ex: iphone/ipad) if we’re in the app mode and using the email app, when we select between the navigation area (inboxes and such) the app will jump back to the mobile devices browser . . . hope all that makes sense. We are using another plugin to keep all other clicks from doing this, but for some reason, the “mailbox links” does not work
Hi there
It happens in iOS when you have the meta tag apple-touch-fullscreen
the work around is ajax loading pages separately like angularJS router, what is the plugin you are using ?
thanks for the explaination . . . the plugin we’re using is “stayInWebApp” which you had previously recommended
Alright I will try on my end and see too what happens 
cool . . . go go v.1.1
You did an amazing job on this template. An important thing missing is a clean and simple frontend matching the backend.
This one would be great: http://pages.revox.io
Is V1.1 containing a frontend? If yes, what’s the ETA?
Best, David
Hi there
Thank you very much!
v1.1 will be released on Feb 3rd and for v1.1 we did not have the frontend as a list but definitely adding it! 
Hi Team, Thank you for the wonderful template. Just bought it today. Shall I request for the angularjs github repo invite. Thanks !!!
Username: murali2805
Hi there
Thank you very much!
Just sent you an invite
Hi Ace
I’ve been having an issue with the sidebar. When reloading the site and the mouse is over the right side bar (default style) stops working and I need to reload the entire page to que the sidebar working again.
Any ideas? I could reproduce this on the Demo site too.
Regards!
Hi there
You mean it waits till the entire page to load and then only the hover trigger works
that is because we have bind it to
$(window).load()
Do you wish to change it to ?
$(document).ready(), this will trigger when jquery is ready 