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.

I am using a responsive datatable in Pages Simply White and left aligning 2nd column but need the same column centered only in mobile view.

columnDefs: [
    { targets: 0, className: "text-center" },
    { targets: 1, className: "text-left" },
    { targets: 2, className: "text-center" },
    { targets: 3, className: "text-center" },
    { targets: 4, className: "text-center" },
    { targets: 5, className: "text-center" },
    { targets: 6, className: "text-center" }
],

I tried making change in dataTables.bootstrap.css at line @media screen and (max-width: 767px) {} but no luck. Any help would be appreciated.

Hi there

Sorry about the late reply, will test it out

hi I tried to access the links that you had posted in other comments : https://github.com/revoxltd/pages/tree/v4.0/demo/angular but I’m getting a 404.

actually nevermind, it was because i wasn’t logged into github

Great! :)

please fix bug menu on mobile i test on android with lastest chrome version

when i touch top left menu some time don’t responds sometime too slow

i record video in this clip https://youtu.be/dMV3ilD-QII

Hi there

Do you have access to github ? :)

hello sir i want to thank you for this awesome theme and i have the following question i hope to find a helpfully answer from your side - how to use the rtl? just replace the assets file with the rtl? or there is any additional steps? - is there any pre-built way to let my end user chose between the layout i mean something like style switcher? - is there any pre-built way to to change the color in from user side alos some thing like style switcher? - dose the html structure different between the layouts? or it’sthe same and you are just playaing with the css?

Hi there

You can use LESS or SCSS. but we have already compiled the RTL css in pages/css/pages.rtl.css

You can also add the class “rtl” to body. That’s it :)

Hi Ace,

I am using Angular Pages template, whenever I redirect to any page or refresh I usually get a blank screen saying “Unknown service Provider” is that the problem of lazyload or something else which is causing the issue?

Please help me to fix this issue ASAP.

Thank you.

Hi, this looks like a coding error you have made. ex: https://stackoverflow.com/questions/42209614/angularjs-unknown-service-provider can you check if service is included correctly?

Hi, we are using single module for all the controllers and services even though we are facing the same issue. Below is an example

Service:

‘use strict’;

angular.module(‘app’) .factory(‘exampleService’, [’$http’, ’$cookieStore’, ’$rootScope’, ’$timeout’, function ($http, $cookieStore, $rootScope, $timeout) {

var service = {};
    //console.log($rootScope.globals.Authorization.token) 
    service.serviceCallback = function(callback, data){
        $http.post($rootScope.apiLink + 'serverCall', data)
          .success(function (response) {
             callback(response);
         });
    }
 return service;
}])

Controller:

‘use strict’;

/* Controllers */

angular.module(‘app’,[‘ngSanitize’, ‘ui.select’, ‘summernote’, ‘ngDropzone’, ‘daterangepicker’, ‘siyfion.sfTypeahead’,’mgo-angular-wizard’,’angularUtils.directives.dirPagination’,])

.controller(‘exampleCtrl’, [’$scope’,’$state’, ’$rootScope’, ’$stateParams’, ’$location’, ‘WizardHandler’, ’$timeout’, ’$filter’, ’$sce’, ‘exampleService’,’filterFilter’, function ($scope, $state, $rootScope, $stateParams, $location,WizardHandler,$timeout, $filter,$sce,exampleService,filterFilter) {

$scope.functionCall = function(){
                  exampleService.serviceCallback(function(response){
                      if(response.success == true){
                          do something...
                      }else{
                          do something...
                      }
                  }, $scope.param);
              }    
          }
   }
}])

Config.js

.state(‘app.example’, {

url: "/example",
    templateUrl: "tpl/example.html",
    controller: 'exampleController',
    resolve: {
        deps: ['$ocLazyLoad', function($ocLazyLoad) {
            return $ocLazyLoad.load([
                    'dataTables',
                    'ui-grid',
                    'wizard',
                    'datepicker',
                    'noUiSlider',
                    'select',
                    'switchery',
                    'moment',
                    'datepicker',
                    'daterangepicker',
                    'timepicker',
                    'inputMask',
                    'autonumeric',
                    'wysihtml5',
                    'summernote',
                    'tagsInput',
                    'dropzone',
                    'typehead',
                    'tabcollapse'
                ], {
                    insertBefore: '#lazyload_placeholder'
                })
                .then(function() {
                    return $ocLazyLoad.load([
                        'assets/js/controllers/exampleController.js',
                        'assets/js/services/exampleService.js'
                    ]);
                });
        }]
    }
})

Hi Ace,

Any update on this?

What version of bootstrap 4 in this theme ?

Hi there

Its Bootstrap Beta 6 :)

please fix bug menu on mobile i test on android with lastest chrome version

when i touch top left menu some time don’t responds sometime too slow

i record video in this clip https://youtu.be/dMV3ilD-QII

Hi there

This issue is noted :) will fix asap. Will update you

Can you add me on Rails github? github id : astrocket

Done :)

hey, can you add me the to github repo for rails?

the user name is replicat0r

Thanks!

Done :)

how to work disableDates parameter in calendar.js? I put disableDates = [1,2,3,4,5] but it don’t work.

Hi there

Sorry for the late reply, disableDates are not days in a weekend but days in a month :) or even year. This can be used for Public holidays

Hello there, I recently bought your theme to theme the default boostrap using SCSS. As per your item description, it says that sass supported but I do not see any such in the css folder of the project. Can you send me the sass?

Hi there

SASS is there :) in your bundle/demo/pages/scss

:)

Hi, I understand this is the dumb question, but how do I enable chat feature?

As I understand the template is just for visuals and I need to either create my backend to handle chat functionality, or use already built solutions for that.

Do you any for backend and documentation on how I should connect my functions to your views? I am using ASP.NET mvc

Hi there

We do not have a documentation for backend chat :) We simply made the UI for it.

Please add me to the github repo, @harrygulliford

Hi there

Please use this link

http://pages.revox.io/dashboard/

You will find a button called Request Github :)

Hey, first of all, you did a great job.

I have a question. I use an dropdown within the modal “function”. The problem is, the content of dropdown are behind the modal. Have you any idea?

Thanks so much!

I added .modal-open .select2-drop-active { z-index: 9000; } in pages.css but it doesn´t work. :-(

Hi there

Just try

.select2-drop-active { z-index: 9000 !important; }

Thanks so much! But did doesn’t work.

The solution was (in corporate.css or whatever used) to add a z-index in existing select2-dropdown class.

.select2-dropdown { border: 1px solid rgba(0, 0, 0, 0.07); border-bottom: none; border-radius: 2px; padding-top: 0px; (-> This) z-index:1100 !important; }

Hi, Could you please add my team mate to the git project? Git name: AliakseiL

Thanks and regards, Burak

Hi there

Have we added you in? :) The license agreement is one github user per license

We bought 2 licences for 2 projects. I’m working on the first one and my team mate on the other one. So it would be nice if he’d has access, too :)

Thank you! :) that is very much appreciated! I have sent the invite

Hi,

Please, any news about pages-rails gem upgrade to Bootstrap v4.0.0-beta.2.

Thanks,

Hi there

Pushed :)

one of the most creative and advanced theme i have ever bought. thank you very much.

Hi there

Thank you very much! :)

Hi there,

I would like to ask if you would release any updates to support Bootstrap 4-beta ? Currently Bootstrap 4-alpha has some bugs and replacing directly the new bootstrap plugins would messed up with the template.

Thank you.

Hi there

We have beta ready at github :) You can apply for github access over here

http://pages.revox.io/dashboard/

We have some problems with the theme. Sent you an email some days ago with a login link.

Hi there

Sorry for the late reply. I will check again I might have missed it

Hi there

Just saw your email and I’m really sorry I have missed it. Can you please up the live version ? :) It seems to be done

Thank you!

Hi,

We bought this template a couple of weeks ago. I am trying to integrate pages into my .NET web app. I was able to add major things. However, I am having trouble with jquery datatables. I am pulling data using ajax, and changing column width as you would normally do with datatables, but it’s not working. ]});

var aTable = $("#myTable").DataTable({
    "ajax": {
        "url": '/Index/' + @Model.id,
        "type": "get",
        "datatype": "json" 
    },
    "columns": [
    { "data": "Name", "autoWidth": false,width%" },
    {
        "data": "id",autoWidth ,width%" 
    },
    {
        "data": "descr",autoWidth ,width%" 
    }

Hi there

What you have done is correct.

Is there ajax data structure correct ?

https://datatables.net/examples/data_sources/ajax.html

Do you have console errors ?

everything is added and I don’t see any console errors related to the problem

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