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.

You mentioned mobile app framework in V2 in a previous post? What is it? :D

Hi there

Yes Pages is going to be Admin Dashboard, Multipurpose Frontend framework and Mobile Only Framework for phonegap or HTML5 apps :) we were able to get front-end completed but unfortunately we can not finish up the mobile for v2.0 but for v2.1 yes we will have the mobile app. We have a huge road map, there is another big one waiting and we were working on that over a year and paused it but we are going to resume it and work on it, so purchasing Pages will never be a disappointment. Oh and don’t forget AngularJS and MeteorJS for v2.0 its already there :)

Hey!

Looking for a quick solution to this one.

On the sidebar, when putting a sub-menu under ng-repeat> <li class=""> <a href="javascript:;"> <span class="title">Projects</span> <span class="arrow" /> </a> <span class="icon-thumbnail"><i class="fa fa-globe" /></span> <ul class="sub-menu"> <li ng-repeat="project in user_projects"> <a href="javascript:;"> <span class="title">Next</span> <span class="arrow" /> </a> <span class="icon-thumbnail">{{ project.name.substr(0,2) }}</span> <ul class="sub-menu"> <li class=""> <a href="#">Overview</a> <span class="icon-thumbnail"><i class="fa fa-globe" /></span> </li> <li class=""> <a href="#">Settings</a> <span class="icon-thumbnail"><i class="fa fa-cogs" /></span> </li> </ul> </li> </ul> </li>

Makes the child li’s non-selectable. I.e, they don’t open and close as expected when there are multiple li’s without ng-repeat.

Have you experienced this? Do you have an answer to this problem?

Ed

Hi.

So this has now stopped any sub-menus opening in any circumstance?

So: Submenus that are not in an ng-repeat do not open. Submenus that are in a ng-repeat do not open.

Thanks

No, the fix addresses both dynamic and static sub-menu items. I tested with your code and now it works. Do you still get the issue? If so, can you please check if you’re getting any error in the console?

I’ve only just managed to have a look at this, however your fix didn’t work for me unfortunately.

It is working now though. I changed:

$(‘body’).on(‘click’, ’.sidebar-menu > ul li a’, function(e) {

To:

$(‘body’).on(‘click’, ’.sidebar-menu ul li a’, function(e) {

I hope this helps!

Thanks

HELP!

How to make the nav hover stop and make it clickable instead?

Thanks

loaded collapse without the hover

I think get what you want :)

When you click any part of the bar side bar you want to Open the menu ? :)

So once its open you will have to close by re-clicking the same thing again ?

Open up your pages.js file in

pages/js Folder

and got line 1723

replace

 this.$element.bind('mouseenter mouseleave', sidebarMouseEnter);
 this.$pageContainer.bind('mouseover', sidebarMouseLeave);
with
         this.$element.bind('click', function(){
            sidebarMouseEnter();
         });
         this.$pageContainer.bind('mouseover', sidebarMouseLeave);

Make sure you have included the pages.js not pages.min.js in the HTML :)

Hi Ace,

Just wondering if there is any dedicated page for shopping in V2.

Hi there

No we do not have a shopping cart page so far, something that we will consider :)

Hi,

Looking forward to V2.

May I have an invite to GitHub also? – mightyhaggis

Thanks

Hi there

Sent you an invite :)

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

There is no way in your demo to add something to the time line. Is this something I would have to create on my own in addition to purchasing pages?

Hi Ace,

Big fan, love the format and high level of detail. Can I please get an invite to the GitHub? Username: chr15j4m35

Cheers :)

Hi there

Sure! :) and Thank you! sent you an invite

You can check the new upcoming branch here

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

Hi, I agree at least with all the praise you have received. I’m interested to start testing the new version in angular sure I’ll update. Can you invite me to the GitHub repository? Username: synnoc.

Invitation sent :)

I lost access

Hi there!

Can please you invite me to the GitHub repository? (Angular too please) My username is: edstevo

Thanks!

Invitation sent

Hi Ace,

Really love your template / framework. I wish all the items on Themeforest would have the same quality standards as this piece, well done! I am looking forward to see what V2.0 is bringing and am wondering if you can add me to the Github repo as well, username: markvdputten.

Thanks in advance, cheers!

Thanks for your comments. We’re glad you like it. Invitation sent.

Hey, when is V2 supposed to come out?

We are over 80% completed, You will be able to see a completed Angular Version too in github private repository, and planing to release it on the weekend :)

Hi! Great theme you make, already bought it! Looking forward the v2 with the frontend page :)

By the way, could you give me github access (username zenzei)?

Hi there!

Thank you! :)

Sent you an invite to github. Also please refer the branch

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

Front-end is hidden since its going to be a surprise.

Wow I already receive the invitation, that was really quick!!!!! Thanks a lot mate!! :)

The google maps API isn’t connected right on your demo site.

Thank you for reporting this, will update, Google must have change their library

Yes in v1.0 or v1.1.0 this was not there. An API change is the reason, but once the key is configured google maps will work just fine :)

Hi I noticed on the bottom of this page:

http://pages.revox.io/latest/form_wizard.html#

That there is this disclaimer:

“The Top Content Is Soley Created using pages UI Elements such as Invoice, Tabs, Form Layouts etc. and are prior for representation Purpose Only.”

Does that mean that the check out form is included with this package or not? I don’t understand what “for prior for representation Purpose Only.” means. Thanks!

Hi, sorry about the confusion. It’s just a placeholder text. Everything you see on demo is included in the package :)

There github repository for this topic?It is available publicly or only after paying?

Hi there

Github access is only after purchasing :) Pages is not Open-source

hy. There github repository for this topic?It is available publicly or only after paying?

Hi there

Github access is only after purchasing :) Pages is not Open-source

Hey, :-) There will be a part for video in the new version 2.0 ? Thanks.

Hi there

You mean a video player? a HTML5 video player plugin ? :)

Hello Ace,

I have a problem with the calendar. In the pages.calendar.js I set the calendar to start at 8 o’clock and to end at 22. But when I Double click to create an event or if I create an event from the calendar.js by code, the calendar seems to start from 0 and ends at 14 from behind, despite that it appears the 8-22. And only if I drag the event to another position, only then it takes the real time that appears on the calendar. I hope I made it clear to you and understandable.

That’s right! I feel a bit of a relief now!

Good news :)

Update your pages.calendar.js

https://github.com/revoxltd/pages/blob/v1.2.0/core/js/pages.calendar.js

and add the following attributes to the calendar.js or where ever you have initialize the plugin

            minTime:8,
            maxTime:22,

It will only take in the 24 Hour clock :)

Please take an update again :) it should be fine now

Almost 2k sales. Perfect timing to release Pages V2 no ?!? ;-)

Hi there

Yes! :) It is and we are happily coming to the end of the release

Hey Ace -

i want to check an input field for a text ( the text is “open” ) If the user has entered the right text in the input (open) a function should be called / cookie should be set.

So far i have:

$(function () { $("#subbtn").on("click", function () { // check if the text is "open" then do $.cookie('test2', $("#code").val(), { expires: 365 }); location.reload(); // if not say you have entered the wrong text }); });

Hi there


If($('#myTextFieldID') === "open")){

}
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