@seisense wrote:
I want to use academicons in my website but failed. I have gone through all the following posts but no luck:
- I have searched the browser console and noticed that it is loaded in the header.
- Php error log does not mention about academicons or any error relevant to it.
I have entered the following two codes to load the css files:
$this->addStyle( 'fontawesome', 'https://fonts.googleapis.com/icon?family=Material+Icons', array('baseUrl' => '') ); $this->addStyle( 'academicons', 'https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css', array('baseUrl' => '') );
1- fonts.googleapis are loaded successfully and visible in my custome block.
2- academicons are not visible in the same table in the custome block.
Anyone can help me figure out why I am not able to pull the academicons? You may visit the following to notice the implementation on my test webiste. http://ekidskorner.com/index.php/test
Thanks
OJS: 3.1.2.1
Child theme based on default manuscript
Posts: 1
Participants: 1