Git Product home page Git Product logo

ct-now-ui-kit-pro's Introduction

[DEPRECATED] - This product will not receive updates anymore! Check the new product here!

version GitHub issues open GitHub closed issues Chat

Product Gif

Now UI Kit PRO is a premium Bootstrap 4 kit provided by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 1000 components, 34 sections and 11 example pages.

Now UI Kit is one of the most popular UI Kits online, provided in PSD and Sketch formats by Invision. We wanted to find a way for developers worldwide to benefit from using it. We created the fully coded version of Now UI Kit Free and based on the feedback that we've got from our users we created the PRO version.

Now UI Kit PRO will help you create a clean and simple website that is a perfect fit for today's flat design. It is built using the Bootstrap 4's 12 column grid system, with components designed look awesome together. It makes use of bold colours, beautiful typography, clear photography and spacious arrangements.Create awesome, lifelike prototypes with InVision and Now so your users can experience and give feedback on your vision! To get the PSD and Sketch files, please visit Invision. We used 100 Icons from our friends from Nucleo Icons, check their 20.000 icons here. Bootstrap 4 Support Now UI Kit PRO is built on top of the much awaited Bootstrap 4. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4 project; you can just import the Now UI Kit style over it. Now UI Kit PRO is coming with 34 pre-made sections and practically infinite possibilities to generate more sections using the provided components, their classes and colors.

Let us know your thoughts below. And good luck with development!

Table of Contents

Versions

HTML Angular
Now UI Kit Pro HTML Now UI Kit Pro Angular

Demo

View More.

Quick start

Quick start options:

Documentation

The documentation for the Material Dashboard Pro is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

now-ui-kit-pro/
├── CHANGELOG.md
├── README.md
├── assets
│   ├── css
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap.min.css.map
│   │   └── now-ui-kit.css
│   │   └── now-ui-kit.css.map
│   │   └── now-ui-kit.min.css
│   ├── demo
│   ├── fonts
│   │   ├── nucleo-license.md
│   │   ├── nucleo-outline.eot
│   │   ├── nucleo-outline.ttf
│   │   ├── nucleo-outline.woff
│   │   └── nucleo-outline.woff2
│   ├── img
│   ├── js
│   │   ├── core
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery.min.js
│   │   │   └── popper.min.js
│   │   ├── now-ui-kit.js
│   │   ├── now-ui-kit.js.map
│   │   ├── now-ui-kit.min.js
│   │   └── plugins
│   │       ├── bootstrap-datetimepicker.js
│   │       ├── bootstrap-selectpicker.js
│   │       ├── bootstrap-switch.js
│   │       ├── bootstrap-tagsinput.js
│   │       ├── jasny-bootstrap.min.js
│   │       ├── moment.min.js
│   │       ├── nouislider.min.js
│   │       └── presentation-page
│   │           └── rellax.min.js
│   └── scss
│       ├── now-ui-kit
│       └── now-ui-kit.scss
├── docs
│   └── documentation.html
├── examples
│   ├── about-us.html
│   ├── blog-post.html
│   ├── blog-posts.html
│   ├── contact-us.html
│   ├── ecommerce.html
│   ├── landing-page.html
│   ├── login-page.html
│   ├── pricing.html
│   ├── product-page.html
│   ├── profile-page.html
│   └── signup-page.html
├── gulpfile.js
├── index.html
├── nucleo-icons.html
├── package.json
├── presentation.html
└── sections.html

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Dashboard Pro. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Material Dashboard Pro. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial

ct-now-ui-kit-pro's People

Contributors

alexandru-paduraru avatar dragosct avatar groovemen avatar marqbeniamin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ct-now-ui-kit-pro's Issues

ProfilePage of Pro version is not properly responsive

I am working with pro version of now ui kit.
I am using profile page template but there is issue with header.
Profile Picture is going out of screen and data regarding comments and bookmark is also out of view.
Attaching the image to show the issue.
tim-profile

add new element in product

I own pro version
I want to make a news section for my site
I ran into the lack of a menu for news
I would like to know if you could add it to the product
Thank you !
example

on mobile, blog post with share buttons and without 'read article' results in misaligned buttons

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Social media share buttons in header should align properly in all screen sizes
image

Current Behavior

On mobile:

image-20190712144942597

Failure Information (for bugs)

This is fixed by removing display block:

@media screen and (max-width: 576px)
.blog-post .button-container>.btn:first-child {
    /* display: block; */
    }

Steps to Reproduce

  1. Open the blog-post example with share buttons
  2. Remove the first button, called "read article"
  3. Resize to mobile

Context

Failure Logs

now-ui-kit-pro-v1.3.0 index.html has missing div tag

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [O] I am running the latest version
  • [O] I checked the documentation and found no answer
  • [O] I checked to make sure that this issue has not already been filed
  • [O] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

  • index.html should be cleared with no error

Current Behavior

What is the current behavior?

  • builder shows missing div error.

Failure Information (for bugs)

... </script> <== Missing div position

If

is inserted, error has gone.

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

Images in documentation not available anymore (404)

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

take https://demos.creative-tim.com/now-ui-kit-pro/docs/1.0/components/card.html as an example.
the links to the images resolve to something like https://demos.creative-tim.com/assets/img/project13.jpg
and those result in 404 at the moment.. can you please fix this? :)

Equal Height Cards

Hi all,

I have looked everywhere and I cannot seam to find any documentation on equalizing the height of adjacent cards.

In the demo, screengranbs etc, the cards always have the same number of lines of content, thus look amazing. How does one ensure there is some aligment when for example one card has 3 line of content and the next 2. I have used Bootstraps align-self-stretch which makes the cards the same height in a grid, but the footer/header will float and not align to the top bottom etc on cards with less content. So basically I want to keep a consistant look.

I hope this makes sense, thanks in advance.

Click event disabled

On the Login page (example pages), all components appear to have click events disabled. Especially in the form where I need to fill Name and Last Name and the buttons of form itself

screenshot from 2018-02-23 01-07-14

Errant quote and semicolon

In now-ui-kit.scss on lines 63-65, there is this:

@import "now-ui-kit/responsive";
";
@import "now-ui-kit/sections";

Please remove the "; on line 64.

Upgrading Bootstrap and jQuery

Prerequisites

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

I was running an audit with Lighthouse, and noticed an error about vulnerabilities

image

Current Behavior

Now UI Kit Pro is running old versions of Bootstrap and jQuery. New versions of these libraries have fixed these issues.

Can I upgrade them myself without breaking the UI Kit ?

Failure Information (for bugs)

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. open Dev tools
  2. Select audits
  3. Run an audit for best practices

Context

  • Device: Not relevant
  • Operating System: Not relevant
  • Browser and Version: Not relevant

Failure Logs

Missing "separator" class

This is present in the free version, but missing here. Pro was supposed to add, not remove, right?

Is there a grunt version for the download?

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [Y] I am running the latest version
  • [Y] I checked the documentation and found no answer
  • [Y ] I checked to make sure that this issue has not already been filed
  • [Y ] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

It's not an issue, I have downloaded the version but it has a gulpfile. I use grunt and it's a pain to reconfigure and I'm worried I may miss something as at the bottom of the gulp file there is the gulp.task 'open-app' command which I can't find anywhere in the file or anything on google when I look at what this command does? Apologies I have no knowledge of gulp.

Current Behavior

What is the current behavior?

N/A

Missing image asset

This has been an issue in 1.0.1 and I now noticed it's the same in 1.1 -

This relative module was not found:

  • ../img/ink.png in ./node_modules/css-loader?{"minimize":false,"sourceMap":true,"importLoaders":0}!./node_modules/resolve-url-loader?{"sourceMap":true}!./node_modules/sass-loader/lib/loader.js?{"sourceMap":true}!./assets/scss/now-ui-kit.scss

ink.png is not there. The temp fix is to remove it from .//scss/now-ui-kit/plugins/_plugin-isometricGrids.scss:255

Cheers!

Bootstrap Select does not initialize when Modal is shown through .Show method

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [ X] I am running the latest version
  • [ X] I checked the documentation and found no answer
  • [ X] I checked to make sure that this issue has not already been filed
  • [ X] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

The bootstrap select picker to show on modal

Current Behavior

The bootstrap select does not show on modal when modal is called with .Show method

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Define a modal and add a select
  2. Call the modal .Show method
  3. See attached screenshot as example. I have run the $('select').selectpicker(); call after the modal .Show method and it works.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device: Hp
  • Operating System: Windows 10
  • Browser and Version: Opera 60
    Select

Failure Logs

Please include any relevant log snippets or files here.

Some links don't display when they have the navbar-right class

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

I would like all links (So login and signup) to also appear in the menu of small devices

Current Behavior

Regular menu
menu1

Small menu
menu2

Steps to Reproduce

<nav class="navbar navbar-expand-lg bg-white fixed-top navbar-transparent" color-on-scroll="500">
    <div class="container">
      <div class="navbar-translate">
        <a class="navbar-brand" href="#pablo">fe</a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-bar bar1"></span>
          <span class="navbar-toggler-bar bar2"></span>
          <span class="navbar-toggler-bar bar3"></span>
        </button>
      </div>
      <div class="collapse navbar-collapse">
        <ul class="navbar-nav mx-auto">
          <li class="nav-item active">
            <a class="nav-link" href="#pablo">
              1
            </a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#pablo">
              2
            </a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#pablo">
              3
            </a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="#pablo">
              4
            </a>
          </li>
        </ul>
        <ul class="nav navbar-nav navbar-right">
          <li class="navbar-right nav-item">
            <a class="nav-link" href="#">
              <p>Login</p>
            </a>
          </li>
          <li class="navbar-right nav-item">
            <a class="nav-link btn btn-primary" href="#">
              <p>Signup</p>
            </a>
          </li>
        </ul>
      </div>
    </div>
  </nav>

Best regards,
KonScyence

Rellax doesn't work on mobile

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Parallax/Rellax doesn't work on mobile. When was disabled it? Is there any way to fix that?
Look at your own live preview on mobile

Nucleo icons not being shown

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Nucleo icons appearing normally

Current Behavior

Nucleo icons not showed

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

Help with Login Modal

I'm trying to place the login modal at the top of my page in the nav bar
https://ampli.buzz/signuptest

It launches but there is no interaction - can't fill in fields of close it.

I'm using the exact code from the demos https://demos.creative-tim.com/now-ui-kit-pro/docs/1.0/components/modal.html

And using Now UI Kit PRO theme

I've been told I can't put modals anywhere except at the bottom of the page before the tag, which seems a bit nonsensical

So how do I really position this modal at the top of my page and have it work?

Thanks

Navbar becomes transparent without navbar-transparent

When i put a navbar without navbar-transparent class like that

<nav class="navbar navbar-expand-lg bg-white fixed-top " color-on-scroll="500">

but in my wrapper div I have the next header

<div class="wrapper">
  <div class="page-header">

Then the navbar is not transparent at the beginning of the page but if I scroll down and go back to the beginning... the navbar always becomes transparent. but if I add page-header-small on my div like that:

<div class="wrapper">
  <div class="page-header page-header-small">

Then the navbar works well and never becomes transparent.
Is it a bug? (I based on the template example.)

Help with card-image

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

When I process image I make a thumbnail of each one. So.. when I show again the image in the form into a card-image I get this.
image

This is because the image only has
max-width: 100%

But if the image is small it doesn't work. I put on the necessary elements the css
width: 100%
image

Is that well? or Is there a better solution?

Thanks for your answer. You have a great product!

RSS icon

Prerequisites

UI-Kit Pro version 1.2.2

I noticed the in range of social buttuns the rss-button is missing. Is there a way to add this button in a way it has the way of accessing and styling as the other social buttons?

Moving Images Help?

On the Presentation page https://demos.creative-tim.com/now-ui-kit-pro/presentation.html
How are you getting the images to move side to side in the "Basic Elements" section of the page?

When I look at the code i don't see anything obvious that enables this behaviour.

Thanks

<div class="section section-basic-components"> <div class="container"> <div class="row"> <div class="col-lg-5 col-md-7 ml-auto mr-auto"> <h2 class="title">Basic Elements</h2> <h6 class="category">The core elements of your website</h6> <h5 class="description">We re-styled every Bootstrap 4 element to match the Now UI Kit style. All the Bootstrap 4 components that you need in a development have been re-design with the new look. Besides the numerous basic elements, we have also created additional classes. All these items will help you take your project to the next level.</h5> </div> <div class="col-lg-6 col-md-12"> <div class="image-container"> <img class="components-macbook" src="assets/img/ipad.png" alt=""> <img class="table-img" src="assets/img/presentation-page/table.jpg" alt=""> <img class="share-btn-img" src="assets/img/presentation-page/share-btn.jpg" alt=""> <img class="coloured-card-btn-img" src="assets/img/presentation-page/coloured-card-with-btn.jpg" alt=""> <img class="coloured-card-img" src="assets/img/presentation-page/coloured-card.jpg" alt=""> <img class="social-img" src="assets/img/presentation-page/social-row.jpg" alt=""> <img class="linkedin-btn-img" src="assets/img/presentation-page/linkedin-btn.jpg" alt=""> </div> </div> </div> </div> </div>

image

Mobile menu fails at second try

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Menu should always open when you click the hamburger icon

Current Behavior

After opening the first time, and trying to open a second time, the menu disappears.

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

ios_bug_gif

Context

  • Device: iPhone XR
  • Operating System: iOS 12
  • Browser and Version: Safari

Failure Logs

Please include any relevant log snippets or files here.

Non-overridable variables

In the file _variables.scss, the variable $sans-serif-family is not overridable. Please add the property !default to it.

While I'm looking at it, there are a number of other variables that are not overridable.

Vue version of ui lacks css for element-ui components such as table spinner

It appears that the loading svg animation for el-table element is sized inappropriately large and is not doing animation. I have a simple test which I have attached and made as a routable content page. This is using the same code from this this fiddle which has a css applied (unpkg.com/[email protected]/lib/theme-chalk/index.css).

See example:
TestTableSpinner.txt

And here is what appears when rendered (image shows an additional disabled button and spinner from previous version of the code.. TestTableSpinner.txt only has bare minimum needed)::
screen shot 2018-04-14 at 5 35 03 pm

Conflict between bootstrap4 and now-ui-kit-pro

I added the css file to the project according to the API:

‘To get going, just include assets/css/now-ui-kit.css in your HTML template. ’

and bootstrap styles is a mess

Project info:

  • bootstrap 4
  • blaze-html-templates 1.1.2
  • kadira:blaze-layout 2.3.0

Link to documentation broken

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

Help with Card Issue!

My Now UI Kit PRO has been working excellent without faults for months. However, I'm having a strange error regarding cards on a the home page for my client.

The cards are all of the sudden completely grayed/translucent blacked out and the content within them is no longer accessible. Please help! Thanks.

screen shot 2018-12-07 at 3 17 34 pm

Carousel component ignores data-interval="false"

Prerequisites

  • I am running the latest version 1.2.2 (Now UI Kit Pro)
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Expected Behavior

When setting data-interval to "false" I expect that no automatic start of the carousel is performed.

Current Behavior

The carousel component always runs - even if I use false.

Failure Information

Steps to Reproduce

  1. Use these values: <div class="carousel slide" data-ride="carousel" data-type="multi" data-interval="false" id="productCarousel">
  2. Test the behavior: the carousel starts automatically.
  3. Replace the bootstrap.min.js with the latest master and check the behavior again: the carousel does not start automatically.
  4. Change the data-interval setting from "false" to e.g. "8000" and vice versa to evaluate the test.

How to use Gulp v.4.0.0 with now-ui-kit?

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

Bootstrap Select Mapping fix

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

At the bottom it must be /* # sourceMappingURL=bootstrap-select.css.map / instead of /# sourceMappingURL=bootstrap-select.css.map /. I mean an empty space between / # ... otherwise there is a warning in laravel mix.

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

navbar-collapse background image responsive deadzone

Visit https://demos.creative-tim.com/now-ui-kit/index.html
Resize the window from 992px-1008px and the background image will display on the screen on desktop size. The background image should only be visible on small screen.
image

This issue also affects the pro version.
The problem is in the initNavbarImage() function.
$(window).width() does not account for the scrollbar width, so it's off by about 17px consistently.

A hacky workaround is to reduce the threshold from 991 to 974.
if ($(window).width() < 974 || $('body').hasClass('burger-menu'))

But it should really be fixed the proper way by the framework.

panel-header and content divs overlap

I'm seeing text in the content panel get cut off because of overlap between the panel header div and the content. Also, it appears that the panel is too large for just the nav bar and is only creating empty space. How can the empty space be taken back for single page content?

screen shot 2018-04-12 at 4 01 59 pm
screen shot 2018-04-12 at 4 01 40 pm
screen shot 2018-04-12 at 4 02 13 pm

-webkit-fill-available to stretch

Running Now UI styles through the latest Autoprefixer, I get this warning:

autoprefixer: _responsive.scss:348:6: Replace fill-available to stretch, because spec had been changed

Expanded navbar-toggler animation not working in IE11

The mobile version of the navbar "X" icon doesn't show in IE11 when the menu is expanded.
Steps to reproduce

  • open IE11
  • visit https://demos.creative-tim.com/now-ui-kit/index.html
  • make the browser window mobile width
  • click on navbar button ( three line hamburger button on upper right)
    Notice that the menu slides in from the right and pushes the button to the left. The button is supposed to animate the three bars into an "X" icon, but the animation doesn't get triggered and the it looks like a single flat bar.
    navbar-bug

multipage form next previous button not working

No multipage form component is included in your template.
So I am trying to create one using navigation tab.
For this purpose I am trying to add next and previous button using jquery script but its not working.
Script I am using is

$('.btnNext').click(function(){
$('.nav-tabs > .active').next('li').find('a').trigger('click');
});

$('.btnPrevious').click(function(){
$('.nav-tabs > .active').prev('li').find('a').trigger('click');
});

What should I do ?
js
html

Duplicate imports

On lines 61 and 65, there is the same line:

@import "now-ui-kit/sections";

And on lines 63 and 67, there is the same line:

@import "now-ui-kit/responsive";

Please remove the duplicate lines.

Radio buttons on a table placement & functionality

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [ X] I am running the latest version
  • [ X] I checked the documentation and found no answer
  • [ X] I checked to make sure that this issue has not already been filed
  • [ X] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Radio buttons to work properly on table and aligned properly.

Current Behavior

Im trying to place radio boxes per row in a table, these are now aligned and are not working properly.
checkontable

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Create a table
  2. Add radio buttons per row with same name

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device: HP
  • Operating System: Windows 10
  • Browser and Version: Google Chrome 73

Failure Logs

Please include any relevant log snippets or files here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.