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, we want to merge Pages Admin theme with Page Front End theme after purchasing. What are similarities between these two themes in terms of CSS Files, Source Code, JS Files, and any other similarity. We want to keep the load time as minimal as possible after merging. Kindly reply.

Hi there

We have an older version of Pages merged but not the new. I have to upgrade Pages frontend to Bootstrap v4 :)

Is there a way to disable page loading progress bar and circle ?

Hi there

Yes remove the pace.js file included in the bottom of the page

Thanks ace.

Is access to GIT only for guest? If yes my git is brenoperucchi

Added you in :)

Is pages working with simple_form gem?

Sorry about the late reply. We missed your comment. No but components will work the same way as HTML, what is the issue your facing ?

Hi,

I have recently purchased your pages template, it looks very very good and liked it very much.

I want to use single font " Segoe UI " on all devices like android, ios and windows. but your code is changing font automatically based on OS.

could you please help me on this?

my purchase code :: a6c7911f-a4c9-4093-a1c1-fd2cc4588b2e

Hi there

Yes, you can disable it, have you used LESS or SASS before ?

Hi, I took the latest from github and I noticed that some things don’t work properly (at least in Chrome). Search seems to not work (no overlay appears) and neither the Dropdowns on buttons page.

Hi there

We added a push on Bootstrap 4 new update. I will check again

Yes, I took the latest but it doesn’t seem to work at least with Chrome.

Hi!

How can I make the menu always open? I would like to let it be open default, and when the user clicks to close it, the preference is stored in a cookie.

Is that possible?

Thanks for a great theme :)

Hi there

Really sorry for the late reply. I do not recommend you doing that. Its bad practice. On the backend you can append the class =”menu-pin” to the body before it sent to client

Hi Ace, Could you please help with following: I had installed meteor app, added all packages (as per documentation) and when I run the app, there are no errors in backend console log, however, front end dashboard only partially loaded.

There are following errors in console of the browser: 1) “Uncaught ReferenceError: Rickshaw is not defined” happens 3 times, in widget_barTile.js:20, widget_stackedBarWidget.js:22 and widget_stackedBarWidgetBasic.js:20. Here is an example thrown from widget_stackedBarWidgetBasic.js:20

Uncaught ReferenceError: Rickshaw is not defined
   at widget_stackedBarWidgetBasic.js:20
   at widget_stackedBarWidgetBasic.js:13
   at app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22055
   at Object.<anonymous> (app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22057)
   at Object.t (app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22055)
   at XMLHttpRequest.r (app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22057)

NOTE I saw other ppl comments that they managed to get rid of this issue by installing Rickshaw globally, and here are the things I tried so far (which did not help): 1.1) npm install rickshaw—global 1.2) added rickshaw ” into package.json devDependencies 1.3) downloaded files rickshaw.min.css and rickshaw.min.js and put them into ’/client/’ folder

2) widget_graphTile.js:23 Uncaught TypeError: Cannot read property ‘getColor’ of undefined at Object.generate (widget_graphTile.js:23) at app.js?hash=7fe6595a848c2fc060c7a54e7f791b6af8a216bd:22070

Could you please help to resolve those. Many thanks, Zory

Right now I recommend not showing the dashboard and to avoid ricksaw. We have the same issue with the script and double minifying and merging cause problems. Other than that metoer setup is working?

No do not remove LESS. you will need it. Yes we have been using it for our lifetime and we loved it. But with the new ES6 coming and new frameworks. There is no reason for us. Obviously, you can always will add jquery and it will just work fine. :) but for the sake of the future and having to maintain different code base for different frameworks like angular and react is pointless for us

So far I am focusing on front end solely and no surprises from Meteor, build is fine. As for LESS – meteor’s package angular2-compilers is incapsulating bunch of things, including processing less. I will give it a go and see what happens. In any case, Meteor/Angular2 set up (https://angular-meteor.com/tutorials/whatsapp2/meteor/setup) requires angular2-compilers, and it conflicts with less as they both try to process the same types of files.

Unless you guys have specific packages to process angular2 directives that would work with your Meteor boilerplate?

In lights of supporting jquery – I totally get you :)

Please give access to the git repository with Angular2 adaptation of the project. Git user name Zory1

We are planning to drop jquery in the next version so pages.js won’t depends on it. and most of the plugins will be Pure JS that way you will have no issues in angular or any other framework

good to know, thanks!

hi Ace :)

Thanks for giving me access to the repository. I cannot find a boilerplate for the project running both – meteor and angular2. I can see separate folders for meteor setup, and separate for angular2.

Do you have example of project running both? I tried to add Pages to existing meteor/angular2 ‘clean slide’ set up, however, I was not able to add ‘meteor add revox:pages-core’ as it requires ‘less’ and ’ fourseven:scss’ installed, and if they are installed, then meteor/angular2 project wouldnt start as meteor package ‘angular2-compilers’ conflicts with these two, as they all try to process the same type of files.

Can you please suggest a workaround here? To achieve clean build of meteor/angular2/pages ?

Thanks a million for your help. Warm regards Zoryana

Could you invite me to your github repo? My username is kubacky

Hi there

Sorry about the late invite :)

Hi Ace, please provide access to github repo. Would like to have access to the reactjs version even if it’s half baked… my github username is sthamman. Keep up the good work. Thanks.

Any update on this please?

Hi there

Added you in, We are planning to rewrite pages.js to vanilla / pure js so it will be more compatible for future frameworks like vue and react

Hi everything’s ok with bootstrap beta ?

Hi there

Its actually complete and sitting in github, We are adding angular version as well so. If you want to get it early you can get it via github

Ok thank you Will Check it right NOn ! Thanks you for support

please provide invite to your github repository

Hi there

What is your github username ?

vxed

Hello, I’m trying to make an Detailed view table. I just copied and pasted that part of source, but I’m wondering how to apply the ‘details’. There is no information about it in the document either. I’m sure that I’m missing something. Please help me with this.

Hi there

This is all demos of datatables :)

https://datatables.net/examples/server_side/row_details.html

We have configured the JS in assets/js/tables.js you can find it any HTML/casual or any layout folder

Hello, I’m trying to make an Detailed view table. I just copied and pasted that part of source, but I’m wondering how to show the ‘details’. It isn’t showing even though I copied the source. There is no information about it in the document either. I’m sure that I’m missing something. Please help me with this.

Hi Ace. Please invite me on github, would like see the Angular4 repo. Please add “Moulde”. Thank you

Hi there

Invitation sent :)

Hello, could you add me to the rails github gem project and for the angular 2 github projects? My github username is sandramfdeveloper, thank you. (I send you both links to avoid mistakes: https://github.com/revoxltd/pages/tree/angular4 <—Add me to the Angular4 project https://github.com/revoxltd/pages-rails.git/ <—Add me to de Rails gem Thank you!

Hi there

Invitation sent :)

Thank you! let me check :)

Hi, i want to use footable because i think it is the most flexible think i can use for tables. Footable also have a filtering enginge. The columns that could be filtered are shown in a dropdown box. But there are no hooks/ckecks in the checkboxes.
<div class="input-group-btn open"><button type="button" class="btn btn-primary"><span class="fooicon fooicon-search" /></button><button type="button" class="btn btn-default dropdown-toggle"><span class="caret" /></button><ul class="dropdown-menu dropdown-menu-right"><li class="dropdown-header">asdf</li><li><a class="checkbox"><label><input type="checkbox" checked="checked">Name</label></a></li><li><a class="checkbox"><label><input type="checkbox" checked="checked">Anzahl Gebiete</label></a></li></ul></div>
Any Ideas how i can fix that?

Hi there

I tried searching the plugin, Could you please refer me to correct plugin your using ? :)

Hello,

With calendar_month, when I’ve a long event for exemple:

start: ‘2017-10-07T06:00:00’, end: ‘2017-10-15T08:00:24’,

the event is displayed inline and not return to line down

Thanks

sorry to insist, is to organize my project. More than one month average ? Thanks

3 weeks tops. Just to make sure :)

:-) (Y)

Can I get the invitation to the Angular repo? My username: jandeman023

Hi there

Sorry this is only for purchased customers only

Hi, I’m using the default condensed layout. When i click the “sidebar-slide-toggle” button, the arrow button itself becomes too dark to be seen clearly. How can i fix that behavior?

Hi there

Sorry, we missed your comment. Does not seem to happen in my end. What are your browser and OS ? :) and you are are talking about the circle icon yes?

Hi, I’m talking about the down arrow to the left of the circle. I’m using Chrome/Win 10. The css class of the arrow is “sidebar-slide-toggle”.

I see it now. Yes, thank you for reporting this, you can quickly patch it up by adding

.sidebar-slide-toggle.active { color: #788195; }

this css code to a custom.css file you have included.

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