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.

hello i have my sidebar always open, with icon/button that hide it if needed, but i need to hide it when i click/tap anywhere outside sidebar, how can i do this?

sidebar is open on big screens on small it hidden and to show/hide it needs to tap button i want to tap everywhere outside the sidebar to hide it

4 days gone where is the support?

Hi there

Sorry we missed your comment. We are really busy with the big update on Angular 5 coming out for pages. This is not supported out of the box. But here is a work around solution

$('.content').on('click', function() {
 $("body").removeClass("menu-pin");
});

You can add this in your custom js file. :)

Note
 $("body").removeClass("menu-pin");

Is the key to remove menu-pin

Hello, do you have any ETA of the upcoming release?

Hi there

Its very close. I have about 7 task left :)

Hi, I have one page work, if you share your contact as a freelancer, I want to get freelance service from you if possible.

Hi there

Sorry we can not take in custom freelancer work at the moment :) Thank you !

Waiting for non-jQuery / React versions. Any accurate release schedule? We have an urgent need for those versions. So if release is delayed we have to make some decisions to choose other theme. Really like your theme’s quality! Awesome work guys.

Hi there

Angular version non jquery will come out in a few days. We re-wrote pages js to native js. But plugins are still the same for html. So the current release will not help you much on thirdparty components for react.

We need basic layout things (dynamic menu’s etc) without jQuery. Most of 3rd party components what we need is available for React and we fork them to React our self. We currently using another theme on our project and we want to change to Pages because it fits better on our needs.

Do you guys have Angular2/4/5 version? If not full at least a Starter? Bought this but its heavily integrated with Jquery even for simple highlighting the form element.

Thanks..

Hi there Angular 5 is almost ready :) its over at github and yes angular version is jquery free! What is your github username ?

can you please give me access to your github. my user is: RajVrach https://github.com/RajVrach

Thanks..

Hello, when are you planing to release the next version?

Hi there

Very close to the release :)

Can I have access to your github repo? My Github account is JoshuaO

Hi there

We added you in :)

I need the Bootstrap 3 version since we have legacy projects running on it, where can I download it?

Hi there

You can download it via our github. What is your github username ?

Ace – ok – when you plan on finalizing and releasing V4? Can you give a conservative/accurate timeline?

?

Hi there

Yes :) Coming week. My list is smaller now. Do you have access to github?

When loading a page there is a bar loading animation and a circular loading animation. is there a way to disable the circular animation? where can I find the files to modify this?

Hi there

Yes :) you can add this css in your custom css file

.pace-activity{
display:none
}

Hey, pretty nice template

Is template going to have lists? Thanks for reply

Hi there

Any design ideas of a list you can show me ?

Got it! :) Will try my best to add it to the upcoming release

Hi will the release of this WE be published on themeforest or on github only? thanks

Hi there

It will be on themeforest :)

Hi,

When I use the cs-select, (Add .cs-select and .cs-skin-slide to any <select> control to add a cool animation effect) it does not work if the select is behind a tab or in a modal or under a hidden div. How can I re-initialize it in order to work also with these elements?

1ad3c4dd-3310-4224-b256-177044824d93

Hi,

1. It is not about z index. It is about the fact that the select is not being unit if is under a Tab for example (not modal, but Tab). If the simple select is under a Tab the. It looks like a normal/default select. I am talking about selectfx.

2. When you Say it is fixed what do you mean in general? Do i need to redownload some package or what do I need to do in order to benefit in general of a fix.

...is not being init* if is… ...is under a Tab then it looks… (sorry for typo)

Hi there

Just doing a check up on the issue. This seems to work on tabs and modals

https://drive.google.com/file/d/1hvdOCMA-XUSkXshBoJvQM1nAWgN6pNYc/view https://drive.google.com/file/d/1hvdOCMA-XUSkXshBoJvQM1nAWgN6pNYc/view?usp=sharing
<select class="cs-select cs-skin-slide" data-init-plugin="cs-select">
<option value="sightseeing">Web-safe</option>
<option value="business">Helvetica</option>
<option value="honeymoon">SegeoUI</option>
</select>

:)

Hi. I’m willing to use secondary menu like in email but I have a problem: on any browser, you can’t open submenus. Even on your demo page on revox.io fpr example the “all mail” menu has submenus but you can’t open/close the menu to show submenus.

Hi there

Sorry about the late reply. Could tell me your OS and browser ? This does not happen on my end

Hello I have the same bug as kolry: “please fix bug menu on mobile i test on android with lastest chrome version

when i touch top left menu some time don’t responds sometime too slow

i record video in this clip https://youtu.be/dMV3ilD-QII" can you fix this?

Hi there

This is noted. We are doing a massive update. All of the current bugs will be fixed :) Release is expected this weekend.

Hello can you provide me gulpfile,js to work with sass files I was reading comments here and confused a little about how use gulp, one more question about fonts i want to use one from google where i need to change it thanx

Hi there

Sorry about the late reply :)

You can change it _var.scss in pages/scss/ folder

Is it possible to set the calendar to use different column headers instead of the days of the week? For example, if I am organizing a single day for a hair salon, instead of having the 7 days, I could have 5-8 stylists.

Hi there

This has been a huge request by a couple of customers. This is not possible at the moment. After Angular 5 release this week. I promise you the calendar will be revamped with bug fixed and this feature will be added :)

Hey,

can you add me to the github repo? https://github.com/gretzke

Thanks!

Thanks, but I doesn’t show up for me unfortunately :(

it worked thanks!

Hello,

I am using this template for a couple of time now, and i am really happy with it! But recently I found out, that there is an issue with the user interface of Summernote Editor: I tried to add a link to the text I have selected. In this pop-up-window with all the link-settings there is the option “Open in new window”, but it is not possible to click on that. The checkbox can not be activated. I have tried that in Firefox, Chrome and Edge on Windows 10 with the original recent version of Pages Admin: http://pages.revox.io/dashboard/3.0.0/html/condensed/form_elements.html

I hope you can help me with that. Regards.

Hi there

Yes! you are correct. Thank you for reporting this. I will add this as issue and get it fixed. Any expected dates ? :)

Thank you for your response! It would be great if you can fix it as soon as possible. :) Thanks again for your good work!

hi, is there any chance to fix the problem above?

Your template is very nice and getting integrated into my project very well but except the validation part. Your validation styling is very nice what i am trying to get is integrating it with angularjs. But styles and designs get broken. Do you have any inbuilt feature to get it work or suggest me the changes to work with angularjs. As per your docs there is angularjs but i couldn’t find any angularjs folders.

Please add prasanthdevu to angular gitbub repository

Hi there

We have done it in angular :) over here

https://github.com/revoxltd/pages/tree/v4.0/demo/angular
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