Chat

Neon Chat is also an important part of the theme. If you are going to use it, include it inside the .page-container

 

<div class="page-container">

	...

	<div class="main-content">...</div>

	<!-- Chat Main Container -->
	<div id="chat">
		...
	</div>

</div>

 

The chat structure should be like this:

Chat Structure

 

 

To learn about all the facilities of the chat and how to implement it properly, read here about Chat API.

The required scripts to include are assets/js/neon-chat.js and jquery-ui

Was this article helpful?