Ajaxified navigation
-
So I am back again, with another issue. Just noticed that the navigation that is used (thanks again for helping to get it working) is in ajax or jquery (not entirely sure). Now I am using masonry jquery plugin from https://masonry.desandro.com/faq.html and start it with following:
<script type="text/javascript"> jQuery(document).ready(function( $ ) { $('.strong-content').masonry({ columnWidth: 161, itemSelector: '.testimonial' }); }); </script>
after clicking on any other page, it scrolls to top, however all items then gets stacked on top of each other. Is this something more on your side or on that masonry plugin. Any chance you can guide me regarding this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Ajaxified navigation’ is closed to new replies.