3890 comments found.
please when I will be new visuals like project, chat, todo, kanban …?
please email info
Hi there I will get you an update on the upcoming stuff within the day
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.
Hi there
Whats the SASS compiler you are using ?
Grunt integrated in intellij
Make sure you have grunt-sass version 3.1.0 or node-sass 4.13. Usually there is a package.json in your project root
I am install “grunt-contrib-sass”: “^1.0.0” and sass 3.4
Sorry lensys grunt-contrib-sass is very old alot of new functions do not run on it. Would you be able to switch to ?node-sass with grunt-sass 
after install node-sass with grunt-sass Fatal error: Error: It’s not clear which file to import for ’@import ”../../color”’. Candidates: ../../color.scss ../../color.css Please delete or rename all but one of these files. on line 43 of pages/scss/themes/siov/siov.scss >> @import ”../../color”;
Whats inside siov.scss would you show me the code
And the entry point file that you are compiling is pages.scss or siov.scss ?
Gruntfile.js sass: { dist: { options: { implementation: sass, sourceMap: true }, files: { ‘pages/css/themes/siov.css’: ‘pages/scss/themes/siov/siov.scss’ } } },
siov.scss //Direction $direction: ltr; // use `rtl` or `ltr @import ”../../direction”;
// Color functions @import ”../../color”;
// Mixins tools @import ”../../mixins”;
// Import Vars @import “var”;
// Includes of Modules @import ”../../modules”;
// Responsive Util @import ”../../responsive”;
// Custom @import “custom”
Error: $color: make-shade(#7252D3, 81, 18, 8, 1) is not a color. ╷ 1095 │ $color-brightness: round((red($background-color) * 299) + (green($background-color) * 587) + (blue($background-color) * 114) / 1000); │ ^^^^^^^^^^^^ ╵
This is not possible I just downloaded a fresh copy installed grunt-sass and it works with your siov.scss file. Also I noticed character issues on the editor but it might be themeforest.
Here is my editor and running grunt with pages
https://prnt.sc/rw8tz7Ok I have an idea, I have created a sample project
Download the zip and follow the instructions here
https://gist.github.com/MalithHatananchchige/58483e267e730e50d51f1e458754deb7Everything’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
Just sent you invite
. What is the Rails version you are looking to use ?
Hey! Thank you for the invite. I’m using Rails 6, is anything to worry?
Do let me know if it works, I made some updates to the gem
If you prefer contact me by e-mail (williamlopes[dot]dev[at]gmail[dot]com). In my first attempt, this doesn’t work. Error on console javascript: Cannot find module ‘pages’
I will try on Rails 6 and give you an update
Please, share with me the repo after you finished.
Hi there
So I found a few problems with Rails 6+ that the current gem does not work. Even though the SCSS works. JS can not be imported in the old fashion way. So need to add it in npm or yarn. So creating a sample project and guide how to add it and use with Rails 6
If you could give me one more day would be able finish it up
It’s okay to me. I’ll do others things for while. Thanks!
Hi ace, did you to finish? I really need this to continue working at my project. Please, let me know if you can do it until tomorrow. 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 ? 
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
Hi there
I see, you can get the button inside the row div. That should fix it. You can use bootstrap helper classes to align
https://getbootstrap.com/docs/4.4/utilities/flex/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
May i have the answer urgently pls.
Hi there
Does the Select2 dropdown come from behind the modal?
Select2 dropdown come from the normal form. Not behind the modal.
May I have the solution pls.. It’s been 4 days since I sent request..
Hi there
Will you be able to give me a screenshot ?
I do not have option to attach the screenshot. Please guide me..
There seems to be many things wrong with the code, Would you be able to give me the live link or part of the html code ? You can email it to support@revox.io
I sent you the code. Thank you
Hi there
Can you add the modal code just after the “content” div ?
Hi. I have tried this just after content tag, outside the content tag and in different places. All giving the same result. I don’t want to fade the select2, just send it behind the modal also would do.
Can you also tell the pages version you are using ? Because the same code works fine
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
Yes updating it now extremely sorry 
is there a folder with partial views of the theme? whats your process of creating new html pages? need to create dozens of pages of the condensed view…
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
Hi there
Yes!
invitation sent
Change the $direction variable to ‘rtl’ over here
https://github.com/revoxltd/pages/blob/master/core/scss/pages.scssI 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 