3890 comments found.
Can you add a login with video? Is that simple. Also a register page with image or video in bg?
Hi there
Yes, We can use the plugin we used in pages-frontend, It will not be that easy to create though 
I would really like this. Also the frontend has a video version that is darkened and overlayed with text and a single button. I would like this darkened tint to be the same as the purple you overlay on the login. when will you release a login with video and a registration with image and video bg?
what do i have to do to get this?
3 years ago I asked for video login page. Any movement on this?
HI there
I’m really sorry about this. You can try something like this
https://gist.github.com/MalithHatananchchige/cf6551fb5826e4365c4fb2db2d819c4dyes. This gist didn’t work. Can you give me a login page with video background for simplywhite theme that works? Also I will email you for additional work. I hope your team is all safe after the Easter attacks.
5 years now and I have purchased everything you’ve made and I still don’t have a video login. Please help. Your gist didn’t work. I guess I will use a more responsive group
Hello, How can i fix the footer of the large “STICK UP” modal. I want the footer to remain fixed and at the bottom even when the user scrolls down the modal content.
Thank you.
Hi there
Sorry about the late reply. The stick up modal slides from the top are you sure, your talking about that ?
Yes that one. Have a look at this image i.e. http://beta.my-accounts.biz/support/fixed-footer.png I want to have the footer fixed so that the submit button in the footer is always visible even when the user scrolls down. Thank you.
I understand !
Let me give you a code snippet
Thank you, am waiting
Add the class “full-height”
to modal-dialog and modal-content and add a custom class name to the div “modal-body”
example “my-custom”
.my-custom{
height: calc(100% - 107px);
overflow: scroll;
}
107px is the height of the header 
I have done as instructed and now i have too many scroll bars and it does not look beautiful
use the bellow details to login; url : http://beta.my-accounts.biz/ username : test password : test
And then enter this url in the browser once logged in to see what it looks like; http://beta.my-accounts.biz/#new-transaction/1/I need the submit fixed at the bottom without moving, is that possible? Thank you.
Hi there
I tried the URL http://beta.my-accounts.biz/#new-transaction/1/But it redirects me to
http://beta.my-accounts.biz/#readyCan you share the HTML code with me ? 
I have set the page to automatically open the modal. Simply login and the modal will open that way you can see what it looks like and u can access the code via the browser console.
Still no, sorry.
If it dosent open the Modal, please refresh a few times so that the new javascript if fetched. thank you.
Got it 
Can you add the class “no-overflow” to your modal “TxnInsertModal”
Perfect. Thank you very much for the support
We have another issue and it’s not related to datatable or grid . It’s the function in controller code will execute 3 times at begin of page .
Examples :
var login = angular.module(‘app’); login.controller(‘LoginCtrl’, [’$scope’, ’$rootScope’, ’$state’,’$http’, function($scope, $rootScope, $state,$http) { console.log(111); }]);
When you load this controller , you will see 3 line “111” in console log . It’s issue the ajax table is loaded 3 times at begin of page.
Is it the themes issue or angular issue ?
Hi, I tested this with dataTables controller and I only get the console log once. I think it has to do with your ajax load. Will you be able to share your code so we can figure out what’s happening.
Could you include changelog as well, so there would be an understanding what’s changed?
Hi there
Sorry I will add this to the package.
Meanwhile its all ways posted here http://help.revox.io/
v2.1.0
http://help.revox.io/t/change-log-pages-2-1-0/17v2.1.1
http://help.revox.io/t/change-log-v2-1-1/89/1Thank you!
Date picker doesn’t work in the side bar(quickview-wrapper ). Please help. May be issue with z-index.
Hi there
Try adding 
.datepicker.dropdown-menu{
z-index:1000 !important;
}
excuse me , I was wondering if you could help me , I can not put a datapicker in a modal because nothing is shown, thank you
Hi there
Must be a z-index issue, Let me check it
Hi there
It works fine 
First make sure you have Your css loaded
<link href="assets/plugins/bootstrap-datepicker/css/datepicker3.css" rel="stylesheet" type="text/css" media="screen">
This should be included before the page.css file
next
<script src="assets/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js" type="text/javascript"></script>
Your script file at the page bottom
and
<script>
$(document).ready(function() {
$('#myDatepicker').datepicker();
});
</script>
After the script include, “myDatepicker” is the ID of the element
Please follow the guide in
http://pages.revox.io/dashboard/latest/doc/#form_elementsIn the section “Datepicker”
Is meteor version with Sass available, or can you help with explanation on how to make this work?
Hi there
Never heard meterojs using SASS
Do they have a atmosphere package for it ?
Yes, here is the link to the package! https://atmospherejs.com/fourseven/scss
I just want to know if I can plugin the SCSS folder in-place of the less file!
Oh this is good news
We have SCSS so then yes you can. You will have to remove the less package first.
meteor remove less
Hey there. I downloaded the latest version of the theme and I’m trying to run the angular version. I am getting this error-
Command: node app.js
..../Pages 2.0.1/demo/angular/assets/js/app.js:9 angular.module(‘app’, [ ^
ReferenceError: angular is not defined at Object.<anonymous> (/Pages 2.0.1/demo/angular/assets/js/app.js:9:1) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:313:12) at Function.Module.runMain (module.js:467:10) at startup (node.js:136:18) at node.js:963:3
How can I fix this?
Thanks in advance!
Hi there
I’m just checking the latest version
It works fine, Are you running the files on a local web server ?
Angular Will not work without a weberver
Yeah I was doing it on a local host. Is there any way to do it on local instead of webserver?
Just opening the index.html file locally will not work 
AngularJS uses ngroute and this route needs your working http server. Make sure you run it in a local server like.
WAMP for windows MAMP for Mac
These are free to download 
Let me know if your having trouble setting it up, I’ll happy to assist
Thanks for such a quick reply! Ill try these out. 
No problem. The last portion of this tutorial talks about running the angular app
http://www.tutorialsavvy.com/2013/08/getting-started-with-angularjs.html/Thanks. Just got it running by starting a simple python server on mac in the directory of index.html: python -m SimpleHTTPServer 8002
And then accessed the running instance: http://localhost:8002/index.html
Awesome! 
Hey Ace, is it possible to run it on a node local server instance? I could then add a few node modules that are much needed.
In that case you will have to implement pages in some templating language and serve from backend. But you can use browserify to run node modules in the client side
Alright, Ill try that. Thanks!!
Hi, i put grunt files in getting_started directory and run npm install, success, but i changed getting_started/html/pages/less/themes/default/var.less and run grunt build, the modifications dont work, i tried grunt less and show this error Running “less:default” (less) task >> Destination pages/css/pages.css not written because no source files were found.
Hi there
Let me know if this guide helps 
I will be testing it now mean while
The grunt is installed normally, but when I run command he is not compiling files less again.
Hi there
I’m sorry just checking on un closed tickets, Is this resolved ? 
The dialog box shows the source code instead of the rendered version of the component:
Also, once I have found the widget, how to include it on my custom page?
Thanks.
Hi there
Thank you for reporting
It was a cache issue, It should display now 
Let me know if this guide helps you
http://pages.revox.io/dashboard/2.1.1/doc/#widgetsHello, I purchased this package because it has a Meteor version. However, the file that was given to me does not have the “Email” page. Which is one of the things that I bought this package for. Can you please provide the code for the “Email” page connected with Meteor? Thank you!
Hi there
Yes the email page is not implemented
I will try to add it to this weeks update.
thanks I’d really appreciate it if it was in this week’s update
Hey ace, any news?
Ace, can you provide an ETA on when this will be available for download?
Hi there
By Friday
Sorry about the late reply. v2.1.2 will not have it but you can get it over from github. You have access ? 
I do not have access. Can you add me? My github account is https://github.com/LDubya
Added you in 
Rails <%= link_to … %> seems to break javascript when used with Turbolink.
In order to reproduce this:
1. Generate a rails app using the boilerplate 2. Add a welcome controller using rails g controller welcome index faq contact 3. Add links to the sidebar menu using the link_to command < = link_to “FAQ”, welcome_faq_path %> or < = link_to “Contact”, welcome_contact_path %>
The menu works well as long as you do not click on one of the links. Once clicked and redirected to the proper page the menu does not work any more (it does not expand anymore).
Hi there
Will check this issue now, It did not have a problem earlier 
I think this is connected to turbolinks. I think that some DOM nodes just get “deleted” and thus prevent the side bard from sliding when mouse is over.
I found http://brandonhilkert.com/blog/organizing-javascript-in-rails-application-with-turbolinks/ which I think is offering part of the answer.
I tried to use query.turbolink gem available at https://github.com/kossnocorp/jquery.turbolinks but this does not seem to change anything.
Hi there
Did you try adding
//= require jquery //= require jquery_ujs
Instead of using
require pages-plugins/jquery/jquery-1.11.1.min
Yes Here is my application.js file
// BEGIN VENDOR JS FOR PAGES (plus add in jquery.turbolinks) //= require pages-plugins/pace/pace.min //= require jquery //= require pages-plugins/modernizr.custom //= require pages-plugins/jquery-ui/jquery-ui.min //= require pages-plugins/boostrapv3/js/bootstrap.min //= require pages-plugins/jquery/jquery-easy //= require pages-plugins/jquery-unveil/jquery.unveil.min //= require pages-plugins/jquery-bez/jquery.bez.min //= require pages-plugins/jquery-ios-list/jquery.ioslist.min //= require pages-plugins/imagesloaded/imagesloaded.pkgd.min //= require pages-plugins/jquery-actual/jquery.actual.min //= require pages-plugins/jquery-scrollbar/jquery.scrollbar.min
// BEGIN CORE TEMPLATE JS FOR PAGES //= require pages-core/js/pages
// ADD SUPPORT FOR UJS (required by rails and devise for many operations) //= require jquery_ujs
// Client side validation support //= require rails.validations //= require rails.validations.simple_form
support to jquery_ujs is important for link_to and other rails helper, but does not seem to have any effect on this issue.
I also tried different location for jQuery, jQuery_ujs such as all at the top, of just jQuery at the top and jQuery_ujs (always after, but not right just after): no effect.
I restarted many times rails in order to make sure the pipeline was flushed: no effect
Hi there
I’m sorry just checking on un closed tickets, Is this resolved ? 
Hi, no. How can I share the code with you? I have a sample Rails app I can share with you.
Hi there
You can email it to support@revox.io I will have a look 
Just emailed it. Thx for your support
please add me to github: chrishurrell
Hi there
Sent you an invite 
Where is the changelog for the last update? Ty for wonderfull template.
Hi there
We always publish it here 
This is v2.1.1
Weekly update
v2.1.0 is here
http://help.revox.io/t/change-log-pages-2-1-0/17Ty. 
Hi there, I just noticed that the Checkbox and Get help button are not aligned in Login page. http://pages.revox.io/dashboard/latest/html/login.html
Also when the screen resolution is changed, this has a problem as the “Get Help” link towards the extreme right.
Can you please provide code both of these, so that they are aligned in the same row (even in Mobile/Tablet or any other resolution) and also doesn’t move towards extreme right when the screen size/resolution changes.
Btw Great theme. I loved it 
Hi there
Thank you !
Yes the login had little responsive issues will patch it up
Can you please do it soon. Also can you please provide the code to me, if you are planning to add it to the theme later on.
Will add it to this weeks update 
Hi Ace, Was wondering if you have released any update for the above query on alignment. If not, can you please provide the code?
I’m sorry
I will get this fixed, for the coming update, We had everything full, Its in high priority 
I get this error when including files to my fresh meteor app:
Errors prevented startup:
While processing files with angular-templates (for target web.browser):
client/views/_shared/horizontalMenu/_horizontal_header.html:3: Expected `>` after `/`
...er {{isActivePath "/maps/vector" class="...
^
client/views/_shared/header.html:3: Expected `>` after `/`
...er {{isActivePath "/maps/vector" class="...
^
client/views/_defaultLayout.html:10: Expected `>` after `/`
...ent {{isActivePath "/" class="sm-gutter"}...
^
client/views/_horizontalLayout.html:10: Expected `>` after `/`
...ent {{isActivePath "/" class="sm-gutter"}...
^
client/views/_secondaryLayout.html:10: Expected `>` after `/`
...ght {{isActivePath "/" class="sm-gutter"}...
Hi there
Strange
I will check it up
I see now, I want to use angular js with meteor and the template is using meteors native templates
Is there a way to combine angular js and meteor with your template?
Hi there
Sorry about the late reply, Currently no, but why ?
Angularjs has its own native router and meteorjs has its own I think its best not to combine them. Any way you free to choose
It will be difficult though
can you add me to github? My username is edbizarro. Thx
Sent you an invite 
Can you add me to github as well? User: mm98. Thanks =)
Sent you an invite 
Do you have a build for meteorjs?
Hi there
Its available in your package
demo/meteorjs