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.

please when I will be new visuals like project, chat, todo, kanban …?

There are no gems anymore in rails 6 :) webpack only

I dont understand

Sorry about wrong thread it was meant for another customer

Hallo,

I am build sass

// Legibility standards, WCAG 2.0 – Returns black or white text color @function text-contrast($background-color) { $color-brightness: round((red($background-color) * 299) + (green($background-color) * 587) + (blue($background-color) * 114) / 1000); $light-color: round((red(#ffffff) * 299) + (green(#ffffff) * 587) + (blue(#ffffff) * 114) / 1000); @if abs($color-brightness) < ($light-color/2){ @return $f-color-light; } @else { @return $f-color-dark; } }

and return error

Error: Undefined variable. ╷ 1098 │ @return $f-color-light; │ ^^^^^^^^ ╵ pages\scss\mixins.scss 1098:12 text-contrast() pages\scss\modules\quick-view.scss 64:18 @import pages\scss\modules.scss 15:9 @import pages\scss\themes\siov\siov.scss 52:9 root stylesheet Warning: Exited with error code 65 Use—force to continue.

Aborted due to warnings.

Ok I have an idea, I have created a sample project

Download the zip and follow the instructions here

https://gist.github.com/MalithHatananchchige/58483e267e730e50d51f1e458754deb7

Everything’s okay. Thank you for your help, you’re great

Awesome!

Hi, I can’t install rails gem with your private github link. Please, add my user to git repository. williamlopes-dev Thanks!

Hi there

Yes I will be sending you the files on Tuesday :)

Hi there

Im really sorry I have commented on the wrong thread!

Can you try this guide ? :)

https://docs.pages.revox.io/other/rails

Rails 6 no longer need Gems but webpack.

Hey! Don’t worry about that, I still so happy with your speed to fix it. Thanks!

Hello, we purchased pages-Angular 1 month ago. We waited with our project because we saw 1 month ago there would be an upgrade to Angular v9. Could you inform us when this will be available? Thx

Hi there

We will be adding Angular 9 this week :)

Ok, then I hope I can download it in the coming hours / days…

Hi,

You have $24 package and $16 package. What are the differences of the two?

Thanks, Ricky

Hi there

The $24 is the one with Angular and HTML we are working on adding ReactJS in a few weeks to it. $16 one just Angular only :)

I am working on translating the pages admin design to sketch but need the icon set in SVG. Any way I can get those since I don’t see any image files anywhere. Thanks :)

Hi there

can you drop an email to support@revox.io

Hello, Is github access possible? The form on http://pages.revox.io/dashboard/ doesn’t work.

Hi there Sorry about the late reply, What is your username ?

Is the calendar available for the Angular version, and if not when will it be available?

Is there an ETA on the React version and will the calendar be included on the React Launch?

Hi there

Yes we are working on react as we speak :)

Hi,

I love your theme. I want to build article pages for a CMS like Wordpress. Can you help with this page?

Thank you

Hi there

Sorry about the late reply, yes we can help you out. Can you drop an email to support@revox.io ?

Is the pages gem for Rails updated to the newest version of the the template? It was last updated two years ago. Or will the gem just fetch the newest version when installing. Also is there a more detailed documentation on how to use it?

Hi there

Yes we are updating it this week :)

Team, I’m using Simply white HTML version. Register page bottom looks messy. I’m not able to rectify this. Please advise how to rectify. attached screenshot https://snipboard.io/c3oKM5.jpg

It doesn’t work as you advised. I have sent the code @ support@revox.io. Kindly check and reply.

Hi there

Will check and get back to you :)

No response yet … Please check and let me know

I have read all the comments before buying the bundle and I thought it will be useful and easy to use for starting a new project from scratch. But unfortunately, the Getting Started advice me to copy paste a folder where a project is already installed with all components and styling. The AppModule will have from start almost 30 modules imported and another 30 components declared. I am not sure if this is an application architecture that most of the developers will use. Maybe it’s good for your demo but not for production projects. To be honest I thought it will be a bit more modular and I can import only what I need. I might not need Tooltips or ProgressBar, why would I imported it. And how did you created the Getting Started? I thought that someone who wants to start a project from scratch will have time to remove all unused modules?

I am disappointed.

Hi there

My apologies, yes you are right, after v5 update we have added all the modules into app module. Let me remove the code that is not necessary and send it to you. I will also update it in the themforest. If you can send me an email to support@revox.io so I can send the getting started :)

Hi there

Removed unnecessary modules in getting started angular :) If you can send me an email I can send you the new package

Hello, I am trying to install the rails gem but getting a git error. Could you please add my user to the git repository? saschagysel

Any news on that?

Hi there

Sorry about the late add. Invitation sent

Hi, I’m using Simply White, HTML version. when I’m loading the modal in the form, background fades except select2 elements. It looks really bad. how to fade Select2 as well? Please help

Really don’t know how to check the version. My purchase date is 25th February 2020. Purchase code is 72800429-5940-4990-9ce1-1a13d097468d

Its in pages/pages.css

Pages v5.0

Documentation is outdated

There is no grunt task to watch for scss.

repo is not bundling scss it keeps working with LESS.

Hi there Please do not get confused to whats inside our github repository. We build it using nunjucks. What we distribute in themeforest is the correct version. And you are right the grunt is going to be updated to support SCSS. Give me a few hours, I’ll update it

is there a way to generate partial views of elements of the theme so we can create more pages faster with the help of tools like grunt-html-build or gulp-inject-partials

Getting started on latest release doesn’t build right out of the zip after running npm install. “Add DemoComponent to the NgModule to fix”

HI there

Just tested works fine, did you download the latest version from themeforest?

Dear Author, I’m currently using Simply White theme for my project. I’m not able to use the notification in the page load where I wanted to show a welcome message, however it works fine in the button click event. kindly help me.

Hi there

What is the version you are using Angular or HTML ?

HTML

Hi there

Yes you can on

    $(document).load(function() {
        $('.page-content-wrapper').pgNotification({
            style: 'bar',
            message: "Hello",
            timeout: 0,
            type: type
        }).show();
    });

Dear Author, I’m currently using Simply White theme for my project. I’m not able to use the notification in the page load where I wanted to show a welcome message, however it works fine in the button click event. kindly help me. below is my code.

Can i have access to the Github repo, for RTL, my username is: ahmedyehya

I changed line 39 to: $direction: rtl; then >grunt demo – no changes into the generated CSS!

after while i found there is changes but still issues in card, select2, and second top menu

Hi there

I’m fixing some bugs on RTL :)

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