3890 comments found.
Hi ace, loving the theme, could you please add me on github? user: rzzo
Hi there
Sent you an invite 
Hello,
I’m using this template on my ASP.NET application.
Two questions about Search: 1) Is there a way to keep the search overlay visible after postback? 2) I also tried to use updatepanel in order to prevent the postback but the other problem is when I search for something search textbox loses focus. Is there any solution to this?
Thanks in advance
Hi,
Have small thing to get clarified first. If you’re doing a AJAX POST inside the onSearchSubmit or onKeyEnter callbacks to send the search query to the backend, the overlay should stay visible. Are you refreshing the page on search submission?
Yes it does a full refresh which I don’t like at all, that’s why I’m using updatepanel instead to prevent this but by using updatepanel I lose the focus on the searchfield. Normally wherever I type I can search but with updatepanel it doesn’t, it just opens the search overlay and then I should click on searchfield in order to able to type something…
I should also mention that I populate my search result with repeater which it calls the sqldatasource
Hi,
In assets/js/scripts.js you will find code we have used to initialize the search overlay. Using that you’ll be able to implement the search to match your ASP backend. ex:
$('[data-pages="search"]').search({
searchField: '#overlay-search',
closeButton: '.overlay-close',
suggestions: '#overlay-suggestions',
brand: '.brand',
onSearchSubmit: function(searchString) {
$.ajax({
url: "api.asp",
type: "POST",
data: {
searchQuery: searchString
},
success: function(data, textStatus, jqXHR) {
//data - response from server
},
error: function(jqXHR, textStatus, errorThrown) {
}
});
},
onKeyEnter: function(searchString) {
...
}
})
No luck on this. I was already able to show results but my problem is that since the whole search is inside updatepanel it’s not able to remember the focus on #overlay-search after it has been submitted.
Is there a way that when the search overlay is opened/visible the #overlay-search(searchfield) has the focus?
You can focus an element using jQuery. After you get the results and display them. You can issue $('#overlay-search').focus() regain focus of the input. Sorry, I’m not quite familiar with ASP.net 
No don’t be sorry, I really appreciate your quick response. I also sent an email during weekend, did you get that?
I assume it’s related to IE? We are testing it on IE and we’ll get back to you with the results soon.
Yes exactly, the subject was: ESC Button on IE + Loading indicator
Replied via email.
Jak zacz??, albo jak go uruchomi?? Jestem amatorem
Cze?? !
Mamy dobry przewodnik dokumentacji w jak zacz?? z ” Pages ” . Prosz? spojrze?
http://pages.revox.io/doc/1.1.0/jquery/getting_started.phpHi, Could you please add me to Github repository? Username: jorgemuza
Hi there
Sent you an invite 
One more question, you are compiling LESS with this template correct? I see the LESS icon but don’t see it mentioned anywhere else, would you happen to have a Sass version? Sass mixins rule!
Hi there
Yes we use LESS to compile CSS
we have a guide to how to use less over here
you must have missed it
http://pages.revox.io/doc/1.1.0/jquery/working_less.phpLet me know if you need any assist, happy to help you out
Unfortunately we had some minor issues with SASS so we halted development and we still did not get a proper time to look at it but yes SASS is good addition 
The usability on your form fields is really nice, much nicer than a label, I’m a fan, without having to look at your code, is there documentation out there on fields styled this way? I’m redoing our contact forms and would very much like to implement the style of your fields. I’d appreciate it if you can point me in the right direction, I know your not here to give me advice, just thought I’d ask. If I were in need of an admin template, I would most definitely be buying yours, it’s by far the nicest on themeforest, I saw “make” and your comments, good for you for saying something, ripping off designs is lame, thanks for your time, I may purchase your template just to learn from it, there’s some great work under the hood, much thanks!
Hi there
Thank you!
yes we have a detailed documentation of how to create them and its quite easy
Just by using
<div class="form-group form-group-default ">
<label>Project</label>
<input type="email" class="form-control" required>
</div>
You can create a simple input
I dont have words to this work. Is the better and definitive dashboard. []’s
Hi there
Thank you very much!
really appreciate it
Hello!!
How can I use the html Input file element (that one with browse button) to upload a single file? Actually I what to create a profile picture upload functionality and will use the input file element for that. The drag’n drop is to much.
Thanks, Julio
Hi there
Yes we are missing one, I will create one for you
and post it here
Thanks, man!! Looking forward for this!!
Hello!! Did you have the time to create this?
Thanks!!
Hi there
Sorry about the late reply, currently working on some changes
will update you once ready, is it urgent for you ?
Hi there!! No, it’s not urgent, I can wait some time, but please, don’t forget me 
Thanks!!!
sure I will not forget to.
Hello there!!
Do you have any news on this?
Thanks!!!
Hi there
Not yet
do you have github access ? I will be updating the core files there so you can always easily take in updates
Hi!!
Yes, I already have access to pages repository on github. How can I check this?
Thanks!!
Here are v1.2 milestones
https://github.com/revoxltd/pages/milestones/v1.2thanks!!!
Hi Team,
The Gallery add-on is really impressive.
Could you please tell me the version which will have pure angularjs so that I don’t download every update just to see that it is yet not an angularjs ready. Thanks.
Keep up the great job!!!
Hi there
Do you have github access ?
it would be easier for you to use it there
Hi Ace.. Must say I have never bought a better template from themeforest before. Keep up the good work. Is it possible to get added to github? my username is Sumomannen.
Thanks for your wonderful comment. We’re glad you like it 
I’ve invited you to github repo.
Hi, Could you add me to Github please? Username: polak25
Invitation sent.
Changelog v1.1.1
http://pages.revox.io/doc/1.1.0/jquery/changelog.phpPlease add a changelog on the website and in the download. Thank you.
Hi there
Sorry about the delay with the log, its a quick patch for the latest google chrome browser
http://pages.revox.io/doc/1.1.0/jquery/changelog.phphow changlogs?
Hi there
Sorry about the delay with the log, its a quick patch for the latest google chrome browser
http://pages.revox.io/doc/1.1.0/jquery/changelog.phpHi ace. I tried replacing the pages/css/pages-icons.css file with the patched one available at: https://gist.github.com/teamrevox/a42571a8a00d72455e78 but i still get the square box issue on hover.
I’m using chrome Version 41.0.2272.76 on mac OS X Yosemite 10.10.2.
Any idea?
Hi there
Yes thats the file you have to update, also please check if its still cache, you can downloaded the latest version again from themeforest or from github
Any plans of adding inline table editing options?
Thanks
No plans yet. But we can consider adding them in a future update.
Hi there
It can be be added
if you have any recommend plugin do let me know
did you just post a new update? Even later than the recent v1.1? If so, what’s the major change? Angular or “something else” additional ?
Hi, it’s v1.1.1, a minor update containing a small bug fix for chrome users
Will update the change log, Google chrome
https://github.com/revoxltd/pages/issues?q=milestone%3Av1.1.1This was a quick patch where all the icons stopped working with the new google chrome release 
I’d love github access please, dberry37388.
Thank you and awesome is the only word that I can come up with to describe Pages 
Invitation sent
Add me to Github please, username: edse83
Invitation sent
Hi, Could you add me to Github please? Username: xhengiz
Hi there
Sent you an invite 
Thanks
and thanks for this great template, really good job 