Discussion on Pages - Admin Dashboard Template

Discussion on Pages - Admin Dashboard Template

By
Cart 11,420 sales
Well Documented

ace supports this item

Supported

This author's response time can be up to 1 business day.

3890 comments found.

Can you add a login with video? Is that simple. Also a register page with image or video in bg?

yes. 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.

Our big day is coming :)

https://campaign.revox.io/

stay tunned

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.

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/17

v2.1.1

http://help.revox.io/t/change-log-v2-1-1/89/1

Thank 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 :)

http://help.revox.io/uploads/default/original/1X/64452e3c2c66ffccce630d3331a1a12eb5fabcb9.png

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_elements

In the section “Datepicker”

Is meteor version with Sass available, or can you help with explanation on how to make this work?

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!

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 :)

https://medium.com/pages-tutorials/gruntjs-101-with-pages-3e834dc43b34#.6fohaa9ys

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 ? :)

Widgets are not being loaded correctly when clicking on the search result list. http://pages.revox.io/dashboard/2.1.0/html/widget.html

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/#widgets

Hello, 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

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.

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 :)

http://help.revox.io/t/change-log-v2-1-1/89

This is v2.1.1

Weekly update

v2.1.0 is here

http://help.revox.io/t/change-log-pages-2-1-0/17

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 :)

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 :)

Can you add me to GitHub

Hi there

What is your github username ?

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey