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.

Can we also have a navigation bar that open up only when you click on a button as traditionally happens like this:

http://theme.pampersdry.info/miveus/html/#/dashboard

Some people don’t like it when the navigation bar scrolls out. When they learn what the navigation items do they click on them directly without opening up the menu and prefer it this way.

Also, any plans for a horizontal menu?

Desktop. You know when you hover over the navigation panel at the left it automatically scrolls out? Can we have a version that needs an icon to be pressed before it comes out?

Awesome about the horizontal nav bar :)

Hi there

There is no public api function so far that is in pages.js v1 but will add in a public function that can be called to open the sidebar :)

Hi there!
I’d like to have SASS versions as well as in your documentation http://pages.revox.io/doc/jquery/working_sass.php.
Thanks!

Hi there

Can you drop an email to support@revox.io ? :)

Please do not its not even public beta. there are a few bugs in sass, will try fix them all in v1.1 :)

Thank you very much! :)

Hey – I have the Form “Slide Toggle”. Now i have a span with a price and i want that the prices changes if i slide the input.

How can i do this, can you give me a little jquery snippet ?

You can use the above gist we have shared to start things off.

ex: changeCheckbox.onchange = function() { if(changeCheckbox.checked){ changeField.innerHTML = '<p>$2000</p>'; } else { changeField.innerHTML = '<p>$1000</p>'; } };

Thanks for your awesome help ! :) But it seems not to work: http://jsfiddle.net/7zgbd3a4/

Hi there

Sorry about the delay, made some changes :) do have a look

http://jsfiddle.net/7zgbd3a4/1/

Hi there

You can change it if you open up page.social.js

there is a colWidth: 300 for mobile, Jquery isotopes work in dynamic way where it sets the width we can also set width per screen but that is a different method and requires abit of implementation :)

Oh ok… There is also the issue of the items overlapping in the screenshot though. I don’t suppose this is normal behaviour?

Hi there

I did check but did not find the same overlaping issue, will try screen resize :)

For some reason the margin changes on the tooltips on hover:

http://pages.revox.io/latest/notifications.html

Also, can notifications be made to disappear after X seconds?

Hi there

Yes you can have a timeout

http://pages.revox.io/doc/jquery/notifications.php

There is a timeout attribute :)

Hello,

Nice work!

Quick question, how can I get “page-sidebar” to always be visible? Today you have to check the button for it.

Hi there

We have mention it in the doc :)

http://pages.revox.io/doc/jquery/layouts.php

Under the heading

“Divided Header & Fixed/Pinned Menu”

I see in the dashboard page you are using the widget class instead of panel to create portlets. I am wondering what is the reason and what is the difference between the two. I was not able to find content related to the widget class in the getting started document.

Thanks for the support!

.widget-* classes contain styling specific for dashboard panels (portlets) . They also have .panel class applied which will inherit styling for all panels. ex: <div class="widget-1 panel no-border bg-complete no-margin widget-loader-circle-lg">...</div>

If you can look at demo/assets/js/dashboard.js (from line #630) you can see how we have initialized portlets for those panels. Let us know if this helped.

you have no “native” ajax link / form loading feature “built into PAGES” correct? We have to use our own plugin like “JQuery Forms” from Malsup? If this is the case, do you have a certain one vs. another that you favor or know would work better with your PAGES code?

Hi, we use jQuery Validation before doing jQuery’s AJAX form submission. Sorry we haven’t done such comparison yet but you can use any plugin with Pages :)

thanks : )

How to make tab-pane scrollable?

Hi there

You can add a div or class name “scrollable” as mention in the portlets page :)

<div class="scrollable">
  <div style="height:100px">
   ...
  </div>
</div>

Thank you that worked. but wondering if I can make the height 100%? cause I tried that but then no scrolling..

Hi there

The parent element has to have a proper height, either 100% scaling to the page. but tabs do not behave like that, it expands to the content height which is set to auto :)

Hope you got what Im talking about

when we save our pages site via. the HOMESCREEN option for iOS devices (iPad / iPhone) so we can access it as a direct-click-app, all works on the first click from the App Button, but then the minute we click on a link in the navigation or anywhere else it jumps out and into SAFARI browser on the device. Any way to stop this?

Looks like this jQuery plugin can solve that problem. Can you try it and let us know?

https://github.com/mrmoses/jQuery.stayInWebApp

Thanks for this . . . will give it a go and report back!

so far we applied it to the index.html page and works “as advertised” . . . super cool . . . no side effects yet . . . will keep you all posted should anything come up later : )

Hi Again, Do you have a list of plugins that are included and what it does? Perhaps a link to the respective documentation. Kinda like a cheatsheet. :)

Hi there

Good idea, will update the doc to view the list of plugins and a description :) . I will post comment once its updated

Hey! Where can I get the Sass files?

Ahh nvm, I just searched the comments and found that the Sass was discontinued. I hope to get it in the future :(

Hi there

Sorry about that, We do have beta, but the final result color is not the same as the LESS. Will try to get it out in v1.1 :)

I’m experiencing an issue with the fill-in modal. When I include any select2 or cs-select input selects, they popup ‘behind’ the modal…so only if I close the modal after initializing the select, there are the options shown. Really weird, I think.

The second thing is that I can’t for the life of me, figure out how to apply the options to the modal (especially keyboard: false and backdrop:false) to disable closing of the modal without hitting a ‘save’ or ‘submit’ type button.

Any news about the select2 and cs-select option menus being shown BEHIND the fill-in modal? I have the form select box as part of the modal, but the options only open behind the modal…ugh…

Patch : Quick fix – Select2 on Modal View

Add the following code to css or LESS

body.modal-open .select2-drop-active{
  z-index:9000;
}

perfect fix! Thanks!

Hello, great template! We just wanted to tweak it a bit and were wondering if you could share the original photoshop/illustrator design files used to create it.

Thank you!

Juan Andres

Sounds great Ace! Do you have a particular date for that release or is there something you could give out in advance?

Hi there

With Holidays coming up I doubt that any of the updates will be accepted until Monday so will take my time to fix any of the bugs that are reported during the week and submit on a Tuesday so my guess is Mid of next week :)

Sounds great Ace! i will wait until them happy holidays!

Hi,

I am having a bit of an issue with the circle notification which im hoping you can help with. When i display the notification it shows up fine for a split second and then all of the text disappears. The notification stays on the screen but with no text. Any ideas what could be causing this?

Thanks that is sorted it! :)

Another issue i am having is with the select2 plugin within a modal. It does not show the drop down, only when the modal closes it then shows. Is there an easy way to resolve this?

Patch : Quick fix – Select2 on Modal View

Add the following code to css or LESS

body.modal-open .select2-drop-active{
  z-index:9000;
}

Thats done it :) thanks for your help!

Hi There, Firstly I want to say, damn good job. I’ve been in the industry for over a decade and I’ve bought dozens of themes. So I can say with confidence that its really rare that I look at a theme (and code) and go WOW.

The code is clean, the concepts are very well though through. Its innovative and mature all at the same time. I’ll be following your work closely from here on.

We’ve tried to implement the code and everything is going very well. I have a suggestion, please include 2 items in your upcoming release: 1) A Carousel/Slideshow widget. Because even for an admin system we still use those for showcases, tips, guides, etc. 2) An isotope/masonry showcase/portfolio. Always useful to sort through media assets.

These requests might dovetail with your gallery release as well. Thanks again and keep doing what you’re doing!

Thank you very much! We’re so glad that you liked Pages :)

Thanks again for your suggestions. We’ll consider integrating them in an upcoming release (probably in 1.2).

I wrote up a typescript definition for your custom pages.js – available here https://github.com/volak/DefinitelyTyped/blob/master/pages/pages.d.ts

I just started working with your template, I will probably add more definitions for the other files as I get to them.

If I can make one request, currently pages.js is not designed well for a SPA unless I want to call Pages.init() every view load. Can you separate the class definitions from the jquery event api?

Thanks much for the great theme

That’s great! We’re planning to release an AngularJS version soon. Hope you’ll find it useful if you’re making SPAs :)

Love this theme to bits… as a crusty old machine compositor (in a life and galaxy far far away) I am warmed to see typography rule design.

It is just so good to see someone who understands the semiotics of good typography in place of the often disorientating overuse of graphics for graphic’s sake (as 10cc said… art for art’s sake).

Just one question. I want to turn off the search function, how does one do this. I see it is embedded in the pages.js, is there a simple setting to remove the functionality without editing the js?

Cheers and thanks for a beautiful design.

Tony Benci

Hi, We’re delighted by your comments. Thank you. :)

You can disable search by removing the $('[data-pages="search"]').search({...}) in assets/js/scripts.js.

Hi ace… thank you for your timely response (especially a day or two before Christmas :)) I will follow that instruction accordingly.

Regards Tony

No problem. Have a merry X’mas Tony!

Hi ACE, I am trying to put the sidebar in a separate html file and load it dynamically on other html pages. However, the sidebar doesn’t slide out when I hover my mouse over it or click on the sidebar in the desktop view. In mobile view, the sidebar will slide out when I click on the hamburger icon on the top left. I have tried using jquery .load(), .append(), and .html(), and reinitialize the sidebar ”$(‘[data-pages=”sidebar”]’).sidebar();” None of it works. The only time it worked is if I use HTML import functionality. However, not all browser support HTML import yet.

Please let me know if you have any idea. Thanks.

As for the iOS performance lag, why do we only notice the lag in iOS. If we run the same thing on Android Chrome or PC Chrome/Safari, it runs very smooth.

Hi ACE,

Any update on the comments above? Thanks.

Hi there

Sorry about the delay, Will look into to it now :)

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