Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I make this show up? #3

Open
jdheeter opened this issue Apr 22, 2016 · 3 comments
Open

How do I make this show up? #3

jdheeter opened this issue Apr 22, 2016 · 3 comments

Comments

@jdheeter
Copy link

Using Meteor 1.3. When I install this package plus the CSS I don't see any difference in the login template?

@kctang
Copy link
Member

kctang commented Apr 22, 2016

How did you install this package and the CSS? What are you seeing in the login template now? Is this an (MDL) UI related issue or the entire useraccounts package is not working for you? Any errors (server/browser console).

It would be easier to help if you provided the steps to reproduce or URL to see the issue.

@jdheeter
Copy link
Author

in my .Meteor/packages file I have :

autopublish
twbs:bootstrap
barbatus:stars-rating
accounts-ui
accounts-password
iron:router
meteor-base
mobile-experience
mongo
blaze-html-templates
session
jquery
tracker
logging
reload
random
ejson
spacebars
check
standard-minifier-css
standard-minifier-js
arboleya:electrify
zodiase:mdl
useraccounts:mdl
zodiase:mdl-prompt
accounts-base
useraccounts:core
underscore
useraccounts:flow-routing
useraccounts:iron-routing

in my HTML I call
{{> loginButtons}}

when I launch the site and click the sign_in link, the default login dialogue pops up, it doesn't have any MDL theming. Using the MDL classes on buttons and other objects on the page seems to work correctly?

Thanks for your help.

@kctang
Copy link
Member

kctang commented Apr 24, 2016

I would check these:

  1. MDL is installed correctly (e.g. package like zodiase:mdl is working). This can be confirmed if you are able to create (other) blaze templates in your application with MDL theme.
  2. When the page loads, do you see any JavaScript errors or network request errors? Use the Chrome debugger console/network tabs.
  3. To confirm that useraccounts MDL template loads, you should see styles form the MDL theme on your template. Stuff like the mdl-* classes, depending on which mdl template you are in. Example: class="at-form mdl-grid mdl-grid--no-spacing mdl-cell mdl-cell--12-col". If you see these, then MDL theme has loaded and is likely some other issue.

Hope these help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants