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,

I’m using your template since a long time and I just noticed something about the selectFx plugin which is maybe caused from an update. If you initialize it multiple times, the placeholder will be the same for every generated select. This issue is also visible on the demo page (eg. form-wizard page at shipping information and payment details – You will have UK (+44) as a placeholder).

Tested with FF 45.5.1 and Chrome 55.0.2

It is a bit confusing for my users. Any guess? =)

Hi there

Sorry about the late reply :) This plugin is a thirdparty plugin we styled with some animation. I will look into this issue

After some research, It seems the selectFx.js v1.0.0 part in the pages.js have been updated.

You should try to revert the change. Replace this: var selectedOpt = document.querySelector(‘option[selected]’); by var selectedOpt = this.el.querySelector(‘option[selected]’);

It is located in the following part: SelectFx.prototype._init = function() { // check if we are using a placeholder for the native select box // we assume the placeholder is disabled and selected by default

Have fun and keep doing the good work :)

Hi, I need to use a data-time field (not range) and unfortunately this feature is not available. When your time can make this feature available?

Hi there

Sorry about the late reply, We do have time field here

http://pages.revox.io/dashboard/latest/html/form_elements.html

Hi, 2 questions:

1) Any update on horizontal menu?

2) Do I need the Extended licence if my end user is paying a monthly subscription for access the admin template that is hosted on my servers? Would have multiple users but all files and documents stored on my servers.

Thanks!

thanks, my github username is realachad.

Hi there

sent you an invite :)

Thank you! I will give to my developer. Is the new horizontal menu more elaborate than the horizontal menu in demo?

Hi, can I please have github access to the rails gem? My github username is hochonvoon Thanks!

Hi there

Check email :) we have sent you an invite

Hi can you update your meteor version 1.4 and check it works with ecmascript (now standard). I get all these errors while trying to build it and nothing loads anymore. I see you have some instructions for meteor 1.1, but this is now very old, nearly 1 year.

I created a new meteor app, pasted all the files from the bundle in (demo/meteor folder), added all the packages in. It runs but the browser side has errors.

rickshaw.min.js:1 Uncaught ReferenceError: d3 is not defined(…)(anonymous function) rickshaw.min.js:1(anonymous function) rickshaw.min.js:1 revox_pages-calendar.js?hash=dc6bae8…:30 Uncaught ReferenceError: moment is not defined(…)(anonymous function) revox_pages-calendar.js?hash=dc6bae8…:30(anonymous function) revox_pages-calendar.js?hash=dc6bae8…:30(anonymous function) revox_pages-calendar.js?hash=dc6bae8…:33(anonymous function) revox_pages-calendar.js?hash=dc6bae8…:40 ar.js:3Uncaught TypeError: Cannot read property ‘define’ of undefined(…)(anonymous function) ar.js:3ar.js ar.js:3fileEvaluate modules-runtime.js?hash=637cb12…:191require modules-runtime.js?hash=637cb12…:116(anonymous function) @ app.js?hash=abc1bbd…:58928 kadira_flow-router.js?hash=1b2a254…:519 There is no route for the path: /

Hi there

Yes they have changed alot from v.1.1 to v1.4 I’m sorry about this. We will try to update it ASAP but if you want to try an older version. We have one setup ready to be downloaded. Simply send an email to support@revox.io

Hi there

We have emailed you :)

Cyber Monday is Over!

Our Cyber Monday campaign has now closed and we wanted to say thank you for all the buyers!

HI,

I’m using Pages with meteor. So when I execute in the iOS app (meteor run ios), the left menu is not working fine. But in the Android and in Safari on iPhone is working fine.

I’m testing in iOS 10.

Do you have some solution?

Thanks very much.

Hi there

You can call the following function

$.Pages.init();

on Template render

Hello,

very nice template, good work.

I’ve got a questions regarding the angular dashboard template:

- How can I bind the content of the HTML5 WYSIWYG editor to a controller property?

Thank you!

Marc

Hi,

We have already done it using a angular directive in angular/assets/js/apps/email/email.js Can you explain your use case?

Is there a way to make the events read-only for example for public holidays.

Hi there

Yes you can :)

this is a sample event

{
                title: 'Call Dave',
                class: 'bg-success-lighter',
                start: '2014-10-07T06:00:00',
                end: '2014-10-07T08:00:24',
                other: {},
                readOnly:true
            }

add the attribute

“readOnly:true”

Hello guys,

Would it be possible for your guys to have a new page featuring a notebook? To create entries, list them, etc…

Something like one: http://flatfull.com/themes/note/notebook.html#notes/3

Notes would be very important for me. Can you possibily give me a prediction on how much time until you release it?

Hi there

Sure :) Next week after we release the new layout options

Hey,

Just to make clear what im talking about css/html bit not the MySQL one as the link i provided is a working notes.

PS: thanks for the answer!

I generated project for rails (with grunt ), and i have problems with sidebar, because the first time run ok, but next not. I supposed it’s turbolink 5.

Now… thank you… very nice

I’ve problem with options of header, not run the links for user, search, and all. But sidebar ok :P

Hi there

I’m sorry I did not properly understand your comment :) You mean the header is not working ?

Hi, I’ve just noticed the Social page is blank when using an iPad. The Social button after clicking on the top left dropdown arrow seems to be broken too. Both work fine on desktop & mobile. Just having the issue on iPad.

I’ve also noticed, when viewing Email on horizontal iPad, there’s a lot of empty grey space the the right of the left Nav.

Despite the above, I absolute love the look & feel of this theme over all others that I tried (And I tried a LOT of live demos), well done!!!

Hi, here are 2 screens. I have a very recent Air pad 2 if that helps.

1. https://drive.google.com/open?id=0B-TiJ3RWQ9tCYVVRX20wM0YyaHM

2. https://drive.google.com/open?id=0B-TiJ3RWQ9tCLXlhcjJKSlk2cFk

Also, I just created a GitHub account… Username: mattcrute

Thanks!

Thank you! :) will fix it ASAP

Thank you! :) will fix it ASAP

Hi, this is the first time i install your meteor what i did first is followed your instruction

create a new project
”meteor create myapp”

then delete all the folders expect .meteor folder (This is usually hidden)

Next copy all the files and folders from

“demo/meteor” folder in the themeforest downloaded package

Next add the following packages

meteor add less

meteor add jquery

meteor add twbs:bootstrap

meteor add cwaring:modernizr

meteor add revox:pages-core

meteor add gromo:jquery.scrollbar

meteor add fortawesome:fontawesome

meteor add meteorhacks:flow-router

meteor add meteorhacks:flow-layout

meteor add zimme:active-route

meteor add momentjs:moment


after that here’s the list under my .meteor/packages https://gyazo.com/c01c9cada2132c6cb5e6cd64e2db398f

then tried to run it and here’s the error https://gyazo.com/683a72758b70998f5562644974d8b553

did tried to install but there’s an error https://gyazo.com/47fb6256952288970f194108548dc770

my app is running but i didn’t see anything the page is blank all i can see is the loading



id check my console and here’s the error https://gyazo.com/e5860e9aac02fc1419ede5eed4987bc6

hope you can invite me also on your github repo my account is jigsgfx

thanks

Sent :)

thanks alot its working perfectly fine now…

may i know how can i hide some unwanted dashboard menus also add a new menus?

Hi there

Go to client/views/_shared/sideBar

:)

Hello Mr. Ace, seems like nice comments and pretty site. Does it have integration to use google fonts/CDN, I checked on page load speed its ~70% will this be optimized

Prior to my purchase, my needs are – is this going to be updated with new features like drag and drop page builder. Will it work in ASP MVC?

In IE the drag drop did not work

Much thanks

Hi there

Yes you can use google fonts and it will not be an issue.

You can further optimize the speed by concatenating files together.

Drag and Drop Page builder for an Admin Template ? :) We are not planning that but we have a Page builder coming for a Website template. It’s a big surprise and we worked on it for a year.

Could you explain about the drag drop IE issue, was it in calendar ?

is it support RTL ?

Hi there

Yes :) You can preview each page in RTL to do so

In your webpage

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

Right hand corner middle, You will find a white button with a circular icon Press that to open a drawer.

And at the very button you will find the option”Toggle RTL”

This is a great Admin template! We are starting to use it on a project, and we noticed a little misbehavior.

The forms checkbox and radio fields needs an adjacent sibling label to apply the styles (e.g. input[type=checkbox]:checked + label {...}) , but in MVC5 between the input and a label its generated a hidden input field with a default value, making the label freeze with the default value.

To work again we changed the adjacent sibling selector ’+’ to a generic sibling selector ’~’.

Maybe this helps others. Cheers

Hi there

Thank you! :)

Ah I see this is in ASP.net ?

Yes, an Asp.net Mvc project (:

Great thanks :)

hello,

we have currently problems with multi day events in the week calendar. in one comment 4 month ago, you wrote that its possible to set the enddate to the next day but this is not working for us.. when have the timestamps from 2016-11-01 till 2016-11-03 it is rendering not correctly.. only on 2016-11-01 it is showing and expands badly under the calendar and not moving into the 02 and 03 day.

Please add me to the private GitHub repo. plunkettscott

Hi there

Invite has already been sent :) Please check email

Hi thanks for the updates, I would also like to share some ideas and input to help make it better. I saw the new release, hoping for the top menu to be more obvious based on my users feedback.

The theme is nice and pretty, fast as well, but the practical user is reporting that  flow is not obvious, and too subtle.

In the top layout, we want section applications areas, and then subsequently on the left menus, features in the areas.

For e.g. the top menus hold modules (Invocing, Administration, etc) within Top Menu Administration, then on the left (after the Admin selection/tab menu is selected then) the user can drill-down/see what actions are available in his left menu, add user, delete user etc. In the current design its very subtle, and also icons as an option would help, guiding the user to the flow would help a lot, can you provide some enhancements/options please on the top menu.

I would also like to ask for some more app pages/widgets on tasks, such as

  • User cards,
  • top 10 trends (tabbed, purchases, registered, active)
  • audits, locked out, resets, number of locins / IP address/users
  • Horizontal timeline, with fold out cards
  • Slider, Page builder
  • Landing Pages/Login tabs that pop out
  • Feedback sticky widget
  • Option to color the menu background, defautl and on-hover

BTW I dont see an extended license in cyber monday sale price, if I wanted to reuse the theme

Lastly, it might help the other new/users, if you can break out the page containers in the documentation, it took me a while, but now I figured it out.

Thanks

Hi there

Thank you for the amazing detail feedback

1. We are making a new horizontal layout based on Pages frontend Menu

2. Yes Extended license is 50%! till 30th, Its a huge discount.

3. What do you mean by Page containers ? :)

Hi Ace, thanks for the response, can you please explain more on the previous questions I asked, and if they will be inclduded in future releases at least what will be included in future release, including future bootstrap support V4 when officially released .

I wold also like to understand the extended license, I will email with details to see if it will work, you once I get your email.

The previous questions on updates is important to me otherwise it will not work for my requirements. The main reason I am considering is because we are not front end, mostly back end only, if its not possible thats fine I can skip, just wanted to ask :)

 

For the DOM containers, this was the question around the layouts – http://j.mp/1qa39ON for the different layouts, this kind of sectioning helps. Also, which pages need which scripts.

Thanks

Hi Ace,

first off, great admin theme, thanks.

I was wondering is there a way to set the calendar (jquery) up, so that the first day of week is monday? I can only do that for the week view above the grid, but then the grid gets broken and shows Tuesday first.

it’s realBK

Sent you an invite :)

thanks

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