Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Solved Where are font awesome icons?

More
3 years 4 months ago #11 by AdWeb
Replied by AdWeb on topic Where are font awesome icons?

== Topic moved (it's a general website question) ==
It's not the same problem as by the topic author. Please create at the next time your own topic.

The information of the stylesheet must be in the index of your Joomla template.
Example:<link rel="stylesheet" use.fontawesome.com/releases/v5.15.1/css/all.csss ">Afterwards, if you enter to the menu item only fa fa-bullhorn the symbol should be displayed.

in my case problem with code
Code:
            //$this->addScript('https://use.fontawesome.com/releases/v5.14.0/js/all.js', array(), array('defer' => true));             //$this->addScript('https://use.fontawesome.com/releases/v5.14.0/js/v4-shims.js', array(), array('defer' => true))
in Crypsis template which load it by default even if cdn disabled
I commented these lines after which everything worked as it should
PS. when i tested my site with different variations of add fontawesome  i saw problem when i add
Code:
[code] <script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" ></script>
[/code] in protostar template. fontawesome  stop work correct on all pages, after that i commented this code in kunena template what resolve my problem.
anyway tnx

Please Log in or Create an account to join the conversation.

More
3 years 4 months ago #12 by rich
Replied by rich on topic Where are font awesome icons?
I thought you wanted the symbols in the navigation tabs on top. So I can mark this topic as solved?

Please Log in or Create an account to join the conversation.

More
3 years 4 months ago #13 by AdWeb
Replied by AdWeb on topic Where are font awesome icons?

rich wrote: So I can mark this topic as solved?

 

yep

Please Log in or Create an account to join the conversation.

Time to create page: 0.399 seconds