Happenings is 2 columns, 100% responsive blogger theme is designed for announcing events, like musical performances or plays, at coffee shops, theatres or other venues. Happenings Blogger template has a left sidebar, Google web fonts, top navigation menu, related posts with thumbnails, social buttons, post share optios, auto post summaries, font based icons and more features.
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<div class='menu-containernbt'> <ul class='menunbt'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a> <ul class='sub-menu'> <li><a href='#'>Internet</a></li> <li><a href='#'>Market</a></li> <li><a href='#'>Stock</a></li> </ul> </li> ... </ul> </div>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Slider
There are 4 slides in the slider. This is the code for the slider:
<div class='slidesnbt'> <div><a href='ENTER-SLIDE-1-LINK-HERE'><img src='https://3.bp.blogspot.com/-xJPICScJXkI/Vuas75H0HbI/AAAAAAAARaw/_yTFX36KbzgAF_-vN7yC0snexdtYVM8Ag/s1600/slide-1.jpg'/></a></div> <div><a href='ENTER-SLIDE-2-LINK-HERE'><img src='https://3.bp.blogspot.com/-JUUQbK1-n2E/Vuas8C5zt6I/AAAAAAAARa0/cpI8xPXPi5g0kU3pLFd79jjYCLb6_nCKA/s1600/slide-2.jpg'/></a></div> <div><a href='ENTER-SLIDE-3-LINK-HERE'><img src='https://3.bp.blogspot.com/-ZDU-EQFn4gI/VudhzRahbGI/AAAAAAAARbI/iyIZ5DfobqIeDyALiDJCgo1zHPoCttZzQ/s1600/slide-3.jpg'/></a></div> <div><a href='ENTER-SLIDE-4-LINK-HERE'><img src='https://1.bp.blogspot.com/-x4SZI6y5T_8/VudhzBS5eGI/AAAAAAAARbE/kP3fv2Gei80raVLBJiKH5F4CSLrXJZhxQ/s1600/slide-4.jpg'/></a></div> </div>
Replace "ENTER-SLIDE-X-LINK-HERE"s with your real slide links and replace slide image URLs.
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='social-buttonsnbt widget'> <h2>Follow Us</h2> <div class='widget-content'> <a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter'/></a> <a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook'/></a> <a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><i class='fa fa-google-plus'/></a> <a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><i class='fa fa-pinterest'/></a> ... </div> </div>
Add your own social links replacing default social profile URLs.