Questions tagged as 'materialize'

1
answer

Click Carousel Materialize

Hi I'm a few days away looking for the solution to the following problem: I need to create a carousel that is clickable (which has a link). I'm using Materialize, in the latest version, just by clicking the carousel, it goes to the next item. Bu...
asked by 26.03.2018 / 15:19
1
answer

Validate Forms in Materialize

How can I validate forms by Materialize? I'm trying to use jquery-validate for this but it does not work, I put the rules and even when a rule is invalid the field still turns green. How can I make the field only go green when it's...
asked by 16.03.2018 / 16:00
2
answers

Materialize CSS - fixed label on the top

How do I fix my label always on Top? Normal behavior: stays in input , when we click on input (focus) it stays on input <div class="input-field col s6"> <input placeholder="Placeholder" id="first_name" typ...
asked by 26.01.2018 / 13:17
1
answer

Images with different size on the slider Materialize

I'm wanting to leave the Materialize slider images all the same size, but I'm not getting any success. I left this code to make the slider responsive, but the images are in different sizes. CSS .section-slide .slider .slides{ backgrou...
asked by 10.01.2018 / 01:09
1
answer

Create a "table" with a "Collapsible"

I am creating a ticket payment program for the company's customers to pay. The style is based on Material Design (I'm using the MaterializeCss Framework). I use a table to show all the tickets for the last 2 years. The problem is that you wil...
asked by 06.12.2017 / 12:07
1
answer

Effect waves materialize

I'm testing some materialize components, because I'm a beginner. I noticed that the effect of the waves-effect waves-light class is not working. I wanted to know what's happening, I've tried waves-rippler but it did not work either. I also think...
asked by 07.12.2017 / 06:04
0
answers

Close side nav by performing the page scroll function

https://pt.stackoverflow.com/posts/252168/edit# section{ height:100vh; width:100vw; } #a{ background-color:black; } #b{ background-color:red; } #c{ background-color:green; } #d{ background-color:blue; } <!DOCTYPE html>...
asked by 03.11.2017 / 15:30
1
answer

Hide div no materialize css

Does anyone here use materialize css? know if there is any way to hide the column of a table through a css class? in the bootstrap has how to do this using this class="visible-xs" I was in the docs and I did not find ... would it have? or am I g...
asked by 03.11.2017 / 16:34
0
answers

Bug carousel within modal Materialize CSS

I have the following bug, I have a modal and inside it I put this carousel. <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=...
asked by 06.11.2017 / 17:45
0
answers

Select after click

I'm using the materialize library and I want to implement the selection of a link after clicking it in a side menu, side-nave, drop-down, I'm trying to pass as parameter to the active class page, but it does not seem to work in this case , follo...
asked by 23.10.2017 / 03:57