steve cox
Posts: 0
Joined: Thu Oct 30, 2014 3:48 pm

Importing bootstrap-material doesn't work

I'm having trouble importing a bootstrap-material theme.

I tried the instructions at:

https://devcenter.appery.io/documenta...

from a fresh angular/bootstrap app but after adding buttons, it seems to stay at ui-bootstrap.

I tried the 2nd version too (without arrive) with the same result.

Any ideas on what's wrong? Is there a working backup available anywhere?

The app is shared with support. :-)

Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

Importing bootstrap-material doesn't work

I m also facing same problem. I have followed all the steps, but still the theme is not reflecting at all.

Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

Importing bootstrap-material doesn't work

Hi Steve,
I figured out the problem.
Actually when you copy this

Code: Select all

 href=”css/roboto.min.css” rel=”stylesheet” 
 href=”css/material.min.css” rel=”stylesheet” 
 href=”css/ripples.min.css” rel=”stylesheet” 

from the tutorial Appery does not recognize the double quotes and when you run the app it puts extra double quotes along with them.
So just do one thing, delete all the double quotes in these links and put them manually.

steve cox
Posts: 0
Joined: Thu Oct 30, 2014 3:48 pm

Importing bootstrap-material doesn't work

Thank you.

Return to “Issues”