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,

Great looking design!!

Are you open to Custom Work Not that I didn’t like this one, but would like the template to be exclusive to us, that’s the reason :)

Hi there

Thank you very much! :)

Bit sorry to disappoint you but our hands are bit too tight to take in 3rd party projects because of the on going updates on pages and webarch :) Hope you understand

Hi Ace, please add me to your private Github repo – my username is dmpicture

Thank you! :) :) :) :) :)

Sent you an invite :)

Hi, bought the theme and working it right now. It’s great. Just a question:

- How can i make a “bouncy flip” notification load automatically once the user loads the page?

Thanks in advance Martin

Hi there

Yes you can we have mentioned it here :)

http://pages.revox.io/doc/jquery/notifications.php to place your code in document ready :)
<script>
$(document).ready(function() {
    // Apply the plugin to the body 
   $('body').pgNotification().show();
});
</script>

Hi Ace, thanks for your replies. I’m not an expert in jquery syntax.

I’m trying to show a notification on page load. Your code was ok to show it, but I don’t know how to set the options.

I tried:

<script>
$(document).ready(function() {
    // Apply the plugin to the body 
   $('body').pgNotification({
                    style: 'simple',
                    message: message,
                    position: position,
                    timeout: 0,
                    type: type
                }).show();
});
</script>

No luck!

You have to set the options. :)
$('body').pgNotification({
 style: 'simple',
 message: 'Message goes here', // message to be displayed here
 position: 'top-right', // make it appear from top right
 timeout: 0, // in milliseconds. 0 - infinite
 type: 'info' // show 'info' notification
}).show();

For all the options please refer to http://pages.revox.io/doc/jquery/notifications.php

Love the theme! Just curious to know when the next update will be rolled out? And when it is, will it be a minor or major update?

Thanks!

Hi there

It is some what major :) it has alot of new features coming up like boilerplate and also a in detail demonstration for hybrid app developers who use phonegap.

sounds wonderful! What is the approximate timeframe for this update?

my github username?shuhong3621 Why github connection you send inaccessible?

Hi there

Just added you :)

Ok this is a completely dumb question, but how does one go about making the side nav bar? thanks

Hi there

Im not sure if I got you. You mean to add new links to the main menu ? :)

sorry, I was just looking for the proper headers / jquery links to enable a functional nav-bar. i don’t see that listed in the documentation anywhere. perhaps someone could point me in the right direction? Thanks!

I seem to be having problems with the pgNotification notifications.

Whenever i set the timeout to anything other than 0 the notification just flashes up on the screen and disappears before you have time to read it.

$('body').pgNotification({
  style: 'bar',
  message: json.message,
  timeout: 5,
  type: 'success'
}).show();

Any ideas on how to fix this?

Timeout should be in milliseconds :) ex: timeout : 5000

Ahh, my bad. Will give that a go :)

Hello there, shouldn’t the pin button on the sidebar “remember” its state? E.g. when i click pin button, I want on next page sidebar be pinned (or not) as on previous.

Where to hook up (or override in assets/scripts.js) by myself (without touching pages.js?) to achieve this?

Hi there

You can always trigger the pin, but we do not recommend saving it in JS doing it on the server side is the best as you will see it pining when there is a network delay :)

you can always trigger it by

$('body').addClass('menu-pin')

Hello, Great Theme. Am loving it. Can you send me an invite on github. username is dannesh

I have a few request if you can make available in the next update

1. Can you add a dropdown menu for the user info on the header 2. Do you plan on adding bootbox 3. Can you make the theme colors save in the cache so browser can remember color user choose. 4. Boostrap timepicker

Thanks

Hi, Please drop a mail to support@revox.io with your purchase code to get invited to github.

Your requests are already in our update list. If the time permits we’ll include them in our immediate update.

Thanks for the awesome theme. Love it.

However, I discover a few issues while implementing it…

  1. ‘menu-pin’ class does help to pin the sidebar menu. However, the layer with the class content, is always shifted to the right. This make the content not centered aligned. Any ways to stop the layer to shift to the right?
  2. ‘btn-tag btn-rounded label’ doesn’t seems to look as designed inside the table class
  3. Any plans to make a generic version for the email layout? Instead of email-wrapper class, etc. I reckon it is very useful for a lot of use case. Maybe calling it list-detail-view?

Lastly, can I get an invite to the github repo? My username is mickeyckm.

Hi there

1) Can I see a screenshot, it would be alot easier then :)

2) Yes buttons and a small css issue with tables will be fixing it

3) Correct will be making a the email layout generic.

also I sent you an invite to github

Here’s the URL to the screenshots: https://db.tt/TdS6bQws https://db.tt/fwiZ3UUa

If you look carefully on the right side of the table or panels, the spacing on the right is very small compared to the left side. If you use the table, it is more obvious that it got slide off the screen.

It’s nice if the effect is to temporary pin it, but for a permanent style where the sidebar is always pinned, it will be better to have both the spacing of the canvas to be equal.

Hope i explained clearly.

Hi there

Sorry about the late reply, can you try removing the class “container-fixed-lg” in the divs that the row is wrapped ? :)

Would like to checkout the github repo. Username is lyralux. Thanks

Sent you can invite :)

i’d recommend to add really more tabs data styles & options for next version ;)

http://www.keenthemes.com/preview/metronic/theme/templates/admin4/angularjs/#/datatables/ajax.html some more colorful & options to add column, sort tables, expand or collapse etc. mainly option of dynamic & colors (tags, icon & you awesome beautiful checkboxes :p)

Check that one too (& some crazy functions like the crop image :p) http://themes.laborator.co/#theme=xenon

Thanks for your suggestions. We’ll consider them.

Hi Ace, can you add me to the github repository? My username is filipac

Sent you an invite :)

Thank you for Great theme, but i have one question. i don’t know how to handle user

  • on list to open conversation for example if you click any user on chat it open the same div as you know if there is real chat will be difference data depend on user witch have been clicked i understand it for note as i found it on pages.js as for chat users i don’t understand how it work at all :) thanks for your help on advance
  • Hi there

    We have not implemented a callback method for that chat, will add that as an update but here what you can do :) .user-list is the class added to the li > a :)

    https://gist.github.com/teamrevox/10797a86049b2a9acb46

    Can you give us an idea as to when the angular.js version is coming please?

    Thanks.

    Hi there

    We are currently working on v1.1 and afterwards v1.2 is going to be all about angular :) we are going to release v1.1 very soon its kind of big with the boilerplates for sails, express and meteorjs.

    where exatlcy can i find the documentation for the Vector Map plugins ?

    Please send us a mail to support@revox.io to receive the documentation.

    Maybe this sounds weird, but how do I get a simple notification working on my copy without the whole form etc. Hope someone can help me into the right direction.

    Hi, it’s easy :) we have explained it in our documentation. You can refer to the script demo/assets/js/notifications.js to learn how we have called each notification type in our demo. Let us know if you need further clarifications

    Yes please, I have a form which I want to show a success when its successful.

    so in this if-else statement I want the info to show in a notification.

    if(updateInfo($_SESSION[‘id’]) === TRUE) { echo “Successfully Updated
    ”; } else { echo “Error while updating the information”; }

    sorry for the noobie question

    Hi Ace, I sent the email to support@revox.io yesterday with my github username and purchase code, but no any response so far, please add me into github. Thanks.

    Hi there

    Sorry about that. Just added you :)

    Thanks! :)

    Hey, Ace. How should I set (without changing the pages source) the sidebar to start out as pinned on page load?

    Hi there

    Yes you can add the class

    menu-pin
    

    To the body tag

    We have mentioned it here :)

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

    Thanks. Thought I knew my documentation well enough by now. :P

    It would be awesome to have the email navigation as a submenu. Would this be possible to add this to the update ?

    Do you have maybe a quick example to have the email menu and on the right side the normal content ? ( without these current email rows ).

    Just to have the email menu as a secound sidebar

    Hi there

    I’m not sure If I got what you said, you want to have email menu items inside the main menu ? :)

    sorry for my bad english :D

    http://awesomescreenshot.com/0f246p1rf0

    The Email menu is nice for a submenu. Maybe you can add a class or something in the update so i dont have to put this manually to the css file ( margin-left: ) of the email content section

    Thanks for your suggestion. We’ll consider that in a future update.

    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