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

Arrows not present after forking. #35

Open
davidodza opened this issue Jan 4, 2018 · 2 comments
Open

Arrows not present after forking. #35

davidodza opened this issue Jan 4, 2018 · 2 comments

Comments

@davidodza
Copy link

After forking, everything works perfectly except the read more down arrow, newer posts left arrow, older posts right arrow, and mobile version's upper right hand corner menu drop down are not present.

Anyone able to provide assistance?

@OhYash
Copy link

OhYash commented Jul 6, 2020

+1, Share icons are not visible too

@OhYash
Copy link

OhYash commented Jul 10, 2020

I don't why the font-awesome icons won't load from the assets directory. But they do work when you refer them direct from the cdn.

Just replace the font-awesome.min.css in the link reference in _includes/head.html

   <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,300,800,700' rel='stylesheet' type='text/css'>
-  <link rel="stylesheet" href="{{ site.url }}/assets/css/vendor/font-awesome.min.css">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
   <link rel="stylesheet" href="{{ site.url }}/assets/css/vendor/normalize.css">
   <link rel="stylesheet" href="{{ site.url }}/assets/css/vendor/nprogress.css">

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