After observing the about page of OLX.com, I decided to make a slider not for the image but a slider intended for the texts. You can put this technique in your about page, in your sidebar or anywhere you like. Furthermore, this innovation also adds professionalism to your works. Without much words to say, let's make a texts slider for your Blogger blog!
*Text Slider In Blogger Blog
Step 1. Go to Blogger Dashboard >> Edit HTML (back-up your Template)
Step 2. Find the code below,
</head>
Step 3. Just above that code in step 2, paste the code below,
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/> <script> $(document).ready(function(){ $('.timeline-item').first().addClass('active'); $('article.2006').slideToggle(); $('.timeline-item').click(function(e) { e.preventDefault(); var clickid = $(this).attr('id');...