How to add Footer / Bottom Links, and scoial links with icons? Similar to what demo template has.
Hi 99graphics,
Follow some below steps to add social links with icons similar template demo.
<div class="custom footer-about"> <div class="logo-text"> <a title="[Your site name]" href="/index.php"> <span>[Your site name]</span> </a> </div> <p>Wishes you all great Holidays and<br> awesome Adventures</p> <ul class="social-list"> <li><a href="[Your_twitter_link]"><i class="fa fa-twitter"></i></a></li> <li><a href="[Your_facebook_link]"><i class="fa fa-facebook"></i></a></li> <li><a href="[Your_google_plus_link]"><i class="fa fa-google-plus"></i></a></li> <li><a href="[Your_pinterest_link]"><i class="fa fa-pinterest"></i></a></li> </ul> </div>
Note: You should disable the joomla text editor default before paste the custom HTML code to custom module.
Thank you.
Also, it it possible to move the homepage slideshow automatically?
99graphics Hi For slideshow you can apply the suggestion given here
Regards