creativetimofficial / ct-material-kit-pro-react

React version of Material Kit Pro
39 stars 12 forks source link

Missing Button and slighlty different different font when integrating with Next js #23

Closed tylim88 closed 5 years ago

tylim88 commented 5 years ago

!!! IF YOU DO NOT USE THIS ISSUES TEAMPLATE, YOUR ISSUE IS LIABLE TO BEING IGNORED BY US

Prerequisites

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

Expected Behavior

should be look exactly the same like demo

Current Behavior

Missing Button and slighlty different different font

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. Integrate it into Next js following this post https://github.com/creativetimofficial/ct-material-dashboard-pro-react/issues/72

Context

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

Failure Logs

Please include any relevant log snippets or files here.

tylim88 commented 5 years ago

2 Side note, not sure this is intended or not, the icon of make edit is off, i changed it to Edit and it look the same with demo 1

tylim88 commented 5 years ago

1 2

Back to my question, the font is slightly off and the button is missing, I am following guide in https://github.com/creativetimofficial/ct-material-dashboard-pro-react/issues/72

update: solved one of the problems, now the brand is showing image

tylim88 commented 5 years ago

in case it is required, my order number is #86534289

einazare commented 5 years ago

Hello there @tylim88 ,

Thank you for your interest in working with our products. You are actually missing our fonts and styles links from the public/index.html file. Just copy those in your index.html file, and everything should be fine. Also, please check our src/index.js, we also have there some styles imported. You'll need those as well.

Best, Manu

tylim88 commented 5 years ago

Thank ElNazare, that was a quick fix!

seem like all pages are working now

dray356 commented 5 years ago

Hi @EINazare ,

I donwload, npm install, and then npm start the project and it has similar styling issues right off the bat. I went to the _misc.scss file and changed every font size and the Header fonts are still tiny for some reason, as is the title on the views/PresentationPage/PresentationPage.jsx. I haven't touched the index.html file nor the index.js file.

Any advice?

einazare commented 5 years ago

Hello there, @dray356 ,

Please make a video with the following:

Best, Manu