Hello boys!
First off, let me say I'm really enjoying your template. It's great and quite easy to navigate and modify for a novice like me.
I used the blog-single-right-sidebar.html template and I'm looking to implement the sticky-sidebar attribute without success.
I tried using the code in sticky-sidebar.html but it didn't work.
<div class="sidebar sticky-sidebar-wrap nobottommargin clearfix">
<div class="sidebar-widgets-wrap">
<div class="sticky-sidebar">The scripts running on the page are these:
<!-- External JavaScripts
============================================= -->
<script src="../../../js/jquery.js"></script>
<script src="../../../js/plugins.js"></script>
<!-- Footer Scripts
============================================= -->
<script src="../../../js/functions.js"></script>I tried running this additional script but didn't work either :<script src="../../../js/plugins/jquery.sticky-sidebar.js"></script>
Here is my original code:
<div class="sidebar nobottommargin col_last">
<div class="sidebar-widgets-wrap">
<div class="widget clearfix">
<h4>Recent Posts</h4>
<div id="post-list-footer">
<div class="spost clearfix">
<div class="entry-image">
<a href="#" class="nobg"><img src="../../../images/magazine/small/1.jpg" alt=""></a>
</div>
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
<div class="widget clearfix">
<h4>Instagram Photos</h4>
<div id="instagram-photos" class="instagram-photos masonry-thumbs" data-user="#" data-count="16" data-type="user"></div>
</div>
</div>
</div>Do you have any clue what went wrong?
Thanks for the help!
