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.

Hey Ace,

We are trying to plan our roadmap for the project we are working on. Can you give an update on ETA for v2.1?

Hi there

Sorry about the late reply, We are planing this Monday, The calendar will be ready tomorrow :)

Hey ace!

I’m have bought the frontends, and it’s really great. But i need some answers about my licens.

I am building one product, where I need to use the frontend, but I want to twist the frontend so it looks like a profile page. Can I use my edited frontend for every user i have on the one product? The profile is kinda like a blog hosted on my own server as part of the product service, so every user will have a profile that looks like a blog?

Hope you understand! :-)

Thanks for your response. I would be glad to send you the url when then project is done, and good work the the fronded and admin panel!

Thanks for your response. I would be glad to send you the url when then project is done, and good work the the fronded and admin panel!

Great! :) and thank you

Are there any new chart libraries in this upcoming release? Thanks

Hi there

Not at the moment, But if you have any suggestions please do share

Could you please add earpolicy to the Github repository? Thanks!

Added you :)

Is it possible to integrade this with Laravel Php framework?

We have allready incorporated the front-end version of Pages (see it on deskk.nl)

Hi there

I don’t think it will be that hard :) Do you have access to pages repo ? Can you drop an email to support@revox.io with your purchase code. You can get the templates .tpl files

Can I be added to the github? username: nataliemcmullen

Hi there

Added you in :)

Hello,

I have a navigation with disabled items, but when I add “disabled” class to li, the menu item was not disabled, only the area surrounding a tag was. The link is still clickable when I added disabled to a tag.

Please help me with this.

Thanks,

I have resolved the above issue with custom css ~> pointer-events: none

Now I caught another issue with datatables. I was following the documentation but the console log says: Uncaught TypeError: Cannot read property ‘fnInit’ of undefined from jquery.dataTables.min.js:48

The following settings caused the issue:

var settings = {
        "select": true,
        "sDom": "<'table-responsive't><'row'<p i="">>",
        "sPaginationType": "bootstrap",
        "destroy": true,
        "scrollCollapse": true,
        "oLanguage": {
            "sLengthMenu": "_MENU_ ",
            "sInfo": "Showing <b>_START_ to _END_</b> of _TOTAL_ entries" 
        },
        "iDisplayLength": 5
    };
</p>

Please add me to Github as well. My username: ralphilius

Hi there

Glad its sorted :) added you to the repo

Hi,

What about the issue with datatables?

How can I change Switchery checked state (use jQuery)

Hi there

Yes :) They have a very descriptive doc.

http://abpetkov.github.io/switchery/

Hello ! I don’t understand how to use plugins ( like select2 ) into a meteor project. Can you help me please ?

Hi there

You are using meteor implementation from our github ? We have integrated all the demo pages :)

If you do not have access, Let me know you github username

Easy way would be copy the following,

assets/plugins/bootstrap-select2/select2.css assets/plugins/bootstrap-select2/select2.min.js

to your meteorjs folder, inside client/

and add the HTML code .
<select class="full-width" data-placeholder="Select Country" data-init-plugin="select2">
    <optgroup label="Alaskan/Hawaiian Time Zone">
        <option value="AK">Alaska</option>
        <option value="HI">Hawaii</option>
    </optgroup>
    <optgroup label="Pacific Time Zone">
        <option value="CA">California</option>
        <option value="NV">Nevada</option>
        <option value="OR">Oregon</option>
        <option value="WA">Washington</option>
    </optgroup>
</select>

Is there a way to make the Calendar control read-only -i.e. prevent users from performing drag & drop etc. ?

Adding that too :) I will update everyone on the progress about the calendar. Today

Okay sounds good thanks -look forward for the update.

in Calendar -how do you set the month view and the mini calendar to only show from today and next two month? Users should never be able to select or view a date prior to today. Thanks and keep up the good work -much appreciated!

Hi there

Meaning, this feature was not in our todo list but I will add it for v2.1.0. You do have pages github access ? If so once its ready, all you have to do is replace pages/js/pages.calendar.js

I’m working full time on the calendar right now so like I said :) I will add this feature too. It’s sounds like a good feature to have. I will notify when its ready.

I see, thanks for the clarifying that. I don’t have github access yet but will create a username and pass it on to you to add me. Again thanks -much appreciated!

I see a day view on the calendar for mobile devices, and a week view by default; does your calendar have a month view available for users who want to view their upcoming weeks at-a-glance without having to cycle through week-by-week?

Hi there

Yes :) We are in the process of adding the month view. Do you have github access ?

Hello,

is it possible to buy only calendar as independent component from your amazing template? we don’t need entire template because we have completed UI for our application already, but calendar is also need. Your calendar is very good so we would like to integrate to our application. can you please send me some offer? or can you develop it as jquery plugin for us?

thank you

Jaroslav Krenar

Hi there

Sorry about the late reply. No I’m sorry it comes with Pages :) I doubt the other components will be a waste. We are currently updating the calendar :) v2.1.0 and has a tons of new features.

ace, i changed github accounts, can you please add 31four. Thanks.

Hi

Sure :)

Hey Ace,

First of all compliments on the beautifull work! I bought all your items and rated 5 stars, best author on themeforest. :)

Next I have a question about the data tables. I’ve created a datatable with a couple of items in HTML followed by a number like so:

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • .. and so on to 12

However, when I load the datatable with 12 items they’re displayed in the wrong order:

  • Item 1
  • Item 10
  • Item 11
  • Item 12
  • Item 2
  • And so on..

Ace can you tell me how to format the list in the right 1,2,3,4,5.. order and not the 1,10,11,12,2,3,4.. order?

Thanks in advance mate! :)

Hey Ace,

Thanks for the reply. :)

Your solution works when I load the page with the datatable. The items are displayed in the correct order! :)

However..

When I’m sorting the items in the column in “decending” or “increasing” order I receive the items in the wrong order again, sorting the column seems to go wrong.

Increasing:
  • Item 1
  • Item 10
  • Item 11
  • Item 12
  • Item 2
  • Item 3
  • And so on..
Descending:
  • Item 9
  • Item 8
  • Item 7
  • Item 6
  • Item 5
  • Item 4
  • Item 3
  • Item 2
  • Item 12
  • Item 11
  • Item 10
  • Item 1

Hi there

Sorry we have marked your comment as read :) I added the same text, item 1 to item 9 and sort them with

"order": [[ 3, "desc" ]]

And it works fine, Are you sure your sorting the column number correctly ?

"order": [[ YOUR_COLUMN_NUMBER, "desc" ]]

It starts from 0, let me know

Pre-sale question: Can I do a fixed left-side menu rather than auto-collapsed?

Hi there

Did you try replacing the latest moderniser ?

https://modernizr.com/download?setclasses

I am using modernizr 2.8.3 (no custom build), and it’s weird that the problem still exist :(

Yes it is, I will setup and SSL and let you know.

Hello Again, Is there any easy way to change search result(overlay.seatch) to look-like facebook.com ? Regards

Hi there

Something like this will help you :)

http://brianreavis.github.io/selectize.js/

Hello,

I’m relatively new to coding and hope you could provide me some direction for using this fantastic package with meteor.

Much appreciated. Henry

Hi there

Sure! :) Do you have access to our github pages ? We have implemented it really well and you can get some idea. Please let me know your github username

Thanks, my github id is nymona

You are in :)

Hi Ace,

I have suspended some portions of our project until the new version 2.1 is released. However, seems like it will take bit longer than promoted. Can you add the user `yasar` to the github repo of the pages admin, as well?

Hi there

Sorry about the late reply :) I have already sent you the invite. I will update you again by Friday on the progress. The calendar components will be ready.

Can you recommend some good packages include compatibility for Pages and Meteor development ?

1 , please recommend a package has Pagination function for tables and gallery pages ;

2 , please recommend a package that contains the user account invitation code function;

Thank you very much.

Hi there

Sorry about the late reply

Thank you for purchasing pages.

1) https://atmospherejs.com/matb33/bootstrap-pagination

2) Not quite sure about invitation code packages, I think you might have to handle it on a callback, on user create :)

Have you got access to github pages ?

Hi there

1) This is what I need. Cool~ 2) I think I should take more time to understand the user account system inside Meteor.

Thank you so much for you help.

And yes, I have got access to github pages.

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