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

There seems to be a small layout issue. When the screen resolution is at 1900×1200 and the menu is at a fixed position the table bleeds off the screen. It appears to be a media query issue. If you drag the display past 1930 it adjusts and adds the correct padding on the right.

Thanks

Thanks for reporting the issue. Please include the .menu-pin .container-fluid.container-fixed-lg class in pages.css as below:
/*** Large screens ***/
@media (min-width: 1824px) {
  ...
  ...
  .container-fluid.container-fixed-lg {
     ...
  }
  .menu-pin .container-fluid.container-fixed-lg {
    width: 1450px;
  }
  ...

Hi guys! Could you add me on the repository?

User: isramartinez

Thanks!!

Invitation sent.

Hi Ace,

Just had a quick question. We’re very excited for the AngularJS version; will this version remove all of the jQuery implementations and rely solely on Angular (and of course HTML/CSS, etc.) as we are hoping, or will this end up being a mashup of Angular, jQuery, Bootstrap, etc.?

We don’t want any messy jQuery to deal with for our project, we’re looking to keep it clean with a heavy focus on AngularJS.

Thanks in advance!

Hi,

Next update will be a mashup of Angular + jQuery. After that release we’re planning to do a pure Angular version.

Hi, could you guys add me to the repository?

Username: vperdi

Thanks!

Thanks! Would it also be possible to add my colleague? Username: bramkok

I’m sorry we are giving away only one Github invite per regular license.

No problem, we’ll make do. Good work on Pages!

Hello Ace,

I have to use Bower as a package manager. How can I use Bower with Pages instead of Grunt or Gulp?

Alternatively, is there a way to use Grunt “inside” of Bower that would work with Pages?

Grunt and Gulp are not package managers but build automation tools. You can either use bower without Grunt if you only need package management. Look for <!- BEGIN VENDOR JS ->...<!- END VENDOR JS -> in your HTML and remove the plugins we have included with Pages and replace them with bower version. ex:
<!-- Remove these -->
<script src="assets/plugins/jquery/jquery-1.11.1.min.js" type="text/javascript"></script>
<!-- Add your bower components -->
<script src="path/to/bower_components/jquery/jquery.min.js"></script>

OR: You can use Grunt to automatically inject Bower components into your HTML. Here’s a video tutorial showing how to do so:

https://www.youtube.com/watch?v=UYUKu5G-Amw Grunt tools that enable using bower inside grunt: http://bower.io/docs/tools/

OK. I found the project that i’m working on is using Broccolli instead of grunt or gulp. Can I use Pages with Broccolli?

Pages doesn’t have out-of-the-box support for Brocolli at the moment.

Hello,

Theme looks nice as hell, thus the draggable scripts (seen on http://pages.revox.io/latest/nestables.html and http://pages.revox.io/latest/portlets.html) doesnt work on Chrome.

Will you provide a fix soon ?

Thanks

To fix the slowness of draggable portlets, please add the following to your CSS (or at the end of panels.less)
.sortable .panel{
    transition: none;
}

I think the same problem with nestables has been reported on their repo. Please have a look at https://github.com/dbushell/Nestable/issues/92 You will a fix at the end.

Hello,

I checked the plugin http://dbushell.github.io/Nestable/ On their demo page, their first example works fine. The second one “Draggable Handles” doesn’t work.

Can you check why it works on their demo page and not in http://pages.revox.io/latest/nestables.html (it should works fine in your “PLAY GROUND” section at the bottom)

Thanks

Hi there

Sure I will look into this :)

Hi ace,

If I put the following event in assets/js/calendar.js for this page, the event is not showing in the time slot between 6am and 8am but not extending half beyond 8am. Also, how can I reduce timeslot to 5 instead of 30 ?

{ title: ‘Call Dave2’, class: ‘bg-success-lighter’, start: ‘2015-02-24T06:00:00’, end: ‘2014-02-24T08:30:00’, other: {} }

Thanks

Hi there

There were a few changes, so with that I will mail you today :) with it

okay

Hi, did you send the fix by email yet ?

Thanks

Hi Can I have access to the git respository? username is jasontxf

thanks.

Hi there

Sent you an invite :)

Hi, I’ve bought this cool theme yesterday. And I decided to combine it with my MVC framework. So I need to sort the files and place it into my directories. The problems occurs when I tried to regenerate “pages” css with compass sass. There’re a lot of missing css between the new generated css and the old css in your “getting started” folder. I’ll be glad if you can update the sass files soon. Because all I can do right now is just fix which not appear correctly, and I don’t know if I missed another one. Thank you

Hi there

Im sorry about the SASS files, its still under beta you got it from the Page repo right ? :)

you used bootstrap-datepicker, is there a reason you did not use bootstrap-daterangepicker instead? can we use bootstrap-daterangepicker instead? if so, is there anything we need to be careful about or adjust?

gotcha, I just looked and I see that . . . cool . . . however, I noticed you did not use all the components from the original plugin, such as “moments.js”

Any reasons?

We don’t use the moment.js file that came with the plugin because we were already using it. In the HTML you’ll see we have included the following line before including daterangepicker.js
<script src="assets/plugins/moment/moment.min.js"></script>

ok, thank you for the extra info! will give it a go

Also, I forgot to ask in my last post, is it possible to use Webarch elements with the Pages theme? For example, I like the Form Wizard (http://revox.io/webarch/2.7/form_validations.html) that is included in the Webarch theme. Is that compatible with the Pages theme? Thanks!

Hi there

Yes you can but you will have to import the less file in to it :) will you be needing directions ? for that :)

Awesome! Yes please, some directions would be great :) Thank you very much!

Hi there

Really sorry about the late reply.

Here is the less, html and js required to run the wizard :)

https://gist.github.com/teamrevox/f447e6f646dcab1f9d29

Hello Ace,

Love the theme and support! I am wondering if there is a way to have a “boxed layout” or “inner boxed layout” with this theme? I have looked at your other theme (Webarch) on themeforest and these two options are available. I was curious if it would be easy to add these two options to the Pages theme? If so, do you mind sending me a “gist” on github? I already have access to your repo :)

Awesome thank you very much :) Just curious if there is a timeframe for this? Will it be posted in GitHub in a couple of days or in the next release such as v1.2? Just wondering so I can plan my project accordingly. Thanks!

Hi there

Yap in couple of days :) I will push it to github.

Awesome!! That’s great news :) Last question, I promise. Will you be including both versions of the boxes layout such as the “boxed layout” or “inner boxed layout”? My favorite version is the “inner boxed layout”.

Really awesome Support thanks so much ! One last question :)

I have a Select2 in the fill-in Modal.

What i want is:

If i click the link in my menu the Modal should automatilcy pops out. Then i have to select an option – After i selected an option and click the button the selection should be shown in my form on the page.

Here`s a screenshot so you know what i mean:

https://cloud.githubusercontent.com/assets/8193345/6334086/875852f8-bb92-11e4-8155-eee55acd70b6.png

If i now select an option and click the button the popup should close and the selection should be shown in my form on the page.

It would be awesome if you can tell me how to to this.

Sorry about the late reply, different timezones :)

try this

 <a href="#myModal1" role="button" class="btn" data-toggle="modal">Launch Modal</a>

No problem, you make an awesome support :)

This is a normal a which opens the popup yep. But i need an anker tag with my link e.g

<a href="/url/to/create" ...=""> The link of course is working but if i click on my link sure i come to my site but if i come to the site the popup should first open. Do you know what i mean ? I tried <code> <a href="/url/to/create" role="button" class="btn" data-toggle="modal" data-target="#myModal" ...=""> But this does not work. </a></code></a>

I assume you want to open a page inside the modal. I found a tutorial which does that job for you.

Tutorial: http://garridodiaz.com/bootstrap-3-modal-external-url/ Example: http://jsfiddle.net/f2Fcd/

Is it possible to use time for the Date Range control? e.g for opening times “12 PM > to 13 PM”.

Thank you.

I read the daterangepicker doc and first i forgot to include the moment.js

And i only need the time – no date – is this possible with this plugin ? I didnt see anything about to set the date to false or something like that.

OK i think i should go for the timepicker :)

Yes, I think you should be using timepicker plugin we have included. Daterangerpicker can’t show only the time it seems :)

Can you tell me how i can check an input field for the remaining characters like on twitter ?

So i can only type 30 characters and the input filed shows me how many characters left ?

Hi there

Yes you can :) first create a div

(function($) {
    $.fn.extend( {
        limiter: function(limit, elem) {
            $(this).on("keyup focus", function() {
                setCount(this, elem);
            });
            function setCount(src, elem) {
                var chars = src.value.length;
                if (chars > limit) {
                    src.value = src.value.substr(0, limit);
                    chars = limit;
                }
                elem.html( limit - chars );
            }
            setCount($(this)[0], elem);
        }
    });
})(jQuery);

create a span or div with the ID chars, you can rename it to anything you want.

var elem = $("#chars");
$("#text").limiter(100, elem);

Hi,

I want to use single file upload control. There is no provision of this control. Also i wish to place drop file upload element below some of my form controls. Will it work? Before Purchase i wish to confirm on this.

Thanks You, Bhavin Gajjar

Hi there

You must be talking about the browser button ? :) currently no but will love to get in the upcoming update.

Yes. Input File element with Browse, Change, Remove, File Preview, etc operations. This I need for single file upload. Currently I feel your drop uploader will take more space on my page.

Hi,

just purchased this awesome theme. Please invite me to your github repo. My username: MiDniGG

Thanks! Andy

Hi there

Thank you! :) sent you an invite.

Hi,

I just purchased. I can see a few psd files but no timeline, gallery etc… How can I access all of the psd files.

Thanks.

Tristan.

Hi there

Currently we did not add the new gallery and timeline to the psd list, I will be able to send it to you when its ready by tomorrow, do drop an email to support@revox.io :)

yes please send through asap. I will email support now.

Got it :)

Hi. Any update on a boxed layout? i.e. the entire content to be boxed including the menu and top nav bar, not just the internal content as suggested previously in another post.

I’ve read previous comments and replies and you mention that it might be a bit difficult to integrate this due to the slide out left menu. What if you force the menu-pin class when a boxed layout is selected? Would that work?

Cheers, Peter

Hi Ace.

Any ETA on the boxed layout enhancement?

Hi there

Its already on the list, working on a big surprise update for everyone :) you can, There were some complications for box layout so paused it and continued the other stuff. I will update ASAP

Thanks. Looking forward to seeing the new updates.

Cheers, Peter

Hi there

Just updated :) and thank you, will be updating docs continuously

thank you always for being so responsive and collaborative!

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