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.

please added me to github as well, my username is epipheus

Sent you the invite :)

When I turn off my internet connection the glyphs don’t work. Can you send me a self-contained version of this? Even refering to local json data for charting. I want to know this works stand alone.

Hi there

Sorry about the late reply :) in terms of glyphs what you you referring to ? Fontawesome ?

Hi Ace,

I would like to have a second menu like the default one when you toggle the appMenu instead of the social, calendar blocks.

I copied all the “unnorder list (ul)” but doesn’t have the same position and looks different. What class do I have to use to have the same layout ?

Thank you !

Hi Ace,

I downloaded the zip and I did “npm install” and “grunt demo” then, the bundle folder is created and I go to demo/angular folder. but just works the initial dashboard page all the other links don’t work.

Are these the correct instructions or I’m doing it wrong ?

Thank you

Its correct :) we in the process or of attaching the other pages it should be ready very soon now

Thank you Ace !

Looking forward to see all those pages working !!

Best, Alex.

Hi, Could you please let me know if the theme is delivered with .psd of all pages and elements or just few of them?

Hi there

We have all the essential PSD for pages :) , here is a list

404

Buttons

Calendar

Colors

Dashboard

Email

Form Elements

Form Layouts

Icons

Invoice

Layouts

Lockscreen

Login

Modals

Nesttables

Notifications

Portlets

Register

Slider

Socail

Tables

Tree-view

Gallery

Timeline

Sounds very good in order to build mock up / wireframes for our dev :) Love it!

Thank you for purchasing! :) Let me know if you need any assist

Grat theme, but i have a question before i buy it, is it possible to set up slots in calendar every 15 min ? Is it simple to do ?

Hi there

Currently we only 30 and 60 mins events, Getting 15mins slot will cause to increase the size of a cell to improve visibility of the event text. Or we can reduce the size of the text in 15 min event :) I will look into this in v1.2 which is to be release very soon.

Hi ! I dont figure how we can use the Calendar in mobile version. the event OnTimeSlotDblClick never rise on iOS. In addition, do you consider add a feature in order to make a time range selection ? Like in Mac Calendar or Outlook ?

Thanks a lot !

Hi there

There some good features coming v1.2 :) for calendar like the month view and stackable events and whole day events. In terms of OnTimeSlotDblClick is not triggered as the touch handler is not attached to it. Will look into it :)

Hey guys,

Are we still on track for an AngularJS version with absolutely NO jQuery in the next few weeks (mid-April)? I’m a bit behind schedule, but I don’t want to spend too much time customizing until we have that available.

Hi there

Yes! :) v1.2 will have a mix of jquery but there will be a full Angular version coming on April for v1.3

Great Theme! Please keep the focus on performance. That’s great!

Please, send me the invitation for GitHub, my username: sokki

Hi there

Thank you very much! :) more awesome stuff coming up next week.

I have sent you the invite

Thanks! As I see, the meteor integration is only a package.js loading dependencies and assets. Do you plan any deeper integration?

Hi there

Its a meteor package :) a local one, Will be preparing the guide to do so and all it takes to install pages to meteor is just one command

“meteor add revox:pages”

and you are ready to go.

Since meteor does everything in package wise, we will also post all thirdparty plugin packages that are available from Atmosphere in metoeor to the documentation. Meteor package management method is really cool and you can have an app running mins :)

Hey man, I just bought the theme like I told you :) Please, send me the invitation for GitHub, my username: saruman

Thanks.

Hey man, how long do we have to wait until the release of meteor version? I can’t wait to start programming my project :D

Hi there

By tomorow, I will wrap things up and then you can get an official version of meteor :)

Awesome! Can’t wait!

Thanks so far for your awesome help. I have one more question:

I have a form where the user writes his personal data. Then i have a few other fields for the invoice data.

How can i do this that the user can click a button to “take over” the personal data to the invoice data if both are the same ?

Hi there

Im not sure if I understood your problem, you are saying that you want to implement a toggle like thing ? :)

Hi, What happen that after page export (empty content), but it is long height? How to hide scroll bar if the page content is not long. Thank you.

Regards,

Gordon

Got it, thank you.. :)

I found the issue… It is caused by a class—” demo-container”

<!- START BREADCRUMB ->

After removed it, back to normal

Yes! :) you have found it. Sorry about that, will remove it on the builder

Hey -

i have an ajax form inside a modal. Now how can i close the modal if the record where saved successfully ?

This is my little ajax form

<script> (function() { $('#submit').click(function() { var $btn = $(this); $btn.button('loading'); $('form[data-remote]').on('submit', function(e) { var form = $(this); var method = form.find('input[name="_method"]').val() || 'POST'; var url = form.prop('action'); $.ajax({ type: method, url: url, data: form.serialize(), success: function(data) { /* window.location.href = "/erfolgreich"; */ console.log(data); } }); e.preventDefault(); }); }); })(); </script>

I did

success: function(data) { /* window.location.href = "/erfolgreich"; */ $('#createcategory').modal('hide'); } </script> But if you open the modal again all datas are still there and it is not reseted to default.
Yes this is my solution $('#createcategory').modal('hide'); location.reload();

Hi there

Sorry about the late reply,different timezones :) its working right ?

No Problem, you make an awesome support anyway ;) Yes – Its working fine now, thank you.

Hey Ace, When will the angular demo for email page be ready? we would love to see that done as its a good guide for us to build our app on.

yup i understand. any eta on that? much appreciated

we will be able to get most of the things done on Monday for AngularJS, will update you on this on Monday. ETA for release is abit hard to tell as we have a frontend and a few surprises coming up :)

completely understand. thsnks for the responsiveness!

Hi Ace,

I’m bulding an nvd3 chart and I’m facing two issues.

The values on the Y Axis do not fit and I also I would get rid of the decimal zeros.

http://wualia.com/charts.png

Thank you !

Hi,

You can use chart.yAxis.tickFormat(d3.format('.0f')); to get rid of the decimal points.

Furthermore, if you want to add a left margin use the following:
chart.margin({
                            left: 30
                        })

Thank you !!

What is the status on the AngularJS + Landing Page(s) update? I think you get asked this a lot – maybe provide progress info on the “Item Details” page?

Hi there

We already have a beta version of angularJS in github preparing the demo pages :) and the design of landing page should be ready during the weekend

Hi Ace,

I am using the bootstrap timepicker plugin. I would like for the timepicker to display the dropdown when the input is focused on. Currently, you have to click on <span class="input-group-addon"><i class="pg-clock" /></span> to trigger the dropdown. How can I trigger the dropdown when the input is focused?

Thanks!

Hi, you have two options: 1) If you don’t want to keep the input-group-addon button please use the following code. It opens the timepicker when the input is focused (however it doesn’t seem to work when there’s a input-group-addon)
HTML
-------
<div class="bootstrap-timepicker ">
    <input id="timepicker" type="text" class="form-control">                                            </div>

JS
----
$('#timepicker').timepicker({
                minuteStep: 5,
                showInputs: false,
                disableFocus: true
            });
2) If you want to keep the button, use the existing code and trigger the timepicker on button click event:
var time = $('#timepicker').timepicker('showWidget');

Thank you this worked :D

Hi, If I have a series of checkboxes in a table and want to have a checkbox in the header that when selected checks or unchecks the rest, how would I do that? I didn’t see anything about it in the docs.

Thank you! You guys need a proper forum. ;)

Hi,

You can use the table structure from tables.html page, but edit the header column to contain the main checkbox. I’ve created a gist for you:

https://gist.github.com/praveenaj/32a97bbaac62df740ed5

Hi, I just tried this on the table with dynamic rows and when i click the trash icon, it tries to sort the rows. How can I escape the sorting for just one column?

You need to disable sorting for first column header using this in table configuration:
"aoColumnDefs": [{
                'bSortable': false,
                'aTargets': [0]
            }],
ex: from assets/js/tables.js
var table = $('#basicTable');

        var settings = {
            "sDom": "t",
            "sPaginationType": "bootstrap",
            "destroy": true,
            "paging": false,
            "scrollCollapse": true,
            "aoColumnDefs": [{
                'bSortable': false,
                'aTargets': [0]
            }],
            "order": [
                [1, "desc"]
            ]

        };

        table.dataTable(settings);

Hey Ace,

Just wanted to let you know that if you place a timepicker in a modal, the widget for the timepicker shows behind the modal. This fixed it for me though:

.bootstrap-timepicker-widget { z-index: 9999; }

Just letting you know!

Hi there

Will update this :) Thank you

Hi There I’m implementing the data table with export options in it, actually I’m using a table that has…

- export options - dynamically adding rows and more.

One small issue is that the 4 icons for the export functionality normally have a hover over pop notifier that lets you know what the icon does (ie. export pdf etc)

As my table id is not set to ‘tableWithExportOptions’ as I do not want that for some reason those hover over popups that you let you know what the button does no longer show. Is there anyway to get that to work without having to have my table with id=’tableWithExportOptions’.

I have this in place And the icons do show up and the functionality does work, just need those popovers to work somehow.

Thanks again

Hi, You need to have the fnDrawCallback function set in the options object with correct IDs of each button. We’re using Bootstrap’s tooltips.

fnDrawCallback: function(oSettings) { $('.export-options-container').append($('.exportOptions')); $('#ToolTables_tableWithExportOptions_0').tooltip({ title: 'Export as CSV', container: 'body' }); $('#ToolTables_tableWithExportOptions_1').tooltip({ title: 'Export as Excel', container: 'body' }); $('#ToolTables_tableWithExportOptions_2').tooltip({ title: 'Export as PDF', container: 'body' }); $('#ToolTables_tableWithExportOptions_3').tooltip({ title: 'Copy data', container: 'body' }); }

Hello Ace,

Is there a way to have a Portlet closed by default? All of the code snippets I have tried have not worked for me. One thing I tried was this:

<div class="panel panel-transparent panel-collapsed" data-pages="portlet"> But this did not work. Any suggestions? Thanks!</div>

Hi there

Im sorry about this its a confirmed bug :) I do have a small patch for you. if your using css you can add this to your custom css in assets folder

      .panel-collapsed > .panel-body{
        display: none
      }

Awesome, thank you for the quick patch :D

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