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.

Hi @ace.

Is there any chance to have access to the angular version? My github username is akatche

Thanks in advance

Hi there

We have already sent an invite :) can you check again ?

@ace thank for the continuous hard work! Can hardly wait any long, when will the 1.2.0 be released?

Thank you! :) we lied its more like v2.0 ;) its that big, working day and night trying to get it released. You will be able to use Angular and Meteor by the weekend and I’m a bit sorry to drag it this long it will be during next week officially

I totally understand. I look forward to the V2.0 release as you claimed it to be!

Dear @ace, I would like to access the GitHub repo. My username is firdausramlan. Thank you.

Hi there

Sent you an invite :)

Hello!! I’m having an issue with datepicker into a modal, it’s not showing the datepicker.

I have tried with the gisp you have made and is not working as well, the datepicker is behind the modal, as you can see in the print screen:

http://prntscr.com/6uf6le

Is there a way to solve this?

thanks!!!!

Hi!! Thanks for the fast reply!!

Well, it worked on firefox but not on chrome :/ It’s kinda weird

My bad, the ! should come in front of ā€œimportantā€. Please try the following:
.datepicker.dropdown-menu{
z-index:1200 !important;
}
. If it works now, you can ignore the below lines :D

Did you set any config option in datepicker to load it inside another div other than body (as a child)? If so, that parent z-index maybe conflicting. It’d be great if you can share your code with us (support@revox.io)

Now It works in your example, but not on my code :( I’m going to send you an email with details ;)

thanks!!!

Hi there,

We need a bit of help in regards to styling your awesome theme with datatables. We have purchased your template as well as the editor upgrade (http://editor.datatables.net/)

So we just have a few inconsistencies that I was hoping you could just look at and this would be paid work for you. Likely 1-2 hrs max Id imagine.

Just things like… - tooltips showing the way you have here on the TABLE WITH EXPORT OPTIONS - editor modals that come with datatables are very basic while in your template example they look really nice (your modal popup when you click the ā€˜Add row’ button - few other button items

so its mostly cosmetic stuff if you will

Please let me know if you are interested. I know you’re in the midst of a new version release so I can definitely wait a week or so.

If you are not available do you know someone you could point me to?

Thanks again for your help

awesome, Ill send you an email right now to touch base – Thanks!

Got it! :)

Hi, awesome template! Can I get acces to test Angular version, please? My username is emichiappero :) Thanks!

Hi there

Sent you an invite :)

Is it easy to integrate this template for a Java project on Eclipse IDE?

Hi there

We do not have any boilerplates for java projects yet, currently only for expressjs, sailsjs and ruby rails and an beta Meteor package. It should be quite easy if you chunk them down to modules, like header, foot & sidebar :)

Some icons are png images, it would be nice to be fonts, like fontawesome

Hi there

You must be referring to the icons on the top, yes because we wanted to get a good clarity out of them, they are actually pixel perfect icons :)

Hi Ace, i have some inconsistency between my event date starting at ā€œ2015-10-07T06:00:00ā€ and the day calendar rendred view is drawed at Thursday 8. I changed my default calendar setting to : locale: ā€˜fr’ startOfTheWeek: ā€˜1’ endOfTheWeek:’0’

Hi there

This is a known bug and its fixed :) will you able to drop an email to support@revox.io so that I can email you the pages.calendar.js file :) Simply replace with yours and you should be ok.

Hey! Found an issue with the moment.js inclusion in the package.js for Meteor. I had to remove it from the package.js and manually install it.

Meteor (not the browser) was throwing ā€œthis function is undefinedā€ error and pointing to line 130 of daterangepicker.js, which uses moment. Even though it was included after moment, it still wasn’t working until I manually installed the momentjs package.

When I did that however, pages.calendar.min.js threw a console error, had to remove that from the package.js as well, and add it manually in the client folder so that it would load after moment.js.

Hi there

Thank you for reporting again :) Moment Js seems to be the official package in atmosphere.

https://atmospherejs.com/momentjs/moment

I will also check it out.

You’re welcome! And it is, all I did was enter meteor add momentjs:moment in terminal. That’s the same package you included in the package.js, so I’m not sure why it didn’t work the original way. Checked the source and the file was included originally to. Might have something to do with the version, but I can’t be sure.

One more thing, I can’t get the Bootstrap-wysihtml5 plugin working. ā€œTypeError: Handlebars.template is not a functionā€ is logged in my Firefox console, Chrome isn’t giving me a specific error, just says undefined is not a function.

Hi Ace,

Is the frontend ready to go ??

We’re looking forward to play with it ;)

Cheers !!

Hi there

Yes! :) its almost there, testing out different devices, also we are doing angular & frontend simultaneously and new bunch of features coming out ;)

Can’t wait :D

Hello, i would like to get access to the repo too please. My username is: karlozm

thanks in advance!

Hi there

Sent you an invite :)

Thank you very much! Joined to the party!

Hi,

Purchased this theme few days back. I was playing around with the layout today and discovered the following:

I created a row with 3 input fields @ col-md-6, col-md-3 and col-md-3. The layout seemed fine on a large screen, See http://prntscr.com/6t8do5.

But on a smaller screen, the input fields had unnecessary paddings on the left and right. See http://prntscr.com/6t8end.

Is there a quick fix for that I can use?

Cheers.

wrong link :) here is the correct one: http://prntscr.com/6ta592

Oops. I made a small mistake. Use this instead, this will address both issues :)
@media (min-width: 768px) and (max-width: 991px) {
  form .row [class*="col-md-"]:not(:first-child),
  form .row [class*="col-md-"]:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
}

Awesome! Thank you :)

Hey Ace,

Just sent you an email through your profile page about getting access to the Meteor package on your github repo. Just didn’t want to publicize my username in the comments.

Thanks!

Sorry about the late reply :)

Just a quick note, Im glad that everything was ok

about pages.init()

    // Call initializers
    Pages.prototype.init = function() {
        // init layout
        this.initSidebar();
        this.initDropDown();
        this.initFormGroupDefault();
        this.initSlidingTabs();
        this.initNotificationCenter();
        this.initProgressBars();
        // init plugins
        this.initTooltipPlugin();
        this.initSelect2Plugin();
        this.initScrollBarPlugin();
        this.initSwitcheryPlugin();
        this.initSelectFxPlugin();
        this.initUnveilPlugin();
        this.initValidatorPlugin();
        this.initView();
        this.initListView();
    }

It does the following, so initValidatorPlugin() is called in too.

Yup, I saw it in the pages.js file. Just remember for Meteor, you can’t call that pages.init() function in the definition file, because it depends on the template being rendered. Has to be called in a rendered callback. Once that’s taken care of, things work fine.

If anything else pops up, I’ll be sure to let you know.

Select2’s styles were off. Meteor loads package files first, then files in the lib directory, then assets are sorted alphabetically. The pages.min.css file with all the rules needed to be included in the project’s client folder, and I named it ā€œzzzzzz.cssā€ just to get it to load last. Keep that in mind for your updates too.

Hi, can I get acces to test Angular version too, please? I have username ā€œpetrbednarā€.

Have a nice day.

Hi there sent you the invitation :)

Its in the following branch v1.2 not in the master

https://github.com/revoxltd/pages/tree/v1.2.0

One main style that appears to be missing is the styling of standard file inputs (singular). I see you’ve included a dropzone uploader, but sometimes we just want a single file input to look good.

Hi there

Its in our update list for v1.2 :)

Hello Ace, could you please help me replicating some bits of the Demo? In the index.html (Dashboard) there is this widget-3 with some text that is animated, I trying to add it to my project but for some reason all the text is overlapped. Am I missing something? I add MetroJs to my project, and properly started it in the element with: $(".widget-3 .metro").liveTile(); this is the html of the widget-3 I am using (straight from the index.html (dashboard) in the demo folder): https://gist.github.com/kreoo/f21315991b4a19231369
You also need to include the CSS file:
<link type="text/css" rel="stylesheet" href="assets/plugins/jquery-metrojs/MetroJs.css">

I just wanted to say thank you for the awesome framework you have built. I have been using it for a few months now and I love it more and more everyday. Plus, the support you provide is the best on Themeforest. I could not be happier :)

Hi there

Thank you very very much! :) stay tuned for the new update

Can you explain the idea behind using font classes?

E.g. div class=ā€fs-14ā€

I’ve seen it in a few other frameworks but I can’t imagine how this is good practice? It seems we are going backwards and handing styling back to HTML instead of CSS where it belongs. If I want to make an update in the future and change all font sizes from 14 to 16 I’ll have to edit each instance across all of the html instead of just one section of CSS.

Am I missing something here?

Thanks

Hi there

Sure :)

These are helper classes.

The goal behind is for you to make quick elements without having to touch your css.

Example

you have a two paragraphs one with a smaller font and both wrapped in a div with margin top so instead of doing this

.my-widget{
margin-top:10px;
p.small{
font-size:12px
}
}

You directly make it in your html

<div class="m-t-10">
<p>Hello World</p>
<p class="fs-12">I'm a the small typo
</p>
</div>

This really helps us to make widgets without having to update the core css file, so every-time we add a new widget the file size of the css will not increase. If not for these helper classes by year or so you will be looking at at-least 800kb css file that you might not even use the entire classes. Yes there might be downsides, our recommendation is use it carefully but it really really helps :) And yes it is a good practice, most of the people who bought recommended it and so far they love using these classes.

Hope you got it, if you have any questions feel free to ask

You can see more about helper classes here

http://pages.revox.io/doc/1.1.0/jquery/helpers.php

Hi Ace, I realize this isn’t a gulp tutorial page but If you can lend any assistance, it would be appreciated:

I’m trying to get gulp watch to recognize the ā€˜assets/less’ folder as well as the ā€˜pages/less’ folder. I really want to compile all these files into one css file using gulp since editing the ā€˜pages/less’ files will be overwritten with updates.

I edited the glupfile.js’ watch function to include the assets folder in the path like so:

gulp.task('watch', function () { gulp.watch(config.pages+'/less/*.less', function(event) { gulp.run('less'); }); gulp.watch(config.assets+'/less/*.less', function(event) { gulp.run('less'); }); });

I ran gulp watch, made some edits to the assets/less file and did see the css file in ā€˜pages/css’ was updated via a timestamp. However, when I search for my new classes, I don’t see them in the ā€˜pages/css’ file.

Can you lend any guidance? I want to stay away from editing any of the core pages files.

Thanks

Hi there

I’m facing a similar issue, gulp has been updated and so has the gulp-less packages by there authors there some big changes in the changelog, your are not seeing any errors in your console ? Will send you a fix for this :)

No errors in the console. Not sure why I would since it’s just updating the css file and isn’t even making it to the browser. unless I’m missing something?

No your not missing anything :) I will post a fix in a few hours for this, could you be able to email me your package.json I just want to see the version numbers for gulp and less :) its support@revox.io

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